@PrivateApi public interface IOService
Modifier and Type | Field and Description |
---|---|
static int |
KILO_BYTE |
static final int KILO_BYTE
boolean isActive()
HazelcastProperties properties()
String getHazelcastName()
LoggingService getLoggingService()
Address getThisAddress()
void onFatalError(Exception e)
SymmetricEncryptionConfig getSymmetricEncryptionConfig()
SSLConfig getSSLConfig()
ClientEngine getClientEngine()
TextCommandService getTextCommandService()
void removeEndpoint(Address endpoint)
void onSuccessfulConnection(Address address)
void onFailedConnection(Address address)
void shouldConnectTo(Address address)
boolean isSocketBind()
boolean isSocketBindAny()
void interceptSocket(Socket socket, boolean onAccept) throws IOException
IOException
boolean isSocketInterceptorEnabled()
int getSocketConnectTimeoutSeconds()
long getConnectionMonitorInterval()
int getConnectionMonitorMaxFaults()
void executeAsync(Runnable runnable)
EventService getEventService()
Collection<Integer> getOutboundPorts()
InternalSerializationService getSerializationService()
MemberSocketInterceptor getMemberSocketInterceptor()
InboundHandler[] createMemberInboundHandlers(TcpIpConnection connection)
OutboundHandler[] createMemberOutboundHandlers(TcpIpConnection connection)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.