|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hazelcast.concurrent.atomicreference.AtomicReferenceService
public class AtomicReferenceService
Field Summary | |
---|---|
static String |
SERVICE_NAME
The name of the AtomicReferenceService. |
Constructor Summary | |
---|---|
AtomicReferenceService()
|
Method Summary | |
---|---|
void |
beforeMigration(PartitionMigrationEvent partitionMigrationEvent)
|
void |
clearPartitionReplica(int partitionId)
|
void |
commitMigration(PartitionMigrationEvent partitionMigrationEvent)
|
boolean |
containsReferenceContainer(String name)
|
AtomicReferenceProxy |
createDistributedObject(String name)
Creates a distributed object. |
void |
destroyDistributedObject(String name)
Destroys a distributed object. |
AtomicReferenceContainer |
getReferenceContainer(String name)
|
void |
init(NodeEngine nodeEngine,
Properties properties)
Initializes this ManagedService |
Operation |
prepareReplicationOperation(PartitionReplicationEvent event)
|
void |
removeContainers(int partitionId)
|
void |
reset()
reset this ManagedService back to initial state. |
void |
rollbackMigration(PartitionMigrationEvent partitionMigrationEvent)
|
void |
shutdown(boolean terminate)
Shuts down this ManagedService. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SERVICE_NAME
Constructor Detail |
---|
public AtomicReferenceService()
Method Detail |
---|
public AtomicReferenceContainer getReferenceContainer(String name)
public boolean containsReferenceContainer(String name)
public void init(NodeEngine nodeEngine, Properties properties)
ManagedService
init
in interface ManagedService
nodeEngine
- the NodeEngine that this ManagedService belongs to.properties
- the Properties. Can be used to pass settings to the service.public void reset()
ManagedService
reset
in interface ManagedService
public void shutdown(boolean terminate)
ManagedService
shutdown
in interface ManagedService
terminate
- true to shut down the ManagedServicepublic AtomicReferenceProxy createDistributedObject(String name)
RemoteService
createDistributedObject
in interface RemoteService
name
- the name for the created distributed object
public void destroyDistributedObject(String name)
RemoteService
destroyDistributedObject
in interface RemoteService
name
- the name of the distributed object to destroypublic void beforeMigration(PartitionMigrationEvent partitionMigrationEvent)
beforeMigration
in interface MigrationAwareService
public Operation prepareReplicationOperation(PartitionReplicationEvent event)
prepareReplicationOperation
in interface MigrationAwareService
public void commitMigration(PartitionMigrationEvent partitionMigrationEvent)
commitMigration
in interface MigrationAwareService
public void rollbackMigration(PartitionMigrationEvent partitionMigrationEvent)
rollbackMigration
in interface MigrationAwareService
public void clearPartitionReplica(int partitionId)
clearPartitionReplica
in interface MigrationAwareService
public void removeContainers(int partitionId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |