com.hazelcast.cluster
Class AbstractNodeAware
java.lang.Object
com.hazelcast.cluster.AbstractNodeAware
- All Implemented Interfaces:
- NodeAware
public class AbstractNodeAware
- extends Object
- implements NodeAware
Field Summary |
protected com.hazelcast.instance.Node |
node
|
Method Summary |
com.hazelcast.instance.Node |
getNode()
|
void |
setNode(com.hazelcast.instance.Node node)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
node
protected volatile com.hazelcast.instance.Node node
AbstractNodeAware
public AbstractNodeAware()
getNode
public com.hazelcast.instance.Node getNode()
setNode
public void setNode(com.hazelcast.instance.Node node)
- Specified by:
setNode
in interface NodeAware
Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.