| Class | Description | 
|---|---|
| AbstractRingBufferOperation | 
 Common logic for all ring buffer operations :
 
 getting the ring buffer container or creating a new one if necessary
 serialization/deserialization of ring buffer name
 defines the factory ID for the  
IdentifiedDataSerializable
  | 
| AddAllBackupOperation | 
 Backup operation for ring buffer  
AddAllOperation. | 
| AddAllOperation | 
 Adds a batch of items to the ring buffer. 
 | 
| AddBackupOperation | 
 Backup operation for ring buffer  
AddOperation. | 
| AddOperation | 
 Adds a new ring buffer item. 
 | 
| GenericOperation | 
 Ring buffer operations which don't need to send any parameters and which can be determined by only sending the operation
 type which is a byte of information. 
 | 
| MergeBackupOperation | 
 Contains the entire ringbuffer as a result of split-brain healing with a
  
SplitBrainMergePolicy. | 
| MergeOperation | 
 Contains an entire ringbuffer for split-brain healing with a
  
SplitBrainMergePolicy. | 
| ReadManyOperation<O> | |
| ReadOneOperation | |
| ReplicationOperation | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.