Class HealthChecks

java.lang.Object
com.strongdm.api.HealthChecks

public class HealthChecks extends Object
HealthChecks lists the last healthcheck between each node and resource. Note the unconventional capitalization here is to prevent having a collision with GRPC
  • Constructor Details

    • HealthChecks

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

    • withDeadlineAfter

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

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