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(ObjectProvider op, int fieldNum)MapClearOperation(ObjectProvider op, 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.ObjectProvidergetObjectProvider()Accessor for the ObjectProvider 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(ObjectProvider op, MapStore store)
-
MapClearOperation
public MapClearOperation(ObjectProvider op, 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
-
getObjectProvider
public ObjectProvider getObjectProvider()
Description copied from interface:OperationAccessor for the ObjectProvider of the object that this operation is performed on.- Specified by:
getObjectProviderin interfaceOperation- Returns:
- The ObjectProvider
-
-