Uses of Interface
com.gigaspaces.internal.cluster.node.impl.router.spacefinder.ISpaceProxyProvider
Packages that use ISpaceProxyProvider
Package
Description
-
Uses of ISpaceProxyProvider in com.gigaspaces.internal.cluster.node.impl.router.spacefinder
Classes in com.gigaspaces.internal.cluster.node.impl.router.spacefinder that implement ISpaceProxyProviderModifier and TypeClassDescriptionclassThe default implementation of theISpaceProxyProvider, uses space finder to locate a proxyConstructors in com.gigaspaces.internal.cluster.node.impl.router.spacefinder with parameters of type ISpaceProxyProviderModifierConstructorDescriptionBuilder(String myLookupName, Uuid uuid, ISpaceProxyProvider spaceProxyProvider, ISpaceUrlConverter spaceUrlConverter, IConnectionMonitor connectionMonitor, IServiceExporter serviceExporter) Builder(String myLookupName, Uuid uuid, ISpaceProxyProvider spaceProxyProvider, ISpaceUrlConverter spaceUrlConverter, IConnectionMonitor connectionMonitor, IServiceExporter serviceExporter, int connectionMonitorThreadPoolSize) SpaceProxyReplicationRouter(String myLookupName, Uuid uuid, IConnectionMonitor<IRemoteSpace, SpaceURL> connectionMonitor, IServiceExporter serviceExporter, IIncomingReplicationHandler incomingReplicationHandler, ISpaceProxyProvider spaceProxyProvider, ISpaceUrlConverter spaceUrlConverter) SpaceProxyReplicationRouter(String myLookupName, Uuid uuid, IConnectionMonitor<IRemoteSpace, SpaceURL> connectionMonitor, IServiceExporter serviceExporter, IIncomingReplicationHandler incomingReplicationHandler, ISpaceProxyProvider spaceProxyProvider, ISpaceUrlConverter spaceUrlConverter, int replicationMonitorThreadPoolSize) -
Uses of ISpaceProxyProvider in com.gigaspaces.internal.cluster.node.impl.router.spacefinder.failuredetector
Constructors in com.gigaspaces.internal.cluster.node.impl.router.spacefinder.failuredetector with parameters of type ISpaceProxyProviderModifierConstructorDescriptionFailureDetectorConnectionMonitor(String myLookupName, int corePoolSize, long monitorDisconnectedDelay, TimeUnit timeUnit, ISpaceProxyProvider proxyProvider, IFailureDetector failureDetector)