Package lgraph

Interface Lgraph.BackupLogEntryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Lgraph.BackupLogEntry, Lgraph.BackupLogEntry.Builder
    Enclosing class:
    Lgraph

    public static interface Lgraph.BackupLogEntryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getIndex()
      required int64 index = 1;
      Lgraph.LGraphRequest getReq()
      required .lgraph.LGraphRequest req = 3;
      Lgraph.LGraphRequestOrBuilder getReqOrBuilder()
      required .lgraph.LGraphRequest req = 3;
      long getTime()
      required int64 time = 2;
      boolean hasIndex()
      required int64 index = 1;
      boolean hasReq()
      required .lgraph.LGraphRequest req = 3;
      boolean hasTime()
      required int64 time = 2;
      • 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

      • hasIndex

        boolean hasIndex()
        required int64 index = 1;
      • getIndex

        long getIndex()
        required int64 index = 1;
      • hasTime

        boolean hasTime()
        required int64 time = 2;
      • getTime

        long getTime()
        required int64 time = 2;
      • hasReq

        boolean hasReq()
        required .lgraph.LGraphRequest req = 3;