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 classDistributedExecutionIndexV1.Componentsstatic classDistributedExecutionIndexV1.Keystatic classDistributedExecutionIndexV1.Properties
-
Field Summary
Fields Modifier and Type Field Description static DistributedExecutionIndexTypeVERSION-
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 intcompareTo(@NotNull DistributedExecutionIndex o)DistributedExecutionIndexKeyconvertCallsiteToDistributedExecutionIndexKey(Callsite callsite)java.lang.StringprojectionLastKeyWithOnlyDestination()java.lang.StringprojectionLastKeyWithOnlyMetadata()java.lang.StringprojectionLastKeyWithOnlyMetadataAndSignature()java.lang.StringprojectionLastKeyWithOnlySignature()-
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:
compareToin interfacejava.lang.Comparable<DistributedExecutionIndex>
-
convertCallsiteToDistributedExecutionIndexKey
public DistributedExecutionIndexKey convertCallsiteToDistributedExecutionIndexKey(Callsite callsite)
- Specified by:
convertCallsiteToDistributedExecutionIndexKeyin interfaceDistributedExecutionIndex
-
projectionLastKeyWithOnlyMetadata
public java.lang.String projectionLastKeyWithOnlyMetadata()
- Specified by:
projectionLastKeyWithOnlyMetadatain interfaceDistributedExecutionIndex
-
projectionLastKeyWithOnlyMetadataAndSignature
public java.lang.String projectionLastKeyWithOnlyMetadataAndSignature()
- Specified by:
projectionLastKeyWithOnlyMetadataAndSignaturein interfaceDistributedExecutionIndex
-
projectionLastKeyWithOnlySignature
public java.lang.String projectionLastKeyWithOnlySignature()
- Specified by:
projectionLastKeyWithOnlySignaturein interfaceDistributedExecutionIndex
-
projectionLastKeyWithOnlyDestination
public java.lang.String projectionLastKeyWithOnlyDestination()
- Specified by:
projectionLastKeyWithOnlyDestinationin interfaceDistributedExecutionIndex
-
-