Uses of Class
com.oracle.coherence.client.GrpcCacheLifecycleEventDispatcher
-
Packages that use GrpcCacheLifecycleEventDispatcher Package Description com.oracle.coherence.client An implementation of a Coherence Java gRPC client. -
-
Uses of GrpcCacheLifecycleEventDispatcher in com.oracle.coherence.client
Methods in com.oracle.coherence.client that return GrpcCacheLifecycleEventDispatcher Modifier and Type Method Description protected GrpcCacheLifecycleEventDispatcherAsyncNamedCacheClient. getEventDispatcher()Returns the event dispatcher for this cache.Constructors in com.oracle.coherence.client with parameters of type GrpcCacheLifecycleEventDispatcher Constructor Description AbstractEvent(GrpcCacheLifecycleEventDispatcher dispatcher, T eventType)Construct an AbstractEvent with the provided dispatcher and event type.DefaultDependencies(String sCacheName, io.grpc.Channel channel, GrpcCacheLifecycleEventDispatcher dispatcher)GrpcCacheLifecycleEvent(GrpcCacheLifecycleEventDispatcher dispatcher, com.tangosol.net.events.partition.cache.CacheLifecycleEvent.Type eventType, com.tangosol.net.NamedCache cache)Construct a cache truncate event.
-