| Modifier and Type | Method and Description |
|---|---|
MemoryComputeKey<A> |
MemoryComputeKey.clone() |
static <A> MemoryComputeKey<A> |
MemoryComputeKey.of(String key,
BinaryOperator<A> reducer,
boolean isBroadcast,
boolean isTransient) |
| Modifier and Type | Method and Description |
|---|---|
default Set<MemoryComputeKey> |
VertexProgram.getMemoryComputeKeys()
The
Memory keys that will be used during the computation. |
| Modifier and Type | Method and Description |
|---|---|
Set<MemoryComputeKey> |
ConnectedComponentVertexProgram.getMemoryComputeKeys() |
| Modifier and Type | Method and Description |
|---|---|
Set<MemoryComputeKey> |
PeerPressureVertexProgram.getMemoryComputeKeys() |
| Modifier and Type | Method and Description |
|---|---|
Set<MemoryComputeKey> |
PageRankVertexProgram.getMemoryComputeKeys() |
| Modifier and Type | Method and Description |
|---|---|
Set<MemoryComputeKey> |
ShortestPathVertexProgram.getMemoryComputeKeys() |
| Modifier and Type | Method and Description |
|---|---|
Set<MemoryComputeKey> |
TraversalVertexProgram.getMemoryComputeKeys() |
static Set<MemoryComputeKey> |
MemoryTraversalSideEffects.getMemoryComputeKeys(Traversal.Admin<?,?> traversal) |
| Modifier and Type | Method and Description |
|---|---|
default MemoryComputeKey |
LocalBarrier.getMemoryComputeKey() |
MemoryComputeKey |
ProfilingAware.ProfiledBarrier.getMemoryComputeKey() |
MemoryComputeKey<M> |
MemoryComputing.getMemoryComputeKey()
The
MemoryComputeKey that will be used by this step. |
| Modifier and Type | Method and Description |
|---|---|
MemoryComputeKey<TraverserSet<S>> |
RangeGlobalStep.getMemoryComputeKey() |
MemoryComputeKey<TraverserSet<S>> |
TailGlobalStep.getMemoryComputeKey() |
MemoryComputeKey<Map<Object,Traverser.Admin<S>>> |
DedupGlobalStep.getMemoryComputeKey() |
| Modifier and Type | Method and Description |
|---|---|
MemoryComputeKey<TraverserSet<S>> |
OrderGlobalStep.getMemoryComputeKey() |
| Modifier and Type | Method and Description |
|---|---|
MemoryComputeKey<MutableMetrics> |
ProfileStep.getMemoryComputeKey() |
MemoryComputeKey<TraverserSet<S>> |
CollectingBarrierStep.getMemoryComputeKey() |
MemoryComputeKey<E> |
ReducingBarrierStep.getMemoryComputeKey() |
MemoryComputeKey<Boolean> |
SupplyingBarrierStep.getMemoryComputeKey() |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.