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.Objectclone()DistributedExecutionIndexKeyconvertCallsiteToDistributedExecutionIndexKey(Callsite callsite)DistributedExecutionIndexdeserialize(java.lang.String serialized)voidpop()java.lang.StringprojectionLastKeyWithOnlyDestination()java.lang.StringprojectionLastKeyWithOnlyMetadata()java.lang.StringprojectionLastKeyWithOnlyMetadataAndSignature()java.lang.StringprojectionLastKeyWithOnlySignature()voidpush(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()
-
-