Package cloud.filibuster.dei
Interface DistributedExecutionIndex
-
- All Superinterfaces:
java.lang.Cloneable
,java.lang.Comparable<DistributedExecutionIndex>
- All Known Implementing Classes:
DistributedExecutionIndexV1
public interface DistributedExecutionIndex extends java.lang.Cloneable, java.lang.Comparable<DistributedExecutionIndex>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
clone()
DistributedExecutionIndexKey
convertCallsiteToDistributedExecutionIndexKey(Callsite callsite)
DistributedExecutionIndex
deserialize(java.lang.String serialized)
void
pop()
java.lang.String
projectionLastKeyWithOnlyDestination()
java.lang.String
projectionLastKeyWithOnlyMetadata()
java.lang.String
projectionLastKeyWithOnlyMetadataAndSignature()
java.lang.String
projectionLastKeyWithOnlySignature()
void
push(Callsite callsite)
-
-
-
Method Detail
-
convertCallsiteToDistributedExecutionIndexKey
DistributedExecutionIndexKey convertCallsiteToDistributedExecutionIndexKey(Callsite callsite)
-
push
void push(Callsite callsite)
-
pop
void pop()
-
deserialize
DistributedExecutionIndex deserialize(java.lang.String serialized)
-
clone
java.lang.Object clone()
-
projectionLastKeyWithOnlyMetadataAndSignature
java.lang.String projectionLastKeyWithOnlyMetadataAndSignature()
-
projectionLastKeyWithOnlyMetadata
java.lang.String projectionLastKeyWithOnlyMetadata()
-
projectionLastKeyWithOnlySignature
java.lang.String projectionLastKeyWithOnlySignature()
-
projectionLastKeyWithOnlyDestination
java.lang.String projectionLastKeyWithOnlyDestination()
-
-