Package org.datanucleus.flush
Class MapClearOperation
- java.lang.Object
-
- org.datanucleus.flush.MapClearOperation
-
- All Implemented Interfaces:
Operation,SCOOperation
public class MapClearOperation extends Object implements SCOOperation
Clear operation for a map where we have a backing store.
-
-
Constructor Summary
Constructors Constructor Description MapClearOperation(DNStateManager sm, int fieldNum)MapClearOperation(DNStateManager sm, MapStore store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractMemberMetaDatagetMemberMetaData()Accessor for the metadata for the member that this operation is for.DNStateManagergetStateManager()Accessor for StateManager of the object that this operation is performed on.StoregetStore()Accessor for the backing store for this operation.voidperform()Perform the clear() operation on the specified backing store.StringtoString()
-
-
-
Constructor Detail
-
MapClearOperation
public MapClearOperation(DNStateManager sm, MapStore store)
-
MapClearOperation
public MapClearOperation(DNStateManager sm, int fieldNum)
-
-
Method Detail
-
getMemberMetaData
public AbstractMemberMetaData getMemberMetaData()
Description copied from interface:SCOOperationAccessor for the metadata for the member that this operation is for.- Specified by:
getMemberMetaDatain interfaceSCOOperation- Returns:
- The member metadata
-
perform
public void perform()
Perform the clear() operation on the specified backing store.
-
getStore
public Store getStore()
Description copied from interface:SCOOperationAccessor for the backing store for this operation.- Specified by:
getStorein interfaceSCOOperation- Returns:
- The backing store
-
getStateManager
public DNStateManager getStateManager()
Description copied from interface:OperationAccessor for StateManager of the object that this operation is performed on.- Specified by:
getStateManagerin interfaceOperation- Returns:
- StateManager
-
-