public class DefaultNodeInitializer extends Object implements NodeInitializer
| Modifier and Type | Field and Description |
|---|---|
protected String |
build |
protected ILogger |
logger |
protected Node |
node |
protected boolean |
simpleRecord |
protected ILogger |
systemLogger |
protected String |
version |
| Constructor and Description |
|---|
DefaultNodeInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitialize(Node node) |
void |
beforeInitialize(Node node) |
void |
destroy() |
String |
getBuild() |
int |
getBuildNumber() |
ProxyFactory |
getProxyFactory() |
RecordFactory |
getRecordFactory() |
SecurityContext |
getSecurityContext() |
String |
getVersion() |
protected void |
parseSystemProps() |
void |
printNodeInfo(Node node) |
protected ILogger logger
protected ILogger systemLogger
protected Node node
protected String version
protected String build
protected boolean simpleRecord
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 RecordFactory getRecordFactory()
getRecordFactory in interface NodeInitializerpublic int getBuildNumber()
getBuildNumber in interface NodeInitializerpublic String getVersion()
getVersion in interface NodeInitializerpublic String getBuild()
getBuild in interface NodeInitializerpublic ProxyFactory getProxyFactory()
getProxyFactory in interface NodeInitializerpublic SecurityContext getSecurityContext()
getSecurityContext in interface NodeInitializerpublic void destroy()
destroy in interface NodeInitializerCopyright © 2013 Hazelcast, Inc.. All rights reserved.