クラス BinaryMetaDataService

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

public class BinaryMetaDataService extends Object implements Service
バイナリ形式のメタデータをbyte[]でメモリ内に保持しない仕組みを提供する為のService。
  • コンストラクタの詳細

    • BinaryMetaDataService

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

    • getXmlBinaryChunkSize

      public int getXmlBinaryChunkSize()
    • getKeepInMemoryThreshold

      public int getKeepInMemoryThreshold()
    • getCacheMemoryThreshold

      public int getCacheMemoryThreshold()
    • getTempFileDir

      public Path getTempFileDir()
    • init

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

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