public interface IOService
Modifier and Type | Field and Description |
---|---|
static int |
KILO_BYTE |
static final int KILO_BYTE
boolean isActive()
SystemLogService getSystemLogService()
void onOutOfMemory(OutOfMemoryError oom)
Address getThisAddress()
void onFatalError(Exception e)
SocketInterceptorConfig getSocketInterceptorConfig()
SymmetricEncryptionConfig getSymmetricEncryptionConfig()
SSLConfig getSSLConfig()
void handleMemberPacket(Packet p)
void handleClientPacket(ClientPacket p)
TextCommandService getTextCommandService()
boolean isMemcacheEnabled()
boolean isRestEnabled()
void removeEndpoint(Address endpoint)
String getThreadPrefix()
ThreadGroup getThreadGroup()
void onFailedConnection(Address address)
void shouldConnectTo(Address address)
boolean isReuseSocketAddress()
int getSocketPort()
boolean isSocketBind()
boolean isSocketBindAny()
boolean isSocketPortAutoIncrement()
int getSocketReceiveBufferSize()
int getSocketSendBufferSize()
int getSocketLingerSeconds()
boolean getSocketKeepAlive()
boolean getSocketNoDelay()
int getSelectorThreadCount()
long getConnectionMonitorInterval()
int getConnectionMonitorMaxFaults()
void onDisconnect(Address endpoint)
boolean isClient()
void executeAsync(Runnable runnable)
Collection<Integer> getOutboundPorts()
SerializationService getSerializationService()
SerializationContext getSerializationContext()
Copyright © 2014 Hazelcast, Inc.. All rights reserved.