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. |
Set<MemoryComputeKey> |
GraphComputerTest.VertexProgramB.getMemoryComputeKeys() |
Set<MemoryComputeKey> |
GraphComputerTest.VertexProgramC.getMemoryComputeKeys() |
Set<MemoryComputeKey> |
GraphComputerTest.VertexProgramD.getMemoryComputeKeys() |
Set<MemoryComputeKey> |
GraphComputerTest.VertexProgramF.getMemoryComputeKeys() |
Set<MemoryComputeKey> |
GraphComputerTest.VertexProgramG.getMemoryComputeKeys() |
Set<MemoryComputeKey> |
GraphComputerTest.VertexProgramJ.getMemoryComputeKeys() |
Set<MemoryComputeKey> |
GraphComputerTest.VertexProgramL.getMemoryComputeKeys() |
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 |
---|---|
MemoryComputeKey<M> |
MemoryComputing.getMemoryComputeKey()
The
MemoryComputeKey that will be used by this step. |
MemoryComputeKey |
ProfilingAware.ProfiledBarrier.getMemoryComputeKey() |
default MemoryComputeKey |
LocalBarrier.getMemoryComputeKey() |
Modifier and Type | Method and Description |
---|---|
MemoryComputeKey<Map<Object,Traverser.Admin<S>>> |
DedupGlobalStep.getMemoryComputeKey() |
MemoryComputeKey<TraverserSet<S>> |
TailGlobalStep.getMemoryComputeKey() |
MemoryComputeKey<TraverserSet<S>> |
RangeGlobalStep.getMemoryComputeKey() |
Modifier and Type | Method and Description |
---|---|
MemoryComputeKey<TraverserSet<S>> |
OrderGlobalStep.getMemoryComputeKey() |
Modifier and Type | Method and Description |
---|---|
Set<MemoryComputeKey> |
ProgramTest.TestProgram.getMemoryComputeKeys() |
Modifier and Type | Method and Description |
---|---|
MemoryComputeKey<Boolean> |
SupplyingBarrierStep.getMemoryComputeKey() |
MemoryComputeKey<E> |
ReducingBarrierStep.getMemoryComputeKey() |
MemoryComputeKey<TraverserSet<S>> |
CollectingBarrierStep.getMemoryComputeKey() |
MemoryComputeKey<MutableMetrics> |
ProfileStep.getMemoryComputeKey() |
Modifier and Type | Field and Description |
---|---|
Map<String,MemoryComputeKey> |
SparkMemory.memoryComputeKeys |
Modifier and Type | Field and Description |
---|---|
Map<String,MemoryComputeKey> |
TinkerMemory.memoryKeys |
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.