Uses of Enum Class
com.gigaspaces.internal.cluster.node.impl.router.ConnectionState
Packages that use ConnectionState
Package
Description
-
Uses of ConnectionState in com.gigaspaces.internal.cluster.node.impl.gateway.delegator
Methods in com.gigaspaces.internal.cluster.node.impl.gateway.delegator that return ConnectionStateConstructors in com.gigaspaces.internal.cluster.node.impl.gateway.delegator with parameters of type ConnectionStateModifierConstructorDescriptionReplicationConnectionDelegatorStatistics(ConnectionState connectionState) -
Uses of ConnectionState in com.gigaspaces.internal.cluster.node.impl.groups
Methods in com.gigaspaces.internal.cluster.node.impl.groups that return ConnectionStateModifier and TypeMethodDescriptionIReplicationSourceChannelStatistics.getConnectionState()ReplicationSourceChannelStatistics.getConnectionState()Constructors in com.gigaspaces.internal.cluster.node.impl.groups with parameters of type ConnectionStateModifierConstructorDescriptionReplicationSourceChannelStatistics(String name, ReplicationStatistics.ReplicationMode mode, ConnectionState state, boolean active, long lastConfirmedKey, int packetsTP, long totalNumberOfReplicatedPackets, Throwable inconsistencyReason, long generatedTraffic, long receivedTraffic, long generatedTrafficTP, long receivedTrafficTP, long generatedTrafficPerPacket, long backlogRetainedSize, ReplicationStatistics.ReplicationOperatingMode operatingMode, ReplicationEndpointDetails targetDetails, ConnectionEndpointDetails delegatorDetails, String tag) -
Uses of ConnectionState in com.gigaspaces.internal.cluster.node.impl.router
Methods in com.gigaspaces.internal.cluster.node.impl.router that return ConnectionStateModifier and TypeMethodDescriptionAbstractProxyBasedReplicationMonitoredConnection.getState()IReplicationMonitoredConnection.getState()static ConnectionStateReturns the enum constant of this class with the specified name.static ConnectionState[]ConnectionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.gigaspaces.internal.cluster.node.impl.router with parameters of type ConnectionStateModifierConstructorDescriptionAbstractProxyBasedReplicationMonitoredConnection(AbstractConnectionProxyBasedReplicationRouter<T, L> router, String targetLookupName, IReplicationConnectionProxy connectionProxy, T tag, String endpointLookupName, IConnectionMonitor<T, L> monitor, L url, ConnectionState state, Exception disconnectionReason, Uuid proxyId, IAsyncContextProvider asyncContextProvider) MemberProxyBasedReplicationMonitoredConnection(AbstractConnectionProxyBasedReplicationRouter<T, L> router, String targetLookupName, IReplicationConnectionProxy connectionProxy, T tag, String endpointLookupName, IConnectionMonitor<T, L> monitor, L url, ConnectionState state, Exception disconnectionReason, Uuid proxyId, IAsyncContextProvider asyncContextProvider, boolean supportsConnectivityCheckEvents) StubBasedReplicationMonitoredConnection(AbstractConnectionProxyBasedReplicationRouter router, String targetLookupName, IReplicationConnectionProxy connectionProxy, IConnectionMonitor monitor, ConnectionState state, Exception disconnectionReason, Uuid proxyId, IAsyncContextProvider asyncContextProvider) UrlProxyBasedReplicationMonitoredConnection(AbstractConnectionProxyBasedReplicationRouter router, String targetLookupName, IReplicationConnectionProxy connectionProxy, T tag, String endpointLookupName, IConnectionMonitor monitor, L url, ConnectionState state, Exception disconnectionReason, Uuid proxyId, IAsyncContextProvider asyncContextProvider) -
Uses of ConnectionState in com.gigaspaces.internal.cluster.node.impl.router.spacefinder
Methods in com.gigaspaces.internal.cluster.node.impl.router.spacefinder that return ConnectionState