Interface Checkpoint.DirectionCheckpointOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsDirectionToSequence​(int key)
      map<int32, int64> direction_to_sequence = 1;
      java.util.Map<java.lang.Integer,​java.lang.Long> getDirectionToSequence()
      Deprecated.
      int getDirectionToSequenceCount()
      map<int32, int64> direction_to_sequence = 1;
      java.util.Map<java.lang.Integer,​java.lang.Long> getDirectionToSequenceMap()
      map<int32, int64> direction_to_sequence = 1;
      long getDirectionToSequenceOrDefault​(int key, long defaultValue)
      map<int32, int64> direction_to_sequence = 1;
      long getDirectionToSequenceOrThrow​(int key)
      map<int32, int64> direction_to_sequence = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDirectionToSequenceCount

        int getDirectionToSequenceCount()
        map<int32, int64> direction_to_sequence = 1;
      • containsDirectionToSequence

        boolean containsDirectionToSequence​(int key)
        map<int32, int64> direction_to_sequence = 1;
      • getDirectionToSequence

        @Deprecated
        java.util.Map<java.lang.Integer,​java.lang.Long> getDirectionToSequence()
        Deprecated.
      • getDirectionToSequenceMap

        java.util.Map<java.lang.Integer,​java.lang.Long> getDirectionToSequenceMap()
        map<int32, int64> direction_to_sequence = 1;
      • getDirectionToSequenceOrDefault

        long getDirectionToSequenceOrDefault​(int key,
                                             long defaultValue)
        map<int32, int64> direction_to_sequence = 1;
      • getDirectionToSequenceOrThrow

        long getDirectionToSequenceOrThrow​(int key)
        map<int32, int64> direction_to_sequence = 1;