Class NodesHistory

java.lang.Object
com.strongdm.api.NodesHistory

public class NodesHistory extends Object
NodesHistory records all changes to the state of a Node.
  • Constructor Details

    • NodesHistory

      public NodesHistory(io.grpc.ManagedChannel channel, Client client)
  • Method Details

    • withDeadlineAfter

      public NodesHistory withDeadlineAfter(long duration, TimeUnit units)
      This function returns a copy of the NodesHistory service which has the given deadline set for all method calls.
    • list

      public Iterable<NodeHistory> list(String filter, Object... args) throws RpcException
      List gets a list of NodeHistory records matching a given set of criteria.
      Throws:
      RpcException