Uses of Interface
com.gigaspaces.internal.cluster.node.impl.IServiceExporter
Packages that use IServiceExporter
Package
Description
-
Uses of IServiceExporter in com.gigaspaces.internal.cluster.node.impl
Classes in com.gigaspaces.internal.cluster.node.impl that implement IServiceExporter -
Uses of IServiceExporter in com.gigaspaces.internal.cluster.node.impl.gateway.delegator
Constructors in com.gigaspaces.internal.cluster.node.impl.gateway.delegator with parameters of type IServiceExporterModifierConstructorDescriptionReplicationConnectionDelegator(String mySiteName, String targetLookupName, String routingLookupName, IReplicationLookupFinderService finderService, IReplicationLookupRegistrationService registrationService, IReplicationLookupParameters lookupParametersTemplate, IReplicationLookupParameters registrationParameters, IServiceExporter serviceExporter) -
Uses of IServiceExporter in com.gigaspaces.internal.cluster.node.impl.gateway.lus
Methods in com.gigaspaces.internal.cluster.node.impl.gateway.lus that return IServiceExporterConstructors in com.gigaspaces.internal.cluster.node.impl.gateway.lus with parameters of type IServiceExporterModifierConstructorDescriptionLusExportedReplicationComponent(String myLookupName, String mySiteName, IServiceExporter serviceExporter, IReplicationLookupRegistrationService lookupService, IReplicationLookupParameters lookupParametersTemplate) ReplicationProxyGigaSpacesService(String lookupName, Uuid serviceUuid, IReplicationConnectionProxy proxy, IServiceExporter serviceExporter) -
Uses of IServiceExporter in com.gigaspaces.internal.cluster.node.impl.gateway.router
Constructors in com.gigaspaces.internal.cluster.node.impl.gateway.router with parameters of type IServiceExporterModifierConstructorDescriptionBuilder(String myLookupName, IConnectionMonitor<Iterable<IReplicationLookupParameters>, String> connectionMonitor, IServiceExporter serviceExporter, Uuid uuid, IAsyncContextProvider asyncContextProvider, IReplicationLookupFinderService lookupService, IReplicationLookupParameters lookupParametersTemplate, IRoutingUrlConverter routingUrlConverter, boolean setMyIdBeforeDispatch) LusReplicationRouter(String myLookupName, Uuid uuid, IConnectionMonitor<Iterable<IReplicationLookupParameters>, String> connectionMonitor, IServiceExporter serviceExporter, IIncomingReplicationHandler incomingReplicationHandler, IAsyncContextProvider asyncContextProvider, IReplicationLookupFinderService replicationLookupService, IReplicationLookupParameters lookupParametersTemplate, IRoutingUrlConverter routingNameConverter, boolean setMyIdBeforeDispatch) -
Uses of IServiceExporter in com.gigaspaces.internal.cluster.node.impl.gateway.sink
Fields in com.gigaspaces.internal.cluster.node.impl.gateway.sink declared as IServiceExporterModifier and TypeFieldDescriptionprotected final IServiceExporterReplicationGatewayComponent._serviceExporterConstructors in com.gigaspaces.internal.cluster.node.impl.gateway.sink with parameters of type IServiceExporterModifierConstructorDescriptionReplicationSink(String myLookupName, IReplicationLookupRegistrationService lookupService, IReplicationLookupParameters registrationParameters, IServiceExporter serviceExporter, IIncomingReplicationFacadeProvider nodeProvider) -
Uses of IServiceExporter in com.gigaspaces.internal.cluster.node.impl.router
Constructors in com.gigaspaces.internal.cluster.node.impl.router with parameters of type IServiceExporterModifierConstructorDescriptionprotectedAbstractConnectionProxyBasedReplicationRouter(String myLookupName, Uuid uuid, IConnectionMonitor<T, L> connectionMonitor, IServiceExporter serviceExporter, IIncomingReplicationHandler incomingReplicationHandler, IAsyncContextProvider asyncContextProvider, boolean setMyIdBeforeDispatch) protectedAbstractConnectionProxyBasedReplicationRouter(String myLookupName, Uuid uuid, IConnectionMonitor<T, L> connectionMonitor, IServiceExporter serviceExporter, IIncomingReplicationHandler incomingReplicationHandler, IAsyncContextProvider asyncContextProvider, boolean setMyIdBeforeDispatch, int replicationMonitorThreadPoolSize) -
Uses of IServiceExporter in com.gigaspaces.internal.cluster.node.impl.router.spacefinder
Constructors in com.gigaspaces.internal.cluster.node.impl.router.spacefinder with parameters of type IServiceExporterModifierConstructorDescriptionBuilder(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 IServiceExporter in com.gigaspaces.internal.server.space.replication
Classes in com.gigaspaces.internal.server.space.replication that implement IServiceExporter