| 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. | 
| ReadManyOperation | |
| ReadOneOperation | |
| ReplicationOperation | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.