Class ProxyServiceGrpcImpl.DefaultDependencies
java.lang.Object
com.oracle.coherence.grpc.proxy.common.GrpcServiceDependencies.DefaultDependencies
com.oracle.coherence.grpc.proxy.common.BaseGrpcServiceImpl.DefaultDependencies
com.oracle.coherence.grpc.proxy.common.ProxyServiceGrpcImpl.DefaultDependencies
- All Implemented Interfaces:
GrpcService.Dependencies
,BaseGrpcServiceImpl.Dependencies
,GrpcServiceDependencies
,ProxyServiceGrpcImpl.Dependencies
- Enclosing class:
ProxyServiceGrpcImpl
public static class ProxyServiceGrpcImpl.DefaultDependencies
extends BaseGrpcServiceImpl.DefaultDependencies
implements ProxyServiceGrpcImpl.Dependencies
The default
ProxyServiceGrpcImpl.Dependencies
implementation.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.oracle.coherence.grpc.proxy.common.GrpcServiceDependencies
GrpcServiceDependencies.DefaultDependencies
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDependencies
(com.tangosol.net.grpc.GrpcDependencies.ServerType serverType) -
Method Summary
Methods inherited from class com.oracle.coherence.grpc.proxy.common.BaseGrpcServiceImpl.DefaultDependencies
getCacheFactorySupplier, setConfigurableCacheFactorySupplier
Methods inherited from class com.oracle.coherence.grpc.proxy.common.GrpcServiceDependencies.DefaultDependencies
getContext, getDaemonPool, getExecutor, getNamedSerializerFactory, getRegistry, getServerType, getTransferThreshold, setContext, setDaemonPool, setExecutor, setRegistry, setSerializerFactory, setTransferThreshold
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.oracle.coherence.grpc.proxy.common.BaseGrpcServiceImpl.Dependencies
getCacheFactorySupplier
Methods inherited from interface com.oracle.coherence.grpc.proxy.common.GrpcServiceDependencies
getContext, getDaemonPool, getExecutor, getNamedSerializerFactory, getRegistry, getServerType, getTransferThreshold
-
Constructor Details
-
DefaultDependencies
public DefaultDependencies(com.tangosol.net.grpc.GrpcDependencies.ServerType serverType) -
DefaultDependencies
-
DefaultDependencies
-