Interface NamedCacheService.Dependencies
- All Superinterfaces:
BaseGrpcServiceImpl.Dependencies
,GrpcService.Dependencies
,GrpcServiceDependencies
- All Known Implementing Classes:
NamedCacheService.DefaultDependencies
- Enclosing interface:
NamedCacheService
The dependencies to configure a
NamedCacheService
.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.oracle.coherence.grpc.proxy.common.GrpcServiceDependencies
GrpcServiceDependencies.DefaultDependencies
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
The default heartbeat frequency value representing no heartbeats to be sent. -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the frequency in millis that heartbeats should be sent by the proxy to the client bidirectional events channel.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
-
Field Details
-
NO_EVENTS_HEARTBEAT
static final long NO_EVENTS_HEARTBEATThe default heartbeat frequency value representing no heartbeats to be sent.- See Also:
-
-
Method Details
-
getEventsHeartbeat
long getEventsHeartbeat()Returns the frequency in millis that heartbeats should be sent by the proxy to the client bidirectional events channel.- Returns:
- the frequency in millis that heartbeats should be sent by the proxy to the client bidirectional events channel
-