Uses of Class
com.gigaspaces.internal.client.spaceproxy.SpaceProxyImpl
Packages that use SpaceProxyImpl
Package
Description
-
Uses of SpaceProxyImpl in com.gigaspaces.cluster.activeelection
Constructors in com.gigaspaces.cluster.activeelection with parameters of type SpaceProxyImpl -
Uses of SpaceProxyImpl in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that return SpaceProxyImplModifier and TypeMethodDescriptionSpaceProxyImpl.cloneProxy()DirectSpaceProxyFactoryImpl.createSpaceProxy()Methods in com.gigaspaces.internal.client.spaceproxy that return types with arguments of type SpaceProxyImplModifier and TypeMethodDescriptionprotected AbstractSpaceProxyActionManager<SpaceProxyImpl> SpaceProxyImpl.createActionManager() -
Uses of SpaceProxyImpl in com.gigaspaces.internal.client.spaceproxy.actions
Subclasses with type arguments of type SpaceProxyImpl in com.gigaspaces.internal.client.spaceproxy.actionsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassMethods in com.gigaspaces.internal.client.spaceproxy.actions that return types with arguments of type SpaceProxyImplModifier and TypeMethodDescriptionprotected AdminProxyAction<SpaceProxyImpl> SpaceProxyImplActionManager.createAdminProxyAction()protected AggregateProxyAction<SpaceProxyImpl> SpaceProxyImplActionManager.createAggregateAction()protected ChangeProxyAction<SpaceProxyImpl> SpaceProxyImplActionManager.createChangeProxyAction()protected CountClearProxyAction<SpaceProxyImpl> SpaceProxyImplActionManager.createCountClearProxyAction()protected ReadTakeByIdsProxyAction<SpaceProxyImpl> SpaceProxyImplActionManager.createReadTakeByIdsProxyAction()protected ReadTakeEntriesUidsProxyAction<SpaceProxyImpl> SpaceProxyImplActionManager.createReadTakeEntriesUidsProxyAction()protected ReadTakeMultipleProxyAction<SpaceProxyImpl> SpaceProxyImplActionManager.createReadTakeMultipleProxyAction()protected ReadTakeProxyAction<SpaceProxyImpl> SpaceProxyImplActionManager.createReadTakeProxyAction()protected SnapshotProxyAction<SpaceProxyImpl> SpaceProxyImplActionManager.createSnapshotProxyAction()protected TypeDescriptorActionsProxyExecutor<SpaceProxyImpl> SpaceProxyImplActionManager.createTypeDescriptorActionsExecutor()protected WriteProxyAction<SpaceProxyImpl> SpaceProxyImplActionManager.createWriteProxyAction()Methods in com.gigaspaces.internal.client.spaceproxy.actions with parameters of type SpaceProxyImplModifier and TypeMethodDescriptionSpaceProxyImplAggregateAction.aggregate(SpaceProxyImpl spaceProxy, AggregateProxyActionInfo actionInfo) <T> Future<ChangeResult<T>> SpaceProxyImplChangeAction.asyncChange(SpaceProxyImpl spaceProxy, ChangeProxyActionInfo actionInfo, AsyncFutureListener listener) AsyncFuture<?> SpaceProxyImplReadTakeAction.asyncRead(SpaceProxyImpl spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) AsyncFuture<?> SpaceProxyImplReadTakeAction.asyncTake(SpaceProxyImpl spaceProxy, ReadTakeAsyncProxyActionInfo actionInfo) ChangeResult<?> SpaceProxyImplChangeAction.change(SpaceProxyImpl spaceProxy, ChangeProxyActionInfo actionInfo) voidSpaceProxyImplAdminAction.dropClass(SpaceProxyImpl spaceProxy, String className) SpaceProxyImplAdminAction.execute(SpaceProxyImpl spaceProxy, SpaceTask task, Object routing, Transaction txn, AsyncFutureListener listener, Map<String, byte[]> classes) intSpaceProxyImplCountClearAction.execute(SpaceProxyImpl spaceProxy, CountClearProxyActionInfo actionInfo) SpaceProxyImplAdminAction.getSpaceHealthStatus(SpaceProxyImpl spaceProxy) voidSpaceProxyImplAdminAction.ping(SpaceProxyImpl spaceProxy) SpaceProxyImplReadTakeAction.read(SpaceProxyImpl spaceProxy, ReadTakeProxyActionInfo actionInfo) Object[]SpaceProxyImplReadTakeByIdsAction.readByIds(SpaceProxyImpl spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]SpaceProxyImplReadTakeMultipleAction.readMultiple(SpaceProxyImpl spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) SpaceProxyImplReadTakeEntriesUidsAction.readTakeEntriesUids(SpaceProxyImpl spaceProxy, ReadTakeEntriesUidsSpaceOperationRequest request) <T> ISpaceQuery<T> SpaceProxyImplSnapshotAction.snapshot(SpaceProxyImpl spaceProxy, SnapshotProxyActionInfo actionInfo) SpaceProxyImplReadTakeAction.take(SpaceProxyImpl spaceProxy, ReadTakeProxyActionInfo actionInfo) Object[]SpaceProxyImplReadTakeByIdsAction.takeByIds(SpaceProxyImpl spaceProxy, ReadTakeByIdsProxyActionInfo actionInfo, boolean returnPackets) Object[]SpaceProxyImplReadTakeMultipleAction.takeMultiple(SpaceProxyImpl spaceProxy, ReadTakeMultipleProxyActionInfo actionInfo) LeaseContext<?> SpaceProxyImplWriteAction.write(SpaceProxyImpl spaceProxy, WriteProxyActionInfo actionInfo) LeaseContext<?>[]SpaceProxyImplWriteAction.writeMultiple(SpaceProxyImpl spaceProxy, WriteMultipleProxyActionInfo actionInfo) Constructors in com.gigaspaces.internal.client.spaceproxy.actions with parameters of type SpaceProxyImpl -
Uses of SpaceProxyImpl in com.gigaspaces.internal.client.spaceproxy.events
Constructors in com.gigaspaces.internal.client.spaceproxy.events with parameters of type SpaceProxyImplModifierConstructorDescriptionBatchLeaseRenewalManager(SpaceProxyImpl spaceProxy, org.slf4j.Logger logger) SpaceProxyDataEventsManager(SpaceProxyImpl spaceProxy, ITransportConfig remoteTransportConfig) -
Uses of SpaceProxyImpl in com.gigaspaces.internal.client.spaceproxy.executors
Subclasses with type arguments of type SpaceProxyImpl in com.gigaspaces.internal.client.spaceproxy.executorsMethods in com.gigaspaces.internal.client.spaceproxy.executors with parameters of type SpaceProxyImplModifier and TypeMethodDescriptionSpaceProxyImplTypeDescriptorActionsExecutor.asyncAddIndexes(SpaceProxyImpl spaceProxy, AddTypeIndexesRequestInfo requestInfo) SpaceProxyImplTypeDescriptorActionsExecutor.getTypeDescriptor(SpaceProxyImpl spaceProxy, GetTypeDescriptorActionInfo actionInfo) voidSpaceProxyImplTypeDescriptorActionsExecutor.registerTypeDescriptor(SpaceProxyImpl spaceProxy, RegisterTypeDescriptorRequestInfo requestInfo) SpaceProxyImplTypeDescriptorActionsExecutor.registerTypeDescriptor(SpaceProxyImpl spaceProxy, Class<?> type) voidSpaceProxyImplTypeDescriptorActionsExecutor.unregisterTypeDescriptor(SpaceProxyImpl spaceProxy, UnregisterTypeDescriptorRequestInfo requestInfo) -
Uses of SpaceProxyImpl in com.gigaspaces.internal.client.spaceproxy.router
Methods in com.gigaspaces.internal.client.spaceproxy.router that return SpaceProxyImplModifier and TypeMethodDescriptionSpaceClusterRemoteOperationRouter.getSpaceProxy()SpacePartitionedClusterRemoteOperationRouter.getSpaceProxy()Constructors in com.gigaspaces.internal.client.spaceproxy.router with parameters of type SpaceProxyImplModifierConstructorDescriptionSpaceClusterRemoteOperationRouter(RemoteOperationsExecutorsCluster cluster, PostponedAsyncOperationsQueue postponedAsyncOperationsQueue, SpaceProxyImpl spaceProxy) SpaceEmbeddedRemoteOperationRouter(SpaceProxyImpl spaceProxy, int partitionId, QuiesceTokenProvider quiesceTokenProvider) SpacePartitionedClusterRemoteOperationRouter(String name, SpaceProxyRemoteOperationRouter[] partitions, boolean broadcastDisabled, RemoteOperationsExecutorsCluster partitionedCluster, SpaceClusterInfo clusterInfo, SpaceProxyImpl spaceProxy) SpaceProxyRouter(SpaceProxyImpl spaceProxy) SpaceProxyRouter(SpaceProxyImpl spaceProxy, int partitionNum) -
Uses of SpaceProxyImpl in com.gigaspaces.internal.remoting.routing.clustered
Constructors in com.gigaspaces.internal.remoting.routing.clustered with parameters of type SpaceProxyImplModifierConstructorDescriptionRemoteOperationsExecutorsCluster(SpaceProxyImpl spaceProxy, String name, SpaceClusterInfo clusterInfo, int partitionId, Collection<String> members, RemoteOperationsExecutorsClusterConfig config, IAsyncHandlerProvider asyncHandlerProvider, RemoteOperationsExecutorProxyLocator proxyLocator, RemoteOperationsExecutorProxy defaultMember) -
Uses of SpaceProxyImpl in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return SpaceProxyImplModifier and TypeMethodDescriptionprotected SpaceProxyImplSpaceImpl.createProxy(boolean isClustered, boolean useEmbeddedCredentials) SpaceImpl.getServiceProxy() -
Uses of SpaceProxyImpl in com.gigaspaces.internal.server.space.repartitioning
Methods in com.gigaspaces.internal.server.space.repartitioning that return SpaceProxyImplModifier and TypeMethodDescriptionstatic SpaceProxyImplSpaceCopyChunksPartitionExecutor.createProxyWithNewTopology(SpaceImpl space, SpaceSettings spaceSettings, int partitionId)