Class DistributedExecutionIndexV1
- java.lang.Object
-
- cloud.filibuster.dei.DistributedExecutionIndexBase
-
- cloud.filibuster.dei.implementations.DistributedExecutionIndexV1
-
- All Implemented Interfaces:
DistributedExecutionIndex
,java.lang.Cloneable
,java.lang.Comparable<DistributedExecutionIndex>
public class DistributedExecutionIndexV1 extends DistributedExecutionIndexBase implements DistributedExecutionIndex
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DistributedExecutionIndexV1.Components
static class
DistributedExecutionIndexV1.Key
static class
DistributedExecutionIndexV1.Properties
-
Field Summary
Fields Modifier and Type Field Description static DistributedExecutionIndexType
VERSION
-
Fields inherited from class cloud.filibuster.dei.DistributedExecutionIndexBase
callstack, counters
-
-
Constructor Summary
Constructors Constructor Description DistributedExecutionIndexV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(@NotNull DistributedExecutionIndex o)
DistributedExecutionIndexKey
convertCallsiteToDistributedExecutionIndexKey(Callsite callsite)
java.lang.String
projectionLastKeyWithOnlyDestination()
java.lang.String
projectionLastKeyWithOnlyMetadata()
java.lang.String
projectionLastKeyWithOnlyMetadataAndSignature()
java.lang.String
projectionLastKeyWithOnlySignature()
-
Methods inherited from class cloud.filibuster.dei.DistributedExecutionIndexBase
clone, deserialize, equals, hashCode, pop, push, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cloud.filibuster.dei.DistributedExecutionIndex
clone, deserialize, pop, push
-
-
-
-
Field Detail
-
VERSION
public static final DistributedExecutionIndexType VERSION
-
-
Method Detail
-
compareTo
public int compareTo(@NotNull @NotNull DistributedExecutionIndex o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<DistributedExecutionIndex>
-
convertCallsiteToDistributedExecutionIndexKey
public DistributedExecutionIndexKey convertCallsiteToDistributedExecutionIndexKey(Callsite callsite)
- Specified by:
convertCallsiteToDistributedExecutionIndexKey
in interfaceDistributedExecutionIndex
-
projectionLastKeyWithOnlyMetadata
public java.lang.String projectionLastKeyWithOnlyMetadata()
- Specified by:
projectionLastKeyWithOnlyMetadata
in interfaceDistributedExecutionIndex
-
projectionLastKeyWithOnlyMetadataAndSignature
public java.lang.String projectionLastKeyWithOnlyMetadataAndSignature()
- Specified by:
projectionLastKeyWithOnlyMetadataAndSignature
in interfaceDistributedExecutionIndex
-
projectionLastKeyWithOnlySignature
public java.lang.String projectionLastKeyWithOnlySignature()
- Specified by:
projectionLastKeyWithOnlySignature
in interfaceDistributedExecutionIndex
-
projectionLastKeyWithOnlyDestination
public java.lang.String projectionLastKeyWithOnlyDestination()
- Specified by:
projectionLastKeyWithOnlyDestination
in interfaceDistributedExecutionIndex
-
-