Class SpacePartitionedClusterRemoteOperationRouter
java.lang.Object
com.gigaspaces.internal.remoting.routing.AbstractRemoteOperationRouter
com.gigaspaces.internal.remoting.routing.partitioned.PartitionedClusterRemoteOperationRouter
com.gigaspaces.internal.client.spaceproxy.router.SpacePartitionedClusterRemoteOperationRouter
- All Implemented Interfaces:
SpaceProxyRemoteOperationRouter,RemoteOperationRouter
public class SpacePartitionedClusterRemoteOperationRouter
extends PartitionedClusterRemoteOperationRouter
implements SpaceProxyRemoteOperationRouter
- Since:
- 9.0.1
- Author:
- Niv Ingberg
-
Field Summary
Fields inherited from class com.gigaspaces.internal.remoting.routing.AbstractRemoteOperationRouter
_logger -
Constructor Summary
ConstructorsConstructorDescriptionSpacePartitionedClusterRemoteOperationRouter(String name, SpaceProxyRemoteOperationRouter[] partitions, boolean broadcastDisabled, RemoteOperationsExecutorsCluster partitionedCluster, SpaceClusterInfo clusterInfo, SpaceProxyImpl spaceProxy) -
Method Summary
Modifier and TypeMethodDescriptiongetActiveMemberName(int partitionId) getPartitionRouter(int partitionId) Methods inherited from class com.gigaspaces.internal.remoting.routing.partitioned.PartitionedClusterRemoteOperationRouter
close, createFutureListener, execute, executeAsync, executeOneway, getAllAvailableMembers, getAnyActiveMember, getAnyAvailableCachedMember, getAnyAvailableMember, getClusterInfo, getLogger, getNextApproxDistributionPartitionId, getNextDistributionPartitionId, getNextPreciseDistributionPartitionId, getNumOfPartitions, getPartitions, setClusterInfoMethods inherited from class com.gigaspaces.internal.remoting.routing.AbstractRemoteOperationRouter
getCachedMember, logAfterExecute, logAfterExecuteAsync, logAsyncExecutionFailure, logBeforeExecute, logBeforeExecuteAsync, logExecutionFailure, logInterruptedAsyncExecution, logInterruptedExecution, logUnexpectedAsyncExecutionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.internal.remoting.routing.RemoteOperationRouter
close, createFutureListener, execute, executeAsync, executeOneway, getAllAvailableMembers, getAnyActiveMember, getAnyAvailableCachedMember, getAnyAvailableMember, getCachedMember
-
Constructor Details
-
SpacePartitionedClusterRemoteOperationRouter
public SpacePartitionedClusterRemoteOperationRouter(String name, SpaceProxyRemoteOperationRouter[] partitions, boolean broadcastDisabled, RemoteOperationsExecutorsCluster partitionedCluster, SpaceClusterInfo clusterInfo, SpaceProxyImpl spaceProxy)
-
-
Method Details
-
getPartitionRouter
- Overrides:
getPartitionRouterin classPartitionedClusterRemoteOperationRouter
-
getActiveMemberName
- Specified by:
getActiveMemberNamein interfaceSpaceProxyRemoteOperationRouter
-
getSpaceProxy
-