クラス FineGrainedLockIndex.IndexValue

java.lang.Object
org.iplass.mtp.impl.cache.store.builtin.FineGrainedLockIndex.IndexValue
含まれているクラス:
FineGrainedLockIndex

static class FineGrainedLockIndex.IndexValue extends Object
  • コンストラクタの詳細

    • IndexValue

      public IndexValue(int shardSize, boolean fair)
  • メソッドの詳細

    • add

      public void add(int index, Object keyRef)
    • remove

      public void remove(int index, Object keyRef)
    • writeLock

      public ReentrantLock writeLock(int index)
    • size

      public int size()
    • refs

      public List<Object> refs()
    • firstRef

      public Object firstRef()