public class SwapBacklogConfig extends Object implements SmartExternalizable
Modifier and Type | Field and Description |
---|---|
static int |
FETCH_BUFFER_PACKETS_COUNT_DEFAULT |
static int |
FLUSH_BUFFER_PACKETS_COUNT_DEFAULT |
static int |
MAX_OPEN_CURSORS_DEFAULT |
static int |
MAX_SCAN_LENGTH_DEFAULT |
static long |
SEGMENT_SIZE_DEFAULT |
static int |
SQLITE_FLUSH_BUFFER_PACKETS_COUNT_DEFAULT |
static RedoLogSwapStorageType |
SWAP_STORAGE_TYPE_DEFAULT |
static int |
WRITE_BUFFER_SIZE_DEFAULT |
Constructor and Description |
---|
SwapBacklogConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getFetchBufferPacketsCount() |
int |
getFlushBufferPacketsCount() |
int |
getMaxOpenCursors() |
int |
getMaxScanLength() |
long |
getSegmentSize() |
RedoLogSwapStorageType |
getSwapStorageType() |
int |
getWriterBufferSize() |
void |
readExternal(ObjectInput in) |
void |
setFetchBufferPacketsCount(int fetchBufferPacketsCount) |
void |
setFlushBufferPacketsCount(int flushBufferPacketsCount) |
void |
setMaxOpenCursors(int maxOpenCursors) |
void |
setMaxScanLength(int maxScanLength) |
void |
setSegmentSize(long segmentSize) |
void |
setSwapStorageType(RedoLogSwapStorageType swapStorageType) |
void |
setWriterBufferSize(int writerBufferSize) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public static final int SQLITE_FLUSH_BUFFER_PACKETS_COUNT_DEFAULT
public static final int FLUSH_BUFFER_PACKETS_COUNT_DEFAULT
public static final int FETCH_BUFFER_PACKETS_COUNT_DEFAULT
public static final long SEGMENT_SIZE_DEFAULT
public static final int MAX_SCAN_LENGTH_DEFAULT
public static final int MAX_OPEN_CURSORS_DEFAULT
public static final int WRITE_BUFFER_SIZE_DEFAULT
public static final RedoLogSwapStorageType SWAP_STORAGE_TYPE_DEFAULT
public int getFlushBufferPacketsCount()
public void setFlushBufferPacketsCount(int flushBufferPacketsCount)
public int getFetchBufferPacketsCount()
public void setFetchBufferPacketsCount(int fetchBufferPacketsCount)
public long getSegmentSize()
public void setSegmentSize(long segmentSize)
public int getMaxScanLength()
public void setMaxScanLength(int maxScanLength)
public int getMaxOpenCursors()
public void setMaxOpenCursors(int maxOpenCursors)
public int getWriterBufferSize()
public void setWriterBufferSize(int writerBufferSize)
public RedoLogSwapStorageType getSwapStorageType()
public void setSwapStorageType(RedoLogSwapStorageType swapStorageType)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.