Uses of Class
com.gigaspaces.management.transport.ConnectionEndpointDetails
Packages that use ConnectionEndpointDetails
Package
Description
Provides GigaSpaces LRMI (Light-RMI) package.
Provides GigaSpaces filter plug-in interfaces.
-
Uses of ConnectionEndpointDetails in com.gigaspaces.internal.cluster.node.impl.groups
Methods in com.gigaspaces.internal.cluster.node.impl.groups that return ConnectionEndpointDetailsModifier and TypeMethodDescriptionIReplicationSourceChannelStatistics.getDelegatorDetails()ReplicationSourceChannelStatistics.getDelegatorDetails()Constructors in com.gigaspaces.internal.cluster.node.impl.groups with parameters of type ConnectionEndpointDetailsModifierConstructorDescriptionReplicationSourceChannelStatistics(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 ConnectionEndpointDetails in com.gigaspaces.internal.cluster.node.impl.router
Methods in com.gigaspaces.internal.cluster.node.impl.router that return ConnectionEndpointDetailsModifier and TypeMethodDescriptionAbstractProxyBasedReplicationMonitoredConnection.getClosestEndpointDetails()IReplicationConnection.getClosestEndpointDetails()ReplicationEndpointDetails.getConnectionDetails() -
Uses of ConnectionEndpointDetails in com.gigaspaces.internal.cluster.node.impl.router.spacefinder
Methods in com.gigaspaces.internal.cluster.node.impl.router.spacefinder that return ConnectionEndpointDetails -
Uses of ConnectionEndpointDetails in com.gigaspaces.internal.cluster.node.impl.view
Constructors in com.gigaspaces.internal.cluster.node.impl.view with parameters of type ConnectionEndpointDetailsModifierConstructorDescriptionViewDynamicSourceGroupMemberLifeCycle(LocalViewRegistrations localViewRegistrations, Collection<SpaceQueryDetails> queryDescriptions, ConnectionEndpointDetails connectionDetails) -
Uses of ConnectionEndpointDetails in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space with parameters of type ConnectionEndpointDetailsModifier and TypeMethodDescriptionvoidLocalViewRegistrations.add(String localViewId, ConnectionEndpointDetails connectionDetails, Collection<SpaceQueryDetails> queries) -
Uses of ConnectionEndpointDetails in com.gigaspaces.lrmi
Methods in com.gigaspaces.lrmi that return ConnectionEndpointDetailsModifier and TypeMethodDescriptionstatic ConnectionEndpointDetailsLRMIUtilities.getConnectionEndpointDetails(Object obj) -
Uses of ConnectionEndpointDetails in com.gigaspaces.management.space
Methods in com.gigaspaces.management.space that return ConnectionEndpointDetailsModifier and TypeMethodDescriptionLocalCacheDetails.getConnectionDetails()LocalViewDetails.getConnectionDetails()Constructors in com.gigaspaces.management.space with parameters of type ConnectionEndpointDetailsModifierConstructorDescriptionLocalCacheDetails(String id, ConnectionEndpointDetails connectionDetails) LocalViewDetails(String id, ConnectionEndpointDetails connectionDetails, Collection<SpaceQueryDetails> queries) -
Uses of ConnectionEndpointDetails in com.gigaspaces.management.transport
Fields in com.gigaspaces.management.transport declared as ConnectionEndpointDetailsModifier and TypeFieldDescriptionstatic final ConnectionEndpointDetailsConnectionEndpointDetails.EMPTYMethods in com.gigaspaces.management.transport that return ConnectionEndpointDetailsModifier and TypeMethodDescriptionstatic ConnectionEndpointDetailsConnectionEndpointDetails.create()ConnectionEndpointDetails.createCopy(PlatformLogicalVersion newVersion) -
Uses of ConnectionEndpointDetails in com.j_spaces.core.filters
Methods in com.j_spaces.core.filters that return ConnectionEndpointDetailsModifier and TypeMethodDescriptionReplicationStatistics.OutgoingChannel.getDelegatorDetails()ReplicationStatistics.OutgoingChannel.getTargetDetails()Constructors in com.j_spaces.core.filters with parameters of type ConnectionEndpointDetailsModifierConstructorDescriptionOutgoingChannel(String targetMemberName, ReplicationStatistics.ReplicationMode replicationMode, ReplicationStatistics.ChannelState channelState, long lastKeyToReplicate, long lastConfirmedKeyFromTarget, int throughPut, long totalNumberOfReplicatedPackets, String inconsistencyReason, long generatedTraffic, long receivedTraffic, long generatedTrafficTP, long receivedTrafficTP, long generatedTrafficPerPacket, long redologRetainedSize, ReplicationStatistics.ReplicationOperatingMode operatingMode, ReplicationEndpointDetails targetDetails, ConnectionEndpointDetails delegatorDetails, String tag)