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 handleClientPacket(Packet p)
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()
int getSocketClientReceiveBufferSize()
int getSocketClientSendBufferSize()
int getSocketLingerSeconds()
int getSocketConnectTimeoutSeconds()
boolean getSocketKeepAlive()
boolean getSocketNoDelay()
int getInputSelectorThreadCount()
int getOutputSelectorThreadCount()
long getConnectionMonitorInterval()
int getConnectionMonitorMaxFaults()
int getBalancerIntervalSeconds()
void onDisconnect(Address endpoint)
boolean isClient()
void executeAsync(Runnable runnable)
EventService getEventService()
Collection<Integer> getOutboundPorts()
SerializationService getSerializationService()
SocketChannelWrapperFactory getSocketChannelWrapperFactory()
MemberSocketInterceptor getMemberSocketInterceptor()
ReadHandler createReadHandler(TcpIpConnection connection)
WriteHandler createWriteHandler(TcpIpConnection connection)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.