Uses of Interface
oracle.pgx.algorithm.Reduction
-
Packages that use Reduction Package Description oracle.pgx.algorithm -
-
Uses of Reduction in oracle.pgx.algorithm
Methods in oracle.pgx.algorithm that return Reduction Modifier and Type Method Description <T> Reduction
Reduction. andUpdate(PgxVertex vertex, VertexProperty<T> property, T value)
If the reduction in the Reduction applies, also update the property the property specified here.<T1,T2>
ReductionReduction. andUpdate(T1 lhs, T2 rhs)
If the reduction in the Reduction applies, also update the variable specified here.static <T> Reduction
Reduction. updateMaxValue(PgxVertex vertex, VertexProperty<T> property, T value)
Create an atomic reduction of a vertex property.static <T1,T2>
ReductionReduction. updateMaxValue(T1 lhs, T2 rhs)
Create an atomic reduction of a variable.static <T> Reduction
Reduction. updateMinValue(PgxVertex vertex, VertexProperty<T> property, T value)
Create an atomic reduction of a vertex property.static <T1,T2>
ReductionReduction. updateMinValue(T1 lhs, T2 rhs)
Create an atomic reduction of a variable.
-