Contains basic cluster interfaces and factories.
-
The
Filter
that will be used to define the entries maintained in this view.
The resulting view
will only cache keys.
The
MapListener
that will receive all events, including those that
result from the initial population of the
view
.
The
ValueExtractor
that this
view
will use to transform the results from
the underlying cache prior to storing them locally.
Ensure that the view is sorted based on the natural order of
the values, which must implement
Comparable
interface.
Ensure that the view is sorted using specified
Comparator
.
The resulting view
with cache both keys and values.
The optional
ClassLoader
to use when performing serialization/de-serialization operations.