Package | Description |
---|---|
com.tangosol.coherence.jcache.partitionedcache |
Contains classes related to partitioned cache implementation of Coherence JCache.
|
com.tangosol.coherence.rest.util | |
com.tangosol.coherence.rest.util.extractor | |
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.management |
Contains classes related to the Coherence Management Framework.
|
com.tangosol.net.topic | |
com.tangosol.util |
Contains various generic utilities.
|
com.tangosol.util.comparator |
Contains concrete
Comparator implementations and related interfaces. |
com.tangosol.util.extractor |
Contains
ValueExtractor and
ValueUpdater related classes. |
com.tangosol.util.function |
Contains Functional interfaces allowing remote execution of lambda expressions and method references.
|
com.tangosol.util.processor |
Contains concrete
InvocableMap.EntryProcessor
implementations. |
com.tangosol.util.stream |
Contains classes to support functional-style operations on remote streams of elements,
such as map-reduce transformations on collections.
|
Class | Description |
---|---|
Remote.Function |
Represents a function that accepts one argument and produces a result.
|
Remote.ToDoubleFunction |
Represents a function that produces a double-valued result.
|
Remote.ToIntFunction |
Represents a function that produces an int-valued result.
|
Remote.ToLongFunction |
Represents a function that produces a long-valued result.
|
Class | Description |
---|---|
Remote.Function |
Represents a function that accepts one argument and produces a result.
|
Remote.ToDoubleFunction |
Represents a function that produces a double-valued result.
|
Remote.ToIntFunction |
Represents a function that produces an int-valued result.
|
Remote.ToLongFunction |
Represents a function that produces a long-valued result.
|
Class | Description |
---|---|
Remote.Function |
Represents a function that accepts one argument and produces a result.
|
Remote.ToDoubleFunction |
Represents a function that produces a double-valued result.
|
Remote.ToIntFunction |
Represents a function that produces an int-valued result.
|
Remote.ToLongFunction |
Represents a function that produces a long-valued result.
|
Class | Description |
---|---|
Remote.BiFunction |
Represents a function that accepts two arguments and produces a result.
|
Remote.Function |
Represents a function that accepts one argument and produces a result.
|
Class | Description |
---|---|
Remote.Function |
Represents a function that accepts one argument and produces a result.
|
Class | Description |
---|---|
Remote.Function |
Represents a function that accepts one argument and produces a result.
|
Remote.ToIntFunction |
Represents a function that produces an int-valued result.
|
Class | Description |
---|---|
Remote.BiFunction |
Represents a function that accepts two arguments and produces a result.
|
Remote.Function |
Represents a function that accepts one argument and produces a result.
|
Remote.Predicate |
Represents a predicate (boolean-valued function) of one argument.
|
Remote.ToDoubleFunction |
Represents a function that produces a double-valued result.
|
Remote.ToIntFunction |
Represents a function that produces an int-valued result.
|
Remote.ToLongFunction |
Represents a function that produces a long-valued result.
|
Class | Description |
---|---|
Remote.Comparator |
A comparison function, which imposes a total ordering on some
collection of objects.
|
Class | Description |
---|---|
Remote.Function |
Represents a function that accepts one argument and produces a result.
|
Remote.ToDoubleFunction |
Represents a function that produces a double-valued result.
|
Remote.ToIntFunction |
Represents a function that produces an int-valued result.
|
Remote.ToLongFunction |
Represents a function that produces a long-valued result.
|
Class | Description |
---|---|
Remote.BiConsumer |
Represents an operation that accepts two input arguments and returns no
result.
|
Remote.BiFunction |
Represents a function that accepts two arguments and produces a result.
|
Remote.BinaryOperator |
Represents an operation upon two operands of the same type, producing a
result of the same type as the operands.
|
Remote.BiPredicate |
Represents a predicate (boolean-valued function) of two arguments.
|
Remote.BooleanSupplier |
Represents a supplier of
boolean -valued results. |
Remote.Callable |
A task that returns a result and may throw an exception.
|
Remote.Comparator |
A comparison function, which imposes a total ordering on some
collection of objects.
|
Remote.Consumer |
Represents an operation that accepts a single input argument and returns
no result.
|
Remote.DoubleBinaryOperator |
Represents an operation upon two
double -valued operands and
producing a double -valued result. |
Remote.DoubleConsumer |
Represents an operation that accepts a single
double -valued
argument and returns no result. |
Remote.DoubleFunction |
Represents a function that accepts a double-valued argument and produces
a result.
|
Remote.DoublePredicate |
Represents a predicate (boolean-valued function) of one
double -valued argument. |
Remote.DoubleSupplier |
Represents a supplier of
double -valued results. |
Remote.DoubleToIntFunction |
Represents a function that accepts a double-valued argument and produces
an int-valued result.
|
Remote.DoubleToLongFunction |
Represents a function that accepts a double-valued argument and produces
a long-valued result.
|
Remote.DoubleUnaryOperator |
Represents an operation on a single
double -valued operand that
produces a double -valued result. |
Remote.Function |
Represents a function that accepts one argument and produces a result.
|
Remote.IntBinaryOperator |
Represents an operation upon two
int -valued operands and
producing an int -valued result. |
Remote.IntConsumer |
Represents an operation that accepts a single
int -valued argument
and returns no result. |
Remote.IntFunction |
Represents a function that accepts an int-valued argument and produces a
result.
|
Remote.IntPredicate |
Represents a predicate (boolean-valued function) of one
int -valued argument. |
Remote.IntSupplier |
Represents a supplier of
int -valued results. |
Remote.IntToDoubleFunction |
Represents a function that accepts an int-valued argument and produces a
double-valued result.
|
Remote.IntToLongFunction |
Represents a function that accepts an int-valued argument and produces a
long-valued result.
|
Remote.IntUnaryOperator |
Represents an operation on a single
int -valued operand that
produces an int -valued result. |
Remote.LongBinaryOperator |
Represents an operation upon two
long -valued operands and
producing a long -valued result. |
Remote.LongConsumer |
Represents an operation that accepts a single
long -valued
argument and returns no result. |
Remote.LongFunction |
Represents a function that accepts a long-valued argument and produces a
result.
|
Remote.LongPredicate |
Represents a predicate (boolean-valued function) of one
long -valued argument. |
Remote.LongSupplier |
Represents a supplier of
long -valued results. |
Remote.LongToDoubleFunction |
Represents a function that accepts a long-valued argument and produces a
double-valued result.
|
Remote.LongToIntFunction |
Represents a function that accepts a long-valued argument and produces an
int-valued result.
|
Remote.LongUnaryOperator |
Represents an operation on a single
long -valued operand that
produces a long -valued result. |
Remote.ObjDoubleConsumer |
Represents an operation that accepts an object-valued and a
double -valued argument, and returns no result. |
Remote.ObjIntConsumer |
Represents an operation that accepts an object-valued and a
int -valued argument, and returns no result. |
Remote.ObjLongConsumer |
Represents an operation that accepts an object-valued and a
long -valued argument, and returns no result. |
Remote.Predicate |
Represents a predicate (boolean-valued function) of one argument.
|
Remote.Runnable |
The
Runnable interface should be implemented by any
class whose instances are intended to be executed by a thread. |
Remote.Supplier |
Represents a supplier of results.
|
Remote.ToDoubleBiFunction |
Represents a function that accepts two arguments and produces a
double-valued result.
|
Remote.ToDoubleFunction |
Represents a function that produces a double-valued result.
|
Remote.ToIntBiFunction |
Represents a function that accepts two arguments and produces an
int-valued result.
|
Remote.ToIntFunction |
Represents a function that produces an int-valued result.
|
Remote.ToLongBiFunction |
Represents a function that accepts two arguments and produces a
long-valued result.
|
Remote.ToLongFunction |
Represents a function that produces a long-valued result.
|
Remote.UnaryOperator |
Represents an operation on a single operand that produces a result of the
same type as its operand.
|
Class | Description |
---|---|
Remote.Supplier |
Represents a supplier of results.
|
Class | Description |
---|---|
Remote.BiConsumer |
Represents an operation that accepts two input arguments and returns no
result.
|
Remote.BiFunction |
Represents a function that accepts two arguments and produces a result.
|
Remote.BinaryOperator |
Represents an operation upon two operands of the same type, producing a
result of the same type as the operands.
|
Remote.Comparator |
A comparison function, which imposes a total ordering on some
collection of objects.
|
Remote.Consumer |
Represents an operation that accepts a single input argument and returns
no result.
|
Remote.DoubleBinaryOperator |
Represents an operation upon two
double -valued operands and
producing a double -valued result. |
Remote.DoubleConsumer |
Represents an operation that accepts a single
double -valued
argument and returns no result. |
Remote.DoubleFunction |
Represents a function that accepts a double-valued argument and produces
a result.
|
Remote.DoublePredicate |
Represents a predicate (boolean-valued function) of one
double -valued argument. |
Remote.DoubleToIntFunction |
Represents a function that accepts a double-valued argument and produces
an int-valued result.
|
Remote.DoubleToLongFunction |
Represents a function that accepts a double-valued argument and produces
a long-valued result.
|
Remote.DoubleUnaryOperator |
Represents an operation on a single
double -valued operand that
produces a double -valued result. |
Remote.Function |
Represents a function that accepts one argument and produces a result.
|
Remote.IntBinaryOperator |
Represents an operation upon two
int -valued operands and
producing an int -valued result. |
Remote.IntConsumer |
Represents an operation that accepts a single
int -valued argument
and returns no result. |
Remote.IntFunction |
Represents a function that accepts an int-valued argument and produces a
result.
|
Remote.IntPredicate |
Represents a predicate (boolean-valued function) of one
int -valued argument. |
Remote.IntToDoubleFunction |
Represents a function that accepts an int-valued argument and produces a
double-valued result.
|
Remote.IntToLongFunction |
Represents a function that accepts an int-valued argument and produces a
long-valued result.
|
Remote.IntUnaryOperator |
Represents an operation on a single
int -valued operand that
produces an int -valued result. |
Remote.LongBinaryOperator |
Represents an operation upon two
long -valued operands and
producing a long -valued result. |
Remote.LongConsumer |
Represents an operation that accepts a single
long -valued
argument and returns no result. |
Remote.LongFunction |
Represents a function that accepts a long-valued argument and produces a
result.
|
Remote.LongPredicate |
Represents a predicate (boolean-valued function) of one
long -valued argument. |
Remote.LongToDoubleFunction |
Represents a function that accepts a long-valued argument and produces a
double-valued result.
|
Remote.LongToIntFunction |
Represents a function that accepts a long-valued argument and produces an
int-valued result.
|
Remote.LongUnaryOperator |
Represents an operation on a single
long -valued operand that
produces a long -valued result. |
Remote.ObjDoubleConsumer |
Represents an operation that accepts an object-valued and a
double -valued argument, and returns no result. |
Remote.ObjIntConsumer |
Represents an operation that accepts an object-valued and a
int -valued argument, and returns no result. |
Remote.ObjLongConsumer |
Represents an operation that accepts an object-valued and a
long -valued argument, and returns no result. |
Remote.Predicate |
Represents a predicate (boolean-valued function) of one argument.
|
Remote.Supplier |
Represents a supplier of results.
|
Remote.ToDoubleFunction |
Represents a function that produces a double-valued result.
|
Remote.ToIntFunction |
Represents a function that produces an int-valued result.
|
Remote.ToLongFunction |
Represents a function that produces a long-valued result.
|