Uses of Interface
com.tangosol.util.function.Remote.ToLongFunction
Packages that use Remote.ToLongFunction
Package
Description
Contains classes to enable Repository-like access to Coherence data.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains packages and classes related to the Coherence REST API utilities.
Contains various generic utilities.
Contains
ValueExtractor and
ValueUpdater related classes.Contains Functional interfaces allowing remote execution of lambda expressions and method references.
Contains classes to support functional-style operations on remote streams of elements,
such as map-reduce transformations on collections.
-
Uses of Remote.ToLongFunction in com.oracle.coherence.repository
Methods in com.oracle.coherence.repository with parameters of type Remote.ToLongFunctionModifier and TypeMethodDescriptionAbstractAsyncRepository.average(Filter<?> filter, Remote.ToLongFunction<? super T> extractor) Return the average of the specified function.AbstractAsyncRepository.average(Remote.ToLongFunction<? super T> extractor) Return the average of the specified function.doubleAbstractRepository.average(Filter<?> filter, Remote.ToLongFunction<? super T> extractor) Return the average of the specified function.doubleAbstractRepository.average(Remote.ToLongFunction<? super T> extractor) Return the average of the specified function.AbstractAsyncRepository.max(Filter<?> filter, Remote.ToLongFunction<? super T> extractor) Return the maximum value of the specified function.AbstractAsyncRepository.max(Remote.ToLongFunction<? super T> extractor) Return the maximum value of the specified function.longAbstractRepository.max(Filter<?> filter, Remote.ToLongFunction<? super T> extractor) Return the maximum value of the specified function.longAbstractRepository.max(Remote.ToLongFunction<? super T> extractor) Return the maximum value of the specified function.AbstractAsyncRepository.min(Filter<?> filter, Remote.ToLongFunction<? super T> extractor) Return the minimum value of the specified function.AbstractAsyncRepository.min(Remote.ToLongFunction<? super T> extractor) Return the minimum value of the specified function.longAbstractRepository.min(Filter<?> filter, Remote.ToLongFunction<? super T> extractor) Return the minimum value of the specified function.longAbstractRepository.min(Remote.ToLongFunction<? super T> extractor) Return the minimum value of the specified function.AbstractAsyncRepository.sum(Filter<?> filter, Remote.ToLongFunction<? super T> extractor) Return the sum of the specified function.AbstractAsyncRepository.sum(Remote.ToLongFunction<? super T> extractor) Return the sum of the specified function.longAbstractRepository.sum(Filter<?> filter, Remote.ToLongFunction<? super T> extractor) Return the sum of the specified function.longAbstractRepository.sum(Remote.ToLongFunction<? super T> extractor) Return the sum of the specified function. -
Uses of Remote.ToLongFunction in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement Remote.ToLongFunctionModifier and TypeClassDescriptionstatic classGet CacheStatistics from binEntry's context for JCache id. -
Uses of Remote.ToLongFunction in com.tangosol.coherence.rest.util
Classes in com.tangosol.coherence.rest.util that implement Remote.ToLongFunctionModifier and TypeClassDescriptionclassPropertySet<T>Represents a set of named properties and allows the extraction of those properties from a target object. -
Uses of Remote.ToLongFunction in com.tangosol.util
Subinterfaces of Remote.ToLongFunction in com.tangosol.utilModifier and TypeInterfaceDescriptioninterfaceValueExtractor<T,E> ValueExtractor is used to both extract values (for example, for sorting or filtering) from an object, and to provide an identity for that extraction.Classes in com.tangosol.util that implement Remote.ToLongFunctionModifier and TypeClassDescriptionstatic classA ValueExtractor that always results in the passed-in value.Methods in com.tangosol.util with parameters of type Remote.ToLongFunctionModifier and TypeMethodDescriptionstatic <K,V, T> InvocableMap.StreamingAggregator <K, V, ?, Double> Aggregators.average(Remote.ToLongFunction<? super T> extractor) Return an aggregator that calculates an average of the long values extracted from a set of entries in a Map.static <K,V, T> InvocableMap.StreamingAggregator <K, V, ?, Long> Aggregators.max(Remote.ToLongFunction<? super T> extractor) Return an aggregator that calculates a maximum of the long values extracted from a set of entries in a Map.static <K,V, T> InvocableMap.StreamingAggregator <K, V, ?, Long> Aggregators.min(Remote.ToLongFunction<? super T> extractor) Return an aggregator that calculates a minimum of the long values extracted from a set of entries in a Map.static <K,V, T> InvocableMap.StreamingAggregator <K, V, ?, Long> Aggregators.sum(Remote.ToLongFunction<? super T> extractor) Return an aggregator that calculates a sum of the long values extracted from a set of entries in a Map. -
Uses of Remote.ToLongFunction in com.tangosol.util.extractor
Subinterfaces of Remote.ToLongFunction in com.tangosol.util.extractorModifier and TypeInterfaceDescriptioninterfaceIndexAwareExtractor<T,E> IndexAwareExtractor is an extension to theValueExtractorinterface that supports the creation and destruction of anindex.Classes in com.tangosol.util.extractor that implement Remote.ToLongFunctionModifier and TypeClassDescriptionclassAbstract super class for ValueExtractor implementations that are based on an underlying array of ValueExtractor objects.classAbstractExtractor<T,E> Abstract base for ValueExtractor implementations.classChainedExtractor<T,E> Composite ValueExtractor implementation based on an array of extractors.classAValueExtractorthat extracts aFragmentfrom a nested property of the target object.classComparisonValueExtractor<T,E extends Number> A synthetic ValueExtractor that returns a result of comparison between two values extracted from the same target.classConditionalExtractor<T,E> An IndexAwareExtractor implementation that is only used to create aConditionalIndex.classDeserializationAccelerator is anIndexAwareExtractorimplementation that is used to create aForwardOnlyMapIndex, which in turn is used for deserialization optimization.classThe EntryExtractor is a base abstract class for special purpose custom ValueExtractor implementations.classAValueExtractorthat is used to extract aFragmentfrom an object.classTrivial ValueExtractor implementation that does not actually extract anything from the passed value, but returns the value itself.classKeyExtractor<T,E> The KeyExtractor is a special purpose ValueExtractor implementation that serves as an indicator that a query should be run against the key objects rather than the values.classComposite ValueExtractor implementation based on an array of extractors.classPofExtractor<T,E> POF-based ValueExtractor implementation.classReflectionExtractor<T,E> Reflection-based ValueExtractor implementation.classScriptValueExtractor<T,E> ScriptValueExtractor is anAbstractExtractorthat wraps a script written in one of the languages supported by Graal VM.classUniversalExtractor<T,E> Universal ValueExtractor implementation. -
Uses of Remote.ToLongFunction in com.tangosol.util.function
Methods in com.tangosol.util.function that return Remote.ToLongFunctionModifier and TypeMethodDescriptionstatic <T> Remote.ToLongFunction<T> Remote.toLongFunction(Remote.ToLongFunction<T> function) Capture serializable ToLongFunction.Methods in com.tangosol.util.function with parameters of type Remote.ToLongFunctionModifier and TypeMethodDescriptionstatic <T> Remote.Comparator<T> Remote.Comparator.comparingLong(Remote.ToLongFunction<? super T> keyExtractor) Accepts a function that extracts alongsort key from a typeT, and returns aComparator<T>that compares by that sort key.default Remote.Comparator<T> Remote.Comparator.thenComparingLong(Remote.ToLongFunction<? super T> keyExtractor) Returns a lexicographic-order comparator with a function that extracts alongsort key.static <T> Remote.ToLongFunction<T> Remote.toLongFunction(Remote.ToLongFunction<T> function) Capture serializable ToLongFunction. -
Uses of Remote.ToLongFunction in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.ToLongFunctionModifier and TypeMethodDescriptiondefault RemoteLongStreamRemoteStream.mapToLong(Remote.ToLongFunction<? super T> mapper) Returns aLongStreamconsisting of the results of applying the given function to the elements of this stream.