public class DefaultNodeInitializer extends Object implements NodeInitializer
| Modifier and Type | Field and Description |
|---|---|
protected String |
build |
protected ILogger |
logger |
protected Node |
node |
protected ILogger |
systemLogger |
protected String |
version |
| Constructor and Description |
|---|
DefaultNodeInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitialize(Node node) |
void |
beforeInitialize(Node node) |
PacketReader |
createPacketReader(TcpIpConnection connection,
IOService ioService) |
PacketWriter |
createPacketWriter(TcpIpConnection connection,
IOService ioService) |
void |
destroy() |
MemberSocketInterceptor |
getMemberSocketInterceptor() |
Storage<DataRef> |
getOffHeapStorage() |
SecurityContext |
getSecurityContext() |
SocketChannelWrapperFactory |
getSocketChannelWrapperFactory() |
WanReplicationService |
geWanReplicationService() |
protected void |
parseSystemProps() |
void |
printNodeInfo(Node node) |
protected ILogger logger
protected ILogger systemLogger
protected Node node
protected String version
protected String build
public void beforeInitialize(Node node)
beforeInitialize in interface NodeInitializerpublic void printNodeInfo(Node node)
printNodeInfo in interface NodeInitializerpublic void afterInitialize(Node node)
afterInitialize in interface NodeInitializerprotected void parseSystemProps()
public SecurityContext getSecurityContext()
getSecurityContext in interface NodeInitializerpublic Storage<DataRef> getOffHeapStorage()
getOffHeapStorage in interface NodeInitializerpublic WanReplicationService geWanReplicationService()
geWanReplicationService in interface NodeInitializerpublic MemberSocketInterceptor getMemberSocketInterceptor()
getMemberSocketInterceptor in interface NodeInitializerpublic SocketChannelWrapperFactory getSocketChannelWrapperFactory()
getSocketChannelWrapperFactory in interface NodeInitializerpublic PacketReader createPacketReader(TcpIpConnection connection, IOService ioService)
createPacketReader in interface NodeInitializerpublic PacketWriter createPacketWriter(TcpIpConnection connection, IOService ioService)
createPacketWriter in interface NodeInitializerpublic void destroy()
destroy in interface NodeInitializerCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.