public class ClientIdGeneratorProxy extends ClientProxy implements IdGenerator
| Constructor and Description |
|---|
ClientIdGeneratorProxy(String serviceName,
String objectId,
IAtomicLong blockGenerator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
init(long id) |
long |
newId() |
protected void |
onDestroy()
Called before proxy is destroyed.
|
String |
toString() |
deregisterListener, destroy, equals, getClient, getContext, getId, getName, getPartitionKey, getServiceName, hashCode, invoke, invoke, invoke, invokeInterruptibly, invokeOnPartition, onInitialize, onShutdown, registerListener, setContext, throwExceptionIfNull, toData, toObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitdestroy, getName, getPartitionKey, getServiceNamepublic ClientIdGeneratorProxy(String serviceName, String objectId, IAtomicLong blockGenerator)
public boolean init(long id)
init in interface IdGeneratorpublic long newId()
newId in interface IdGeneratorprotected void onDestroy()
ClientProxyonDestroy in class ClientProxyCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.