Package | Description |
---|---|
com.hazelcast.concurrent.lock | |
com.hazelcast.concurrent.lock.operations |
This package contains the operations on the ILock.
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalLockNamespace
A specialization of
ObjectNamespace intended to be used by ILock proxies. |
Modifier and Type | Method and Description |
---|---|
Collection<ServiceNamespace> |
LockStoreContainer.getAllNamespaces(int replicaIndex) |
Collection<ServiceNamespace> |
LockServiceImpl.getAllServiceNamespaces(PartitionReplicationEvent event) |
Modifier and Type | Method and Description |
---|---|
boolean |
LockServiceImpl.isKnownServiceNamespace(ServiceNamespace namespace) |
Modifier and Type | Method and Description |
---|---|
Operation |
LockServiceImpl.prepareReplicationOperation(PartitionReplicationEvent event,
Collection<ServiceNamespace> namespaces) |
Modifier and Type | Method and Description |
---|---|
ServiceNamespace |
AbstractLockOperation.getServiceNamespace() |
Constructor and Description |
---|
LockReplicationOperation(LockStoreContainer container,
int partitionId,
int replicaIndex,
Collection<ServiceNamespace> namespaces) |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectNamespace
An ObjectNamespace that makes identification of object within a service possible.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultObjectNamespace
Deprecated.
please use
DistributedObjectNamespace |
class |
DistributedObjectNamespace
Default
ObjectNamespace implementation for DistributedObject . |
Modifier and Type | Method and Description |
---|---|
ServiceNamespace |
ServiceNamespaceAware.getServiceNamespace()
Returns the
ServiceNamespace which this object belongs to. |
Modifier and Type | Method and Description |
---|---|
Collection<ServiceNamespace> |
FragmentedMigrationAwareService.getAllServiceNamespaces(PartitionReplicationEvent event)
Returns all known namespaces for given replication event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FragmentedMigrationAwareService.isKnownServiceNamespace(ServiceNamespace namespace)
Returns true if namespace is known by this service, false otherwise
|
Modifier and Type | Method and Description |
---|---|
Operation |
FragmentedMigrationAwareService.prepareReplicationOperation(PartitionReplicationEvent event,
Collection<ServiceNamespace> namespaces)
Returns an operation to replicate service data and/or state for a specific partition replica and namespaces
on another cluster member.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.