public class AtomicLongService extends Object implements ManagedService, RemoteService, MigrationAwareService
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME
The name of this service.s
|
Constructor and Description |
---|
AtomicLongService() |
Modifier and Type | Method and Description |
---|---|
void |
beforeMigration(PartitionMigrationEvent partitionMigrationEvent) |
void |
clearPartitionReplica(int partitionId) |
void |
commitMigration(PartitionMigrationEvent partitionMigrationEvent) |
boolean |
containsAtomicLong(String name) |
AtomicLongProxy |
createDistributedObject(String name) |
void |
destroyDistributedObject(String name) |
LongWrapper |
getNumber(String name) |
void |
init(NodeEngine nodeEngine,
Properties properties)
Initializes this ManagedService
|
Operation |
prepareReplicationOperation(PartitionReplicationEvent event) |
void |
removeNumber(int partitionId) |
void |
reset()
reset this ManagedService back to initial state.
|
void |
rollbackMigration(PartitionMigrationEvent partitionMigrationEvent) |
void |
shutdown(boolean terminate)
Shuts down this ManagedService.
|
public static final String SERVICE_NAME
public LongWrapper getNumber(String name)
public boolean containsAtomicLong(String name)
public void init(NodeEngine nodeEngine, Properties properties)
ManagedService
init
in interface ManagedService
nodeEngine
- the NodeEngine 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
public AtomicLongProxy createDistributedObject(String name)
createDistributedObject
in interface RemoteService
public void destroyDistributedObject(String name)
destroyDistributedObject
in interface RemoteService
public 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 removeNumber(int partitionId)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.