public abstract class MultiMapKeyBasedOperation extends MultiMapOperation implements PartitionAwareOperation
Modifier and Type | Field and Description |
---|---|
protected Data |
dataKey |
name, response
Modifier | Constructor and Description |
---|---|
protected |
MultiMapKeyBasedOperation() |
protected |
MultiMapKeyBasedOperation(String name,
Data dataKey) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
MultiMapWrapper |
getCollectionWrapper() |
MultiMapWrapper |
getOrCreateCollectionWrapper() |
protected void |
readInternal(ObjectDataInput in) |
Collection<MultiMapRecord> |
remove(boolean copyOf) |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRun, getAsyncBackupCount, getFactoryId, getOrCreateContainer, getResponse, getServiceName, getSyncBackupCount, hasListener, isBinary, publishEvent, returnsResponse, toData, toObject
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, run, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPartitionId
getId
readData, writeData
protected Data dataKey
public final MultiMapWrapper getOrCreateCollectionWrapper()
public final MultiMapWrapper getCollectionWrapper()
public final Collection<MultiMapRecord> remove(boolean copyOf)
public final void delete()
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class MultiMapOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class MultiMapOperation
IOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.