public class EmbeddedSyncSegment extends Object
Modifier and Type | Field and Description |
---|---|
static long |
EMBEDDED_SYNC_SLEEP_TIME |
static int |
MIN_SIZE_TO_ITER |
static int |
SHORT_SLEEP_QUEUE_SIZE |
Modifier and Type | Method and Description |
---|---|
void |
add(IEmbeddedSyncOpInfo op) |
void |
afterInitializedBlobStoreIO() |
void |
close() |
EmbeddedSyncHandler |
getEmbeddedHandler() |
Iterator<IEmbeddedSyncOpInfo> |
getEmbeddedRecordsIterator() |
EmbeddedSyncListTransferredInfoHandler |
getInfoHandlerOfSegment() |
int |
getSegmentNumber() |
void |
initialize() |
boolean |
transferIfPossible(IEmbeddedSyncOpInfo oi) |
public static final long EMBEDDED_SYNC_SLEEP_TIME
public static final int SHORT_SLEEP_QUEUE_SIZE
public static final int MIN_SIZE_TO_ITER
public void initialize()
public void afterInitializedBlobStoreIO()
public void add(IEmbeddedSyncOpInfo op)
public EmbeddedSyncHandler getEmbeddedHandler()
public boolean transferIfPossible(IEmbeddedSyncOpInfo oi)
public int getSegmentNumber()
public EmbeddedSyncListTransferredInfoHandler getInfoHandlerOfSegment()
public Iterator<IEmbeddedSyncOpInfo> getEmbeddedRecordsIterator()
public void close()
Copyright © GigaSpaces.