# Functions
No description provided by the author
No description provided by the author
# Constants
Value used to indicate that an event is non-transformable and should not be passed to any transformer-based listeners.
Value used to indicate that an event is transformable and could be passed to transformer-based listeners.
Value used to indicate that an event has been transformed, and should only be passed to transformer-based listeners.
The request is for a Filter listener.
The request to initialise the channel.
The request is for a key listener.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
Enum value maps for MapEventResponse_TransformationState.
Enum value maps for MapEventResponse_TransformationState.
Enum value maps for MapListenerRequest_RequestType.
Enum value maps for MapListenerRequest_RequestType.
NamedCacheService_ServiceDesc is the grpc.ServiceDesc for NamedCacheService service.
# Structs
A request to add an index to a cache.
A request to aggreagte entries in a cache.
A response to indicate that a cache was destroyed.
A response to indicate that a cache was truncated.
A request to clear all the entries in the cache.
A request to determine whether an entry exists in a cache with a specific key and value.
A request to determine whether an entry exists in a cache for the specified key.
A request to determine whether an entry exists in a cache with the specified value.
A request to destroy a cache.
A key value pair.
A cache entry key/value pair.
A request to get a set of entries from a cache.
A request to obtain the values that map to the specified keys.
A request to obtain the value to which a cache maps the specified key.
A request to invoke an entry processor against a number of entries.
A request to invoke an EntryProcessor against a single entry.
A request to determine whether a cache is empty or not.
A request to check the ready status of a cache.
A request to get a set of keys from a cache.
A response containing a MapEvent for a MapListener.
A response to indicate that an error occurred processing a MapListener request.
A message to subscribe to or unsubscribe from MapEvents for a cache.
A response to indicate that a MapListener was subscribed to a cache.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A response to indicate that a MapListener was subscribed to a cache.
A response to indicate that a MapListener was unsubscribed from a cache.
An optional value.
A request for a page of data from a cache.
A request to associate the specified value with the specified key in a cache.
A request to associate the specified value with the specified key in a cache only if the specified key is not associated with any value (including null).
A request to associate the specified value with the specified key in a cache.
A request to remove an index from a cache.
A request to remove the mapping for a key from a cache only if the specified key is associated with the specified value in that cache.
A request to remove the mapping for a key from a cache if it is present.
A request to replace the mapping for the specified key with the specified newValue in a cache only if the specified key is associated with the specified previousValue in that cache.
A request to replace the mapping for the specified key with the specified value in a cache only if the specified key is associated with some value in that cache.
A request to determine the number of entries in a cache.
A request to truncate a cache.
UnimplementedNamedCacheServiceServer must be embedded to have forward compatible implementations.
A request to get a collection of values from a cache.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NamedCacheServiceClient is the client API for NamedCacheService service.
NamedCacheServiceServer is the server API for NamedCacheService service.
UnsafeNamedCacheServiceServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
An enum of TransformationState values to describes how a CacheEvent has been or should be transformed.
An enum representing the request type.