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 NettyNamedCacheServiceNettyNamedCacheService.newInstance(NamedCacheService.Dependencies deps) Create an instance ofNettyNamedCacheServiceusing 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 classThe defaultNamedCacheService.Dependenciesimplementation.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 HelidonNamedCacheServiceHelidonNamedCacheService.newInstance(NamedCacheService.Dependencies deps) Create an instance ofHelidonNamedCacheServiceusing the default dependencies configuration.Constructors in com.oracle.coherence.grpc.proxy.helidon with parameters of type NamedCacheService.DependenciesModifierConstructorDescriptionHelidonNamedCacheService(NamedCacheService.Dependencies dependencies) Create aHelidonNamedCacheService.