Package | Description |
---|---|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
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 © 2019 Hazelcast, Inc.. All Rights Reserved.