Uses of Interface
com.oracle.coherence.grpc.proxy.BaseGrpcServiceImpl.Dependencies
-
Packages that use BaseGrpcServiceImpl.Dependencies Package Description com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation. -
-
Uses of BaseGrpcServiceImpl.Dependencies in com.oracle.coherence.grpc.proxy
Subinterfaces of BaseGrpcServiceImpl.Dependencies in com.oracle.coherence.grpc.proxy Modifier and Type Interface Description static interface
NamedCacheService.Dependencies
The dependencies to configure aNamedCacheServiceImpl
.Classes in com.oracle.coherence.grpc.proxy that implement BaseGrpcServiceImpl.Dependencies Modifier and Type Class Description static class
BaseGrpcServiceImpl.DefaultDependencies
The defaultBaseGrpcServiceImpl.Dependencies
implementation.static class
NamedCacheService.DefaultDependencies
The defaultNamedCacheService.Dependencies
implementation.Fields in com.oracle.coherence.grpc.proxy declared as BaseGrpcServiceImpl.Dependencies Modifier and Type Field Description protected BaseGrpcServiceImpl.Dependencies
BaseGrpcServiceImpl. f_dependencies
The serviceBaseGrpcServiceImpl.Dependencies
.Constructors in com.oracle.coherence.grpc.proxy with parameters of type BaseGrpcServiceImpl.Dependencies Constructor Description BaseGrpcServiceImpl(BaseGrpcServiceImpl.Dependencies dependencies, String sMBeanName, String sPoolName)
Create aBaseGrpcServiceImpl
.DefaultDependencies(BaseGrpcServiceImpl.Dependencies deps)
-