Class AbstractZooKeeperMVCCHandler

java.lang.Object
com.gigaspaces.internal.server.space.AbstractZooKeeperMVCCHandler
Direct Known Subclasses:
ZooKeeperMVCCHandler

public abstract class AbstractZooKeeperMVCCHandler extends Object
Since:
16.3
Author:
Sagiv Michael
  • Field Details

    • DEFAULT_LOCK_TIMEOUT_IN_SECONDS

      protected static final int DEFAULT_LOCK_TIMEOUT_IN_SECONDS
      See Also:
    • mvccPath

      protected final String mvccPath
    • mvccGenerationsStatePath

      protected final String mvccGenerationsStatePath
    • attributeStore

      protected final AttributeStore attributeStore
  • Constructor Details

    • AbstractZooKeeperMVCCHandler

      protected AbstractZooKeeperMVCCHandler(AttributeStore attributeStore, String spaceName)
  • Method Details

    • initMVCCGenerationsState

      public void initMVCCGenerationsState()
    • close

      public void close() throws IOException
      Throws:
      IOException