Class SwapBacklogConfig

java.lang.Object
com.j_spaces.core.cluster.SwapBacklogConfig
All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable

public class SwapBacklogConfig extends Object implements SmartExternalizable
Since:
8.0
Author:
eitany
See Also:
  • Field Details

    • SQLITE_FLUSH_BUFFER_PACKETS_COUNT_DEFAULT

      public static final int SQLITE_FLUSH_BUFFER_PACKETS_COUNT_DEFAULT
      See Also:
    • FLUSH_BUFFER_PACKETS_COUNT_DEFAULT

      public static final int FLUSH_BUFFER_PACKETS_COUNT_DEFAULT
      See Also:
    • FETCH_BUFFER_PACKETS_COUNT_DEFAULT

      public static final int FETCH_BUFFER_PACKETS_COUNT_DEFAULT
      See Also:
    • SEGMENT_SIZE_DEFAULT

      public static final long SEGMENT_SIZE_DEFAULT
      See Also:
    • MAX_SCAN_LENGTH_DEFAULT

      public static final int MAX_SCAN_LENGTH_DEFAULT
      See Also:
    • MAX_OPEN_CURSORS_DEFAULT

      public static final int MAX_OPEN_CURSORS_DEFAULT
      See Also:
    • WRITE_BUFFER_SIZE_DEFAULT

      public static final int WRITE_BUFFER_SIZE_DEFAULT
      See Also:
    • SWAP_STORAGE_TYPE_DEFAULT

      public static final RedoLogSwapStorageType SWAP_STORAGE_TYPE_DEFAULT
  • Constructor Details

    • SwapBacklogConfig

      public SwapBacklogConfig()
  • Method Details

    • getFlushBufferPacketsCount

      public int getFlushBufferPacketsCount()
    • setFlushBufferPacketsCount

      public void setFlushBufferPacketsCount(int flushBufferPacketsCount)
    • getFetchBufferPacketsCount

      public int getFetchBufferPacketsCount()
    • setFetchBufferPacketsCount

      public void setFetchBufferPacketsCount(int fetchBufferPacketsCount)
    • getSegmentSize

      public long getSegmentSize()
    • setSegmentSize

      public void setSegmentSize(long segmentSize)
    • getMaxScanLength

      public int getMaxScanLength()
    • setMaxScanLength

      public void setMaxScanLength(int maxScanLength)
    • getMaxOpenCursors

      public int getMaxOpenCursors()
    • setMaxOpenCursors

      public void setMaxOpenCursors(int maxOpenCursors)
    • getWriterBufferSize

      public int getWriterBufferSize()
    • setWriterBufferSize

      public void setWriterBufferSize(int writerBufferSize)
    • getSwapStorageType

      public RedoLogSwapStorageType getSwapStorageType()
    • setSwapStorageType

      public void setSwapStorageType(RedoLogSwapStorageType swapStorageType)
    • writeExternal

      public void writeExternal(ObjectOutput out) throws IOException
      Specified by:
      writeExternal in interface Externalizable
      Throws:
      IOException
    • readExternal

      public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
      Specified by:
      readExternal in interface Externalizable
      Throws:
      IOException
      ClassNotFoundException
    • toString

      public String toString()
      Overrides:
      toString in class Object