com.hazelcast.instance
Class DefaultNodeContext

java.lang.Object
  extended by com.hazelcast.instance.DefaultNodeContext
All Implemented Interfaces:
NodeContext

public class DefaultNodeContext
extends Object
implements NodeContext


Constructor Summary
DefaultNodeContext()
           
 
Method Summary
 AddressPicker createAddressPicker(Node node)
           
 ConnectionManager createConnectionManager(Node node, ServerSocketChannel serverSocketChannel)
           
 Joiner createJoiner(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNodeContext

public DefaultNodeContext()
Method Detail

createAddressPicker

public AddressPicker createAddressPicker(Node node)
Specified by:
createAddressPicker in interface NodeContext

createJoiner

public Joiner createJoiner(Node node)
Specified by:
createJoiner in interface NodeContext

createConnectionManager

public ConnectionManager createConnectionManager(Node node,
                                                 ServerSocketChannel serverSocketChannel)
Specified by:
createConnectionManager in interface NodeContext


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.