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_BACK, V_FRONT> 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_FRONT> listener) TheMapListener
that will receive all events, including those that result from the initial population of theview
.MapViewBuilder.map
(ValueExtractor<? super V_BACK, ? extends V_FRONT> mapper) TheValueExtractor
that thisview
will use to transform the results from the underlying map prior to storing them locally.MapViewBuilder.values()
The resultingview
with both map keys and values.default <V_FRONT> MapViewBuilder<K,
V, V_FRONT> NamedMap.view()
Construct aview
of thisNamedMap
.MapViewBuilder.withClassLoader
(ClassLoader loader) The optionalClassLoader
to use when performing serialization/de-serialization operations.