public class GemfireLockRegistry extends ObjectSE implements LockRegistry
LockRegistry の実装。| 修飾子と型 | フィールドと説明 |
|---|---|
static StringSE | LOCK_REGISTRY_REGION |
| コンストラクターと説明 |
|---|
GemfireLockRegistry(org.apache.geode.cache.Cache cache) |
GemfireLockRegistry(org.apache.geode.cache.Region<?,?> region) |
| 修飾子と型 | メソッドと説明 |
|---|---|
LockSE | obtain(ObjectSE lockKey) パラメーターオブジェクトに関連付けられたロックを取得します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic GemfireLockRegistry(org.apache.geode.cache.Cache cache)
public GemfireLockRegistry(org.apache.geode.cache.Region<?,?> region)
public LockSE obtain(ObjectSE lockKey)
LockRegistryLockRegistry の obtain lockKey - ロックが関連付けられているオブジェクト。