Class IndexerError

java.lang.Object
org.graylog.storage.errors.IndexerError

public abstract class IndexerError extends Object
  • Constructor Details

    • IndexerError

      public IndexerError()
  • Method Details

    • rootCause

      public abstract List<Cause> rootCause()
    • type

      public abstract String type()
    • reason

      public abstract String reason()
    • phase

      public abstract String phase()
    • grouped

      public abstract boolean grouped()
    • failedShards

      public abstract List<FailedShard> failedShards()