Modifier and Type | Interface and Description |
---|---|
interface |
LocalBarrier<S> |
Modifier and Type | Class and Description |
---|---|
static class |
ProfilingAware.ProfiledBarrier
A helper class which holds a
Barrier and it's related ProfileStep so that the latter can have
its timer started and stopped appropriately. |
Modifier and Type | Method and Description |
---|---|
default Barrier |
Grouping.determineBarrierStep(Traversal.Admin<S,V> traversal)
Determines the first non-local
Barrier step in the provided traversal. |
Constructor and Description |
---|
ProfiledBarrier(Barrier barrier,
ProfileStep profileStep) |
Modifier and Type | Class and Description |
---|---|
class |
DedupGlobalStep<S> |
class |
RangeGlobalStep<S> |
class |
SampleGlobalStep<S> |
class |
TailGlobalStep<S> |
Modifier and Type | Class and Description |
---|---|
class |
CountGlobalStep<S> |
class |
FoldStep<S,E> |
class |
GroupCountStep<S,E> |
class |
GroupStep<S,K,V> |
class |
LambdaCollectingBarrierStep<S> |
class |
MaxGlobalStep<S extends Comparable> |
class |
MeanGlobalStep<S extends Number,E extends Number> |
class |
MinGlobalStep<S extends Comparable> |
class |
NoOpBarrierStep<S> |
class |
OrderGlobalStep<S,C extends Comparable> |
class |
SumGlobalStep<S extends Number> |
class |
TreeStep<S> |
Modifier and Type | Class and Description |
---|---|
class |
AggregateGlobalStep<S> |
class |
SideEffectCapStep<S,E> |
Modifier and Type | Class and Description |
---|---|
class |
CollectingBarrierStep<S> |
class |
ReducingBarrierStep<S,E> |
class |
SupplyingBarrierStep<S,E> |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.