com.hazelcast.ringbuffer.impl.operations
Class AbstractRingBufferOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.spi.AbstractOperation
com.hazelcast.ringbuffer.impl.operations.AbstractRingBufferOperation
- All Implemented Interfaces:
- DataSerializable, IdentifiedDataSerializable, PartitionAwareOperation
- Direct Known Subclasses:
- AddAllBackupOperation, AddAllOperation, AddBackupOperation, AddOperation, GenericOperation, ReadManyOperation, ReadOneOperation
public abstract class AbstractRingBufferOperation
- extends AbstractOperation
- implements IdentifiedDataSerializable, PartitionAwareOperation
Methods inherited from class com.hazelcast.spi.Operation |
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, logError, onException, readData, run, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData |
name
protected String name
AbstractRingBufferOperation
public AbstractRingBufferOperation()
AbstractRingBufferOperation
public AbstractRingBufferOperation(String name)
getServiceName
public String getServiceName()
- Overrides:
getServiceName
in class Operation
getFactoryId
public int getFactoryId()
- Description copied from interface:
IdentifiedDataSerializable
- Returns DataSerializableFactory factory id for this class.
- Specified by:
getFactoryId
in interface IdentifiedDataSerializable
- Returns:
- factory id
writeInternal
protected void writeInternal(ObjectDataOutput out)
throws IOException
- Overrides:
writeInternal
in class AbstractOperation
- Throws:
IOException
readInternal
protected void readInternal(ObjectDataInput in)
throws IOException
- Overrides:
readInternal
in class AbstractOperation
- Throws:
IOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.