パッケージ org.iplass.mtp.impl.lob

クラス LobStoreService

java.lang.Object
org.iplass.mtp.impl.lob.LobStoreService
すべての実装されたインタフェース:
Service

public class LobStoreService extends Object implements Service
  • コンストラクタの詳細

    • LobStoreService

      public LobStoreService()
  • メソッドの詳細

    • isDetectAbandonedStream

      public boolean isDetectAbandonedStream()
    • isLogAbandoned

      public boolean isLogAbandoned()
    • getAbandonedStreamDetector

      public AbandonedStreamDetector getAbandonedStreamDetector()
    • getLobDao

      public LobDao getLobDao()
    • getLobStore

      public LobStore getLobStore(String name)
    • getDefaultLobStore

      public LobStore getDefaultLobStore()
    • getLobStoreMap

      public Map<String,LobStore> getLobStoreMap()
    • isManageLobSizeOnRdb

      public boolean isManageLobSizeOnRdb()
    • getTemporaryKeepDay

      public int getTemporaryKeepDay()
    • getInvalidKeepDay

      public int getInvalidKeepDay()
    • getCleanCommitLimit

      public int getCleanCommitLimit()
    • init

      public void init(Config config)
      定義:
      init インタフェース内 Service
    • destroy

      public void destroy()
      定義:
      destroy インタフェース内 Service