Package lgraph

Interface Lgraph.HAResponseOrBuilder

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

    public static interface Lgraph.HAResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasHeartbeatResponse

        boolean hasHeartbeatResponse()
        optional .lgraph.HeartbeatResponse heartbeat_response = 1;
      • getHeartbeatResponse

        Lgraph.HeartbeatResponse getHeartbeatResponse()
        optional .lgraph.HeartbeatResponse heartbeat_response = 1;
      • hasListPeersResponse

        boolean hasListPeersResponse()
        optional .lgraph.ListPeersResponse list_peers_response = 2;
      • getListPeersResponse

        Lgraph.ListPeersResponse getListPeersResponse()
        optional .lgraph.ListPeersResponse list_peers_response = 2;
      • hasGetMasterResponse

        boolean hasGetMasterResponse()
        optional .lgraph.GetMasterResponse get_master_response = 3;
      • getGetMasterResponse

        Lgraph.GetMasterResponse getGetMasterResponse()
        optional .lgraph.GetMasterResponse get_master_response = 3;
      • hasSyncMetaResponse

        boolean hasSyncMetaResponse()
        optional .lgraph.SyncMetaResponse sync_meta_response = 4;
      • getSyncMetaResponse

        Lgraph.SyncMetaResponse getSyncMetaResponse()
        optional .lgraph.SyncMetaResponse sync_meta_response = 4;