Uses of Interface
com.oracle.coherence.grpc.proxy.common.NamedCacheService.Dependencies
Packages that use NamedCacheService.Dependencies
Package
Description
The Netty based Coherence gRPC server implementation.
The Helidon based Coherence gRPC server implementation.
-
Uses of NamedCacheService.Dependencies in com.oracle.coherence.grpc.proxy
Methods in com.oracle.coherence.grpc.proxy with parameters of type NamedCacheService.DependenciesModifier and TypeMethodDescriptionstatic NettyNamedCacheService
NettyNamedCacheService.newInstance
(NamedCacheService.Dependencies deps) Create an instance ofNettyNamedCacheService
using the default dependencies configuration.Constructors in com.oracle.coherence.grpc.proxy with parameters of type NamedCacheService.DependenciesModifierConstructorDescriptionNettyNamedCacheService
(NamedCacheService.Dependencies dependencies) Create aNettyNamedCacheService
. -
Uses of NamedCacheService.Dependencies in com.oracle.coherence.grpc.proxy.common
Classes in com.oracle.coherence.grpc.proxy.common that implement NamedCacheService.DependenciesModifier and TypeClassDescriptionstatic class
The defaultNamedCacheService.Dependencies
implementation.Constructors in com.oracle.coherence.grpc.proxy.common with parameters of type NamedCacheService.DependenciesModifierConstructorDescriptionBaseNamedCacheServiceImpl
(NamedCacheService.Dependencies dependencies) Create aBaseNamedCacheServiceImpl
. -
Uses of NamedCacheService.Dependencies in com.oracle.coherence.grpc.proxy.helidon
Methods in com.oracle.coherence.grpc.proxy.helidon with parameters of type NamedCacheService.DependenciesModifier and TypeMethodDescriptionstatic HelidonNamedCacheService
HelidonNamedCacheService.newInstance
(NamedCacheService.Dependencies deps) Create an instance ofHelidonNamedCacheService
using the default dependencies configuration.Constructors in com.oracle.coherence.grpc.proxy.helidon with parameters of type NamedCacheService.DependenciesModifierConstructorDescriptionHelidonNamedCacheService
(NamedCacheService.Dependencies dependencies) Create aHelidonNamedCacheService
.