@PrivateApi public interface IOService
Modifier and Type | Field and Description |
---|---|
static int |
KILO_BYTE |
static final int KILO_BYTE
boolean isActive()
HazelcastProperties properties()
String getHazelcastName()
LoggingService getLoggingService()
Address getThisAddress()
Map<EndpointQualifier,Address> getThisAddresses()
AddressPicker
void onFatalError(Exception e)
SymmetricEncryptionConfig getSymmetricEncryptionConfig(EndpointQualifier endpointQualifier)
RestApiConfig getRestApiConfig()
RestApiConfig
for the node.MemcacheProtocolConfig getMemcacheProtocolConfig()
MemcacheProtocolConfig
for the node.SSLConfig getSSLConfig(EndpointQualifier endpointQualifier)
ClientEngine getClientEngine()
TextCommandService getTextCommandService()
void removeEndpoint(Address endpoint)
void onSuccessfulConnection(Address address)
void onFailedConnection(Address address)
void shouldConnectTo(Address address)
boolean isSocketBind()
boolean isSocketBindAny()
void interceptSocket(EndpointQualifier endpointQualifier, Socket socket, boolean onAccept) throws IOException
IOException
boolean isSocketInterceptorEnabled(EndpointQualifier endpointQualifier)
int getSocketConnectTimeoutSeconds(EndpointQualifier endpointQualifier)
long getConnectionMonitorInterval()
int getConnectionMonitorMaxFaults()
void executeAsync(Runnable runnable)
EventService getEventService()
Collection<Integer> getOutboundPorts(EndpointQualifier endpointQualifier)
InternalSerializationService getSerializationService()
MemberSocketInterceptor getSocketInterceptor(EndpointQualifier endpointQualifier)
InboundHandler[] createInboundHandlers(EndpointQualifier qualifier, TcpIpConnection connection)
OutboundHandler[] createOutboundHandlers(EndpointQualifier qualifier, TcpIpConnection connection)
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.