public final class LockStoreContainer extends Object
Constructor and Description |
---|
LockStoreContainer(LockServiceImpl lockService,
int partitionId) |
Modifier and Type | Method and Description |
---|---|
Collection<ServiceNamespace> |
getAllNamespaces(int replicaIndex) |
LockStoreImpl |
getLockStore(ObjectNamespace namespace) |
Collection<LockStoreImpl> |
getLockStores() |
void |
put(LockStoreImpl ls) |
public LockStoreContainer(LockServiceImpl lockService, int partitionId)
public LockStoreImpl getLockStore(ObjectNamespace namespace)
public Collection<LockStoreImpl> getLockStores()
public void put(LockStoreImpl ls)
public Collection<ServiceNamespace> getAllNamespaces(int replicaIndex)
Copyright © 2018 Hazelcast, Inc.. All rights reserved.