Uses of Class
com.tangosol.net.ViewBuilder
Packages that use ViewBuilder
-
Uses of ViewBuilder in com.tangosol.net
Methods in com.tangosol.net that return ViewBuilderModifier and TypeMethodDescriptionTheFilter
that will be used to define the entries maintained in this view.ViewBuilder.keys()
The resultingview
will only cache keys.ViewBuilder.listener
(MapListener<? super K, ? super V> listener) TheMapListener
that will receive all events, including those that result from the initial population of theview
.<U> ViewBuilder
<K, U> ViewBuilder.map
(ValueExtractor<? super V, ? extends U> mapper) TheValueExtractor
that thisview
will use to transform the results from the underlying cache prior to storing them locally.ViewBuilder.sorted()
Ensure that the view is sorted based on the natural order of the values, which must implementComparable
interface.ViewBuilder.sorted
(Comparator<? super V> comparator) Ensure that the view is sorted using specifiedComparator
.ViewBuilder.values()
The resultingview
with cache both keys and values.default ViewBuilder
<K, V> NamedCache.view()
Construct aview
of thisNamedCache
.ViewBuilder.withClassLoader
(ClassLoader loader) The optionalClassLoader
to use when performing serialization/de-serialization operations.