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