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