| 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  Memorykeys 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  MemoryComputeKeythat will be used by this step. | 
| default MemoryComputeKey | LocalBarrier. getMemoryComputeKey() | 
| MemoryComputeKey | ProfilingAware.ProfiledBarrier. 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<E> | ReducingBarrierStep. getMemoryComputeKey() | 
| MemoryComputeKey<TraverserSet<S>> | CollectingBarrierStep. getMemoryComputeKey() | 
| MemoryComputeKey<Boolean> | SupplyingBarrierStep. getMemoryComputeKey() | 
| MemoryComputeKey<MutableMetrics> | ProfileStep. getMemoryComputeKey() | 
| Modifier and Type | Field and Description | 
|---|---|
| Map<String,MemoryComputeKey> | SparkMemory. memoryComputeKeys | 
| Constructor and Description | 
|---|
| MemoryAccumulator(MemoryComputeKey<A> memoryComputeKey) | 
| Modifier and Type | Field and Description | 
|---|---|
| Map<String,MemoryComputeKey> | TinkerMemory. memoryKeys | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.