@PrivateApi public interface IOService
Modifier and Type | Field and Description |
---|---|
static int |
KILO_BYTE |
static final int KILO_BYTE
boolean isActive()
void onOutOfMemory(OutOfMemoryError oom)
Address getThisAddress()
void onFatalError(Exception e)
SocketInterceptorConfig getSocketInterceptorConfig()
SymmetricEncryptionConfig getSymmetricEncryptionConfig()
SSLConfig getSSLConfig()
void handleClientMessage(ClientMessage cm, Connection connection)
TextCommandService getTextCommandService()
boolean isMemcacheEnabled()
boolean isRestEnabled()
void removeEndpoint(Address endpoint)
String getThreadPrefix()
ThreadGroup getThreadGroup()
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 © 2016 Hazelcast, Inc.. All Rights Reserved.