public interface NodeInitializer
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() |
void |
printNodeInfo(Node node) |
void beforeInitialize(Node node)
void printNodeInfo(Node node)
void afterInitialize(Node node)
String getBuild()
int getBuildNumber()
String getVersion()
ProxyFactory getProxyFactory()
RecordFactory getRecordFactory()
SecurityContext getSecurityContext()
void destroy()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.