Class DataManagerRPCClient


public class DataManagerRPCClient extends DataManager
  • Constructor Details

    • DataManagerRPCClient

      public DataManagerRPCClient(String name, Channel chan)
  • Method Details

    • sync

      public void sync(Optional<com.google.protobuf.Struct> extra)
      Specified by:
      sync in class DataManager
    • doCommand

      public com.google.protobuf.Struct doCommand(Map<String,com.google.protobuf.Value> command)
      Description copied from class: Resource
      Send/Receive arbitrary commands to the Resource
      Overrides:
      doCommand in class Resource
      Parameters:
      command - the command to execute
      Returns:
      result of the executed command