Uses of Interface
com.oracle.coherence.grpc.proxy.NamedCacheService.Dependencies
Packages that use NamedCacheService.Dependencies
-
Uses of NamedCacheService.Dependencies in com.oracle.coherence.grpc.proxy
Classes in com.oracle.coherence.grpc.proxy that implement NamedCacheService.DependenciesModifier and TypeClassDescriptionstatic class
The defaultNamedCacheService.Dependencies
implementation.Methods in com.oracle.coherence.grpc.proxy with parameters of type NamedCacheService.DependenciesModifier and TypeMethodDescriptionstatic NamedCacheServiceImpl
NamedCacheServiceImpl.newInstance
(NamedCacheService.Dependencies deps) Create an instance ofNamedCacheServiceImpl
using the default dependencies configuration.Constructors in com.oracle.coherence.grpc.proxy with parameters of type NamedCacheService.DependenciesModifierConstructorDescriptionCreate aNamedCacheServiceGrpcImpl
that wraps a default implementation ofNamedCacheService
.NamedCacheServiceImpl
(NamedCacheService.Dependencies dependencies) Create aNamedCacheServiceImpl
.