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 NodeInitializer
public void printNodeInfo(Node node)
printNodeInfo
in interface NodeInitializer
public void afterInitialize(Node node)
afterInitialize
in interface NodeInitializer
protected void parseSystemProps()
public SecurityContext getSecurityContext()
getSecurityContext
in interface NodeInitializer
public Storage<DataRef> getOffHeapStorage()
getOffHeapStorage
in interface NodeInitializer
public WanReplicationService geWanReplicationService()
geWanReplicationService
in interface NodeInitializer
public MemberSocketInterceptor getMemberSocketInterceptor()
getMemberSocketInterceptor
in interface NodeInitializer
public SocketChannelWrapperFactory getSocketChannelWrapperFactory()
getSocketChannelWrapperFactory
in interface NodeInitializer
public PacketReader createPacketReader(TcpIpConnection connection, IOService ioService)
createPacketReader
in interface NodeInitializer
public PacketWriter createPacketWriter(TcpIpConnection connection, IOService ioService)
createPacketWriter
in interface NodeInitializer
public void destroy()
destroy
in interface NodeInitializer
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.