|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.spi.Operation com.hazelcast.multimap.impl.operations.MultiMapOperation com.hazelcast.multimap.impl.operations.SizeOperation
public class SizeOperation
Field Summary |
---|
Fields inherited from class com.hazelcast.multimap.impl.operations.MultiMapOperation |
---|
name, response |
Constructor Summary | |
---|---|
SizeOperation()
|
|
SizeOperation(String name)
|
Method Summary | |
---|---|
int |
getId()
Returns type identifier for this class. |
void |
run()
|
Methods inherited from class com.hazelcast.multimap.impl.operations.MultiMapOperation |
---|
afterRun, beforeRun, getAsyncBackupCount, getFactoryId, getOrCreateContainer, getResponse, getServiceName, getSyncBackupCount, getValueCollectionType, hasListener, isBinary, publishEvent, readInternal, returnsResponse, toData, toObject, writeInternal |
Methods inherited from class com.hazelcast.spi.Operation |
---|
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.hazelcast.spi.PartitionAwareOperation |
---|
getPartitionId |
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable |
---|
readData, writeData |
Constructor Detail |
---|
public SizeOperation()
public SizeOperation(String name)
Method Detail |
---|
public void run() throws Exception
run
in class Operation
Exception
public int getId()
IdentifiedDataSerializable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |