com.hazelcast.ringbuffer.impl.operations
Class AddAllOperation
java.lang.Object
   com.hazelcast.spi.Operation
com.hazelcast.spi.Operation
       com.hazelcast.spi.AbstractOperation
com.hazelcast.spi.AbstractOperation
           com.hazelcast.ringbuffer.impl.operations.AbstractRingBufferOperation
com.hazelcast.ringbuffer.impl.operations.AbstractRingBufferOperation
               com.hazelcast.ringbuffer.impl.operations.AddAllOperation
com.hazelcast.ringbuffer.impl.operations.AddAllOperation
- All Implemented Interfaces: 
- DataSerializable, IdentifiedDataSerializable, BackupAwareOperation, Notifier, PartitionAwareOperation
- public class AddAllOperation 
- extends AbstractRingBufferOperation- implements Notifier, BackupAwareOperation
 
 
 
 
 
 
 
| 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, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData | 
 
 
 
 
AddAllOperation
public AddAllOperation()
AddAllOperation
public AddAllOperation(String name,
                       Data[] items,
                       OverflowPolicy overflowPolicy)
run
public void run()
         throws Exception
- 
- Specified by:
- runin class- Operation
 
- 
- Throws:
- Exception
 
getResponse
public Object getResponse()
- 
- Overrides:
- getResponsein class- AbstractOperation
 
- 
 
shouldNotify
public boolean shouldNotify()
- 
- Specified by:
- shouldNotifyin interface- Notifier
 
- 
 
getNotifiedKey
public WaitNotifyKey getNotifiedKey()
- 
- Specified by:
- getNotifiedKeyin interface- Notifier
 
- 
 
shouldBackup
public boolean shouldBackup()
- Description copied from interface: BackupAwareOperation
- Checks if a backup needs to be made.
 
 If a call has not made any change, e.g. an AtomicLong increment with 0, no backup needs to be made.
 
- 
- Specified by:
- shouldBackupin interface- BackupAwareOperation
 
- 
- Returns:
- true if a backup needs to be made, false otherwise.
 
getSyncBackupCount
public int getSyncBackupCount()
- Description copied from interface: BackupAwareOperation
- The synchronous backup count. If no backups need to be made, 0 is returned.
 
- 
- Specified by:
- getSyncBackupCountin interface- BackupAwareOperation
 
- 
- Returns:
- the synchronous backup count.
 
getAsyncBackupCount
public int getAsyncBackupCount()
- Description copied from interface: BackupAwareOperation
- The asynchronous backup count. If no asynchronous backups need to be made, 0 is returned.
 
- 
- Specified by:
- getAsyncBackupCountin interface- BackupAwareOperation
 
- 
- Returns:
- the asynchronous backup count.
 
getBackupOperation
public Operation getBackupOperation()
- Description copied from interface: BackupAwareOperation
- Creates the BackupOperationresponsible for making the backup.
 
- 
- Specified by:
- getBackupOperationin interface- BackupAwareOperation
 
- 
- Returns:
- the created BackupOperationresponsible for making the backup.
 
getId
public int getId()
- Description copied from interface: IdentifiedDataSerializable
- Returns type identifier for this class. Id should be unique per DataSerializableFactory.
 
- 
- Specified by:
- getIdin interface- IdentifiedDataSerializable
 
- 
- Returns:
- type id
 
writeInternal
protected void writeInternal(ObjectDataOutput out)
                      throws IOException
- 
- Overrides:
- writeInternalin class- AbstractRingBufferOperation
 
- 
- Throws:
- IOException
 
readInternal
protected void readInternal(ObjectDataInput in)
                     throws IOException
- 
- Overrides:
- readInternalin class- AbstractRingBufferOperation
 
- 
- Throws:
- IOException
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.