@PrivateApi public interface IOService
Modifier and Type | Field and Description |
---|---|
static int |
KILO_BYTE |
static final int KILO_BYTE
boolean isActive()
String getHazelcastName()
LoggingService getLoggingService()
Address getThisAddress()
void onFatalError(Exception e)
SymmetricEncryptionConfig getSymmetricEncryptionConfig()
SSLConfig getSSLConfig()
ClientEngine getClientEngine()
com.hazelcast.internal.ascii.TextCommandService getTextCommandService()
boolean isMemcacheEnabled()
boolean isRestEnabled()
boolean isHealthcheckEnabled()
void removeEndpoint(Address endpoint)
void onSuccessfulConnection(Address address)
void onFailedConnection(Address address)
void shouldConnectTo(Address address)
boolean isSocketBind()
boolean isSocketBindAny()
int getSocketReceiveBufferSize()
int getSocketSendBufferSize()
boolean useDirectSocketBuffer()
int getSocketClientReceiveBufferSize()
int getSocketClientSendBufferSize()
void configureSocket(Socket socket) throws SocketException
SocketException
void interceptSocket(Socket socket, boolean onAccept) throws IOException
IOException
boolean isSocketInterceptorEnabled()
int getSocketConnectTimeoutSeconds()
int getInputSelectorThreadCount()
int getOutputSelectorThreadCount()
long getConnectionMonitorInterval()
int getConnectionMonitorMaxFaults()
int getBalancerIntervalSeconds()
void executeAsync(Runnable runnable)
EventService getEventService()
Collection<Integer> getOutboundPorts()
com.hazelcast.internal.serialization.InternalSerializationService getSerializationService()
com.hazelcast.internal.networking.ChannelFactory getChannelFactory()
MemberSocketInterceptor getMemberSocketInterceptor()
com.hazelcast.internal.networking.ChannelInboundHandler createInboundHandler(TcpIpConnection connection)
com.hazelcast.internal.networking.ChannelOutboundHandler createOutboundHandler(TcpIpConnection connection)
Copyright © 2018 Hazelcast, Inc.. All rights reserved.