Package org.datanucleus.flush
Interface SCOOperation
- All Superinterfaces:
Operation
- All Known Implementing Classes:
CollectionAddOperation
,CollectionClearOperation
,CollectionRemoveOperation
,ListAddAtOperation
,ListRemoveAtOperation
,ListSetOperation
,MapClearOperation
,MapPutOperation
,MapRemoveOperation
(Queued) operation performed on a backing store.
-
Method Summary
Modifier and TypeMethodDescriptionAccessor for the metadata for the member that this operation is for.getStore()
Accessor for the backing store for this operation.Methods inherited from interface org.datanucleus.flush.Operation
getStateManager, perform
-
Method Details
-
getMemberMetaData
AbstractMemberMetaData getMemberMetaData()Accessor for the metadata for the member that this operation is for.- Returns:
- The member metadata
-
getStore
Store getStore()Accessor for the backing store for this operation.- Returns:
- The backing store
-