@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()
IOOutOfMemoryHandler getIoOutOfMemoryHandler()
Address getThisAddress()
void onFatalError(Exception e)
SocketInterceptorConfig getSocketInterceptorConfig()
SymmetricEncryptionConfig getSymmetricEncryptionConfig()
SSLConfig getSSLConfig()
void handleClientMessage(ClientMessage cm, Connection connection)
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 isSocketBufferDirect()
int getSocketClientReceiveBufferSize()
int getSocketClientSendBufferSize()
int getSocketLingerSeconds()
int getSocketConnectTimeoutSeconds()
boolean getSocketKeepAlive()
boolean getSocketNoDelay()
int getInputSelectorThreadCount()
int getOutputSelectorThreadCount()
long getConnectionMonitorInterval()
int getConnectionMonitorMaxFaults()
int getBalancerIntervalSeconds()
boolean isClient()
void executeAsync(Runnable runnable)
EventService getEventService()
Collection<Integer> getOutboundPorts()
InternalSerializationService getSerializationService()
SocketChannelWrapperFactory getSocketChannelWrapperFactory()
MemberSocketInterceptor getMemberSocketInterceptor()
ReadHandler createReadHandler(TcpIpConnection connection)
WriteHandler createWriteHandler(TcpIpConnection connection)
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.