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 TypeClassDescriptionclassViewBuilder<K,V> TheViewBuilderprovides a means toViewBuilder.build()aview(ContinuousQueryCache) using a fluent pattern / style.Methods in com.tangosol.net that return MapViewBuilderModifier and TypeMethodDescriptionTheFilterthat will be used to define the entries maintained in this view.MapViewBuilder.keys()The resultingviewwill only map keys.MapViewBuilder.listener(MapListener<? super K, ? super V> listener) TheMapListenerthat 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) TheValueExtractorthat thisviewwill 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 implementComparableinterface.MapViewBuilder.sorted(Comparator<? super V> comparator) Ensure that the view is sorted using specifiedComparator.MapViewBuilder.values()The resultingviewwith both map keys and values.default MapViewBuilder<K, V> NamedMap.view()Construct aviewof thisNamedMap.MapViewBuilder.withClassLoader(ClassLoader loader) The optionalClassLoaderto use when performing serialization/de-serialization operations.