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 TypeMethodDescriptionTheFilterthat will be used to define the entries maintained in this view.ViewBuilder.keys()The resultingviewwill only cache keys.ViewBuilder.listener(MapListener<? super K, ? super V_FRONT> listener) TheMapListenerthat will receive all events, including those that result from the initial population of theview.ViewBuilder.map(ValueExtractor<? super V_BACK, ? extends V_FRONT> mapper) TheValueExtractorthat thisviewwill use to transform the results from the underlying cache prior to storing them locally.ViewBuilder.values()The resultingviewwith cache both keys and values.default <V_FRONT> ViewBuilder<K,V, V_FRONT> NamedCache.view()Construct aviewof thisNamedCache.ViewBuilder.withClassLoader(ClassLoader loader) The optionalClassLoaderto use when performing serialization/de-serialization operations.