public class DirectPersistencyOverflowListSegment extends Object implements Externalizable
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DirectPersistencyOverflowListSegment.OverflowElementIterator  | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
OVERFLOW_ELEMENT_MAX_SIZE  | 
| Constructor and Description | 
|---|
DirectPersistencyOverflowListSegment()  | 
DirectPersistencyOverflowListSegment(long generationId,
                                    long seq)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(IDirectPersistencySyncHandler main,
   IDirectPersistencyOpInfo oi)  | 
long | 
getGenerationId()  | 
int | 
getNumElements()  | 
long | 
getSequenceNumber()  | 
boolean | 
isEmpty()  | 
boolean | 
isFull()  | 
void | 
readExternal(ObjectInput in)  | 
void | 
remove(IDirectPersistencySyncHandler main)  | 
int | 
syncToRedologConfirmation(IDirectPersistencySyncHandler main,
                         long confirmed)  | 
void | 
writeExternal(ObjectOutput out)  | 
public static final int OVERFLOW_ELEMENT_MAX_SIZE
public DirectPersistencyOverflowListSegment(long generationId,
                                            long seq)
public DirectPersistencyOverflowListSegment()
public boolean isEmpty()
public boolean isFull()
public void add(IDirectPersistencySyncHandler main, IDirectPersistencyOpInfo oi)
public void remove(IDirectPersistencySyncHandler main)
public int getNumElements()
public int syncToRedologConfirmation(IDirectPersistencySyncHandler main, long confirmed)
public long getGenerationId()
public long getSequenceNumber()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.