public class IdGeneratorClientProxy extends Object implements IdGenerator
Instance.InstanceType| Constructor and Description |
|---|
IdGeneratorClientProxy(HazelcastClient hazelcastClient,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Object |
getId() |
Instance.InstanceType |
getInstanceType() |
String |
getName() |
long |
newId() |
public IdGeneratorClientProxy(HazelcastClient hazelcastClient, String name)
public String getName()
getName in interface IdGeneratorpublic long newId()
newId in interface IdGeneratorpublic Instance.InstanceType getInstanceType()
getInstanceType in interface InstanceCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.