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> listener) TheMapListenerthat 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) TheValueExtractorthat thisviewwill 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 implementComparableinterface.ViewBuilder.sorted(Comparator<? super V> comparator) Ensure that the view is sorted using specifiedComparator.ViewBuilder.values()The resultingviewwith cache both keys and values.default ViewBuilder<K, V> NamedCache.view()Construct aviewof thisNamedCache.ViewBuilder.withClassLoader(ClassLoader loader) The optionalClassLoaderto use when performing serialization/de-serialization operations.