クラス LocationSpecificationTableAllocator

java.lang.Object
org.iplass.mtp.tools.batch.storagespace.tableallocators.LocationSpecificationTableAllocator
すべての実装されたインタフェース:
org.iplass.mtp.impl.datastore.grdb.TableAllocator

public class LocationSpecificationTableAllocator extends Object implements org.iplass.mtp.impl.datastore.grdb.TableAllocator
指定した疑似パーティション位置を割り当てる機能

ストレージスペース移行のみ利用する TableAllocator です。

  • コンストラクタの詳細

    • LocationSpecificationTableAllocator

      public LocationSpecificationTableAllocator(int allocateTo)
      コンストラクタ
      パラメータ:
      allocateTo - 疑似パーティション位置の割り当て先
  • メソッドの詳細

    • allocate

      public int allocate(int tenantId, String metaId, org.iplass.mtp.impl.datastore.grdb.StorageSpaceMap storage)
      定義:
      allocate インタフェース内 org.iplass.mtp.impl.datastore.grdb.TableAllocator