OperationHandler
for an operation.InetAddress
on which to connect to the CacheLoaderServer
.CacheLoader
that delegates requests to a CacheLoaderServer
.CacheLoaderClient
.Server
that handles CacheLoader
requests from a
CacheLoaderClient
and delegates them to an underlying CacheLoader
.CacheLoaderServer
(without a CacheLoader
to
which client requests will be delegated).OperationHandler
for a CacheLoader.loadAll(Iterable)
} operation.OperationHandler
for a CacheLoader.load(Object)
operation.CacheWriter
that delegates requests to a CacheWriterServer
.CacheWriterClient
.Server
that handles CacheWriter
requests from a
CacheWriterClient
and delegates them to an underlying CacheWriter
.OperationHandler
for a CacheWriter.deleteAll(java.util.Collection)
} operation.OperationHandler
for a CacheWriter.delete(Object)
operation.OperationHandler
for a CacheWriter.writeAll(java.util.Collection)
} operation.OperationHandler
for a CacheWriter.write(javax.cache.Cache.Entry)
operation.Client
connection to the CacheLoaderServer
.Client
connection.Server
.ExpiryPolicyClient
.ExpiryPolicyServer
(without a ExpiryPolicy
to
which client requests will be delegated).OperationHandler
for a ExpiryPolicy
operation.CacheLoader
implementation that always throws a
UnsupportedOperationException
, regardless of the request.CacheWriter
implementation that always throws a
UnsupportedOperationException
, regardless of the request.Client
used to communicate with the
CacheLoaderServer
.EntryProcessor
to return the current value of an entry.InetAddress
on which the Server
is listening.Server
is listening.CacheLoader
implementation that always returns null
values for keys requested.Server
.Cache.EntryProcessor
to be used
by the TCK.CacheLoaderServer
.CacheLoader
implementation that:
returns the key as the value for each key load request
throws a NullPointerException
when an attempt to load a
null
key is attempted
Socket
-based Server
that can
handle, using OperationHandler
s, Operation
s invoked by
Client
s.CacheLoader
the CacheLoaderServer
should use
from now on.CacheWriter
the CacheWriterServer
should use
from now on.EntryProcessor
to set the value of an entry.SetEntryProcessor
.ExpiryPolicy
the ExpiryPolicyServer
should use
from now on.SetValueCreateEntryReturnDifferentTypeEntryProcessor
.Copyright © 2013. All Rights Reserved.