Enum Class DistributorMetrics

java.lang.Object
java.lang.Enum<DistributorMetrics>
com.yahoo.metrics.DistributorMetrics
All Implemented Interfaces:
Serializable, Comparable<DistributorMetrics>, Constable

public enum DistributorMetrics extends Enum<DistributorMetrics>
Author:
yngveaasheim
  • Enum Constant Details

    • VDS_IDEALSTATE_BUCKETS_RECHECKING

      public static final DistributorMetrics VDS_IDEALSTATE_BUCKETS_RECHECKING
    • VDS_IDEALSTATE_IDEALSTATE_DIFF

      public static final DistributorMetrics VDS_IDEALSTATE_IDEALSTATE_DIFF
    • VDS_IDEALSTATE_BUCKETS_TOOFEWCOPIES

      public static final DistributorMetrics VDS_IDEALSTATE_BUCKETS_TOOFEWCOPIES
    • VDS_IDEALSTATE_BUCKETS_TOOMANYCOPIES

      public static final DistributorMetrics VDS_IDEALSTATE_BUCKETS_TOOMANYCOPIES
    • VDS_IDEALSTATE_BUCKETS

      public static final DistributorMetrics VDS_IDEALSTATE_BUCKETS
    • VDS_IDEALSTATE_BUCKETS_NOTRUSTED

      public static final DistributorMetrics VDS_IDEALSTATE_BUCKETS_NOTRUSTED
    • VDS_IDEALSTATE_BUCKET_REPLICAS_MOVING_OUT

      public static final DistributorMetrics VDS_IDEALSTATE_BUCKET_REPLICAS_MOVING_OUT
    • VDS_IDEALSTATE_BUCKET_REPLICAS_COPYING_OUT

      public static final DistributorMetrics VDS_IDEALSTATE_BUCKET_REPLICAS_COPYING_OUT
    • VDS_IDEALSTATE_BUCKET_REPLICAS_COPYING_IN

      public static final DistributorMetrics VDS_IDEALSTATE_BUCKET_REPLICAS_COPYING_IN
    • VDS_IDEALSTATE_BUCKET_REPLICAS_SYNCING

      public static final DistributorMetrics VDS_IDEALSTATE_BUCKET_REPLICAS_SYNCING
    • VDS_IDEALSTATE_MAX_OBSERVED_TIME_SINCE_LAST_GC_SEC

      public static final DistributorMetrics VDS_IDEALSTATE_MAX_OBSERVED_TIME_SINCE_LAST_GC_SEC
    • VDS_IDEALSTATE_DELETE_BUCKET_DONE_OK

      public static final DistributorMetrics VDS_IDEALSTATE_DELETE_BUCKET_DONE_OK
    • VDS_IDEALSTATE_DELETE_BUCKET_DONE_FAILED

      public static final DistributorMetrics VDS_IDEALSTATE_DELETE_BUCKET_DONE_FAILED
    • VDS_IDEALSTATE_DELETE_BUCKET_PENDING

      public static final DistributorMetrics VDS_IDEALSTATE_DELETE_BUCKET_PENDING
    • VDS_IDEALSTATE_MERGE_BUCKET_DONE_OK

      public static final DistributorMetrics VDS_IDEALSTATE_MERGE_BUCKET_DONE_OK
    • VDS_IDEALSTATE_MERGE_BUCKET_DONE_FAILED

      public static final DistributorMetrics VDS_IDEALSTATE_MERGE_BUCKET_DONE_FAILED
    • VDS_IDEALSTATE_MERGE_BUCKET_PENDING

      public static final DistributorMetrics VDS_IDEALSTATE_MERGE_BUCKET_PENDING
    • VDS_IDEALSTATE_MERGE_BUCKET_BLOCKED

      public static final DistributorMetrics VDS_IDEALSTATE_MERGE_BUCKET_BLOCKED
    • VDS_IDEALSTATE_MERGE_BUCKET_THROTTLED

      public static final DistributorMetrics VDS_IDEALSTATE_MERGE_BUCKET_THROTTLED
    • VDS_IDEALSTATE_MERGE_BUCKET_SOURCE_ONLY_COPY_CHANGED

      public static final DistributorMetrics VDS_IDEALSTATE_MERGE_BUCKET_SOURCE_ONLY_COPY_CHANGED
    • VDS_IDEALSTATE_MERGE_BUCKET_SOURCE_ONLY_COPY_DELETE_BLOCKED

      public static final DistributorMetrics VDS_IDEALSTATE_MERGE_BUCKET_SOURCE_ONLY_COPY_DELETE_BLOCKED
    • VDS_IDEALSTATE_MERGE_BUCKET_SOURCE_ONLY_COPY_DELETE_FAILED

      public static final DistributorMetrics VDS_IDEALSTATE_MERGE_BUCKET_SOURCE_ONLY_COPY_DELETE_FAILED
    • VDS_IDEALSTATE_SPLIT_BUCKET_DONE_OK

      public static final DistributorMetrics VDS_IDEALSTATE_SPLIT_BUCKET_DONE_OK
    • VDS_IDEALSTATE_SPLIT_BUCKET_DONE_FAILED

      public static final DistributorMetrics VDS_IDEALSTATE_SPLIT_BUCKET_DONE_FAILED
    • VDS_IDEALSTATE_SPLIT_BUCKET_PENDING

      public static final DistributorMetrics VDS_IDEALSTATE_SPLIT_BUCKET_PENDING
    • VDS_IDEALSTATE_JOIN_BUCKET_DONE_OK

      public static final DistributorMetrics VDS_IDEALSTATE_JOIN_BUCKET_DONE_OK
    • VDS_IDEALSTATE_JOIN_BUCKET_DONE_FAILED

      public static final DistributorMetrics VDS_IDEALSTATE_JOIN_BUCKET_DONE_FAILED
    • VDS_IDEALSTATE_JOIN_BUCKET_PENDING

      public static final DistributorMetrics VDS_IDEALSTATE_JOIN_BUCKET_PENDING
    • VDS_IDEALSTATE_GARBAGE_COLLECTION_DONE_OK

      public static final DistributorMetrics VDS_IDEALSTATE_GARBAGE_COLLECTION_DONE_OK
    • VDS_IDEALSTATE_GARBAGE_COLLECTION_DONE_FAILED

      public static final DistributorMetrics VDS_IDEALSTATE_GARBAGE_COLLECTION_DONE_FAILED
    • VDS_IDEALSTATE_GARBAGE_COLLECTION_PENDING

      public static final DistributorMetrics VDS_IDEALSTATE_GARBAGE_COLLECTION_PENDING
    • VDS_IDEALSTATE_GARBAGE_COLLECTION_DOCUMENTS_REMOVED

      public static final DistributorMetrics VDS_IDEALSTATE_GARBAGE_COLLECTION_DOCUMENTS_REMOVED
    • VDS_DISTRIBUTOR_PUTS_LATENCY

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_LATENCY
    • VDS_DISTRIBUTOR_PUTS_OK

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_OK
    • VDS_DISTRIBUTOR_PUTS_FAILURES_TOTAL

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_TOTAL
    • VDS_DISTRIBUTOR_PUTS_FAILURES_NOTFOUND

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_NOTFOUND
    • VDS_DISTRIBUTOR_PUTS_FAILURES_TEST_AND_SET_FAILED

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_TEST_AND_SET_FAILED
    • VDS_DISTRIBUTOR_PUTS_FAILURES_CONCURRENT_MUTATIONS

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_CONCURRENT_MUTATIONS
    • VDS_DISTRIBUTOR_PUTS_FAILURES_NOTCONNECTED

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_NOTCONNECTED
    • VDS_DISTRIBUTOR_PUTS_FAILURES_NOTREADY

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_NOTREADY
    • VDS_DISTRIBUTOR_PUTS_FAILURES_WRONGDISTRIBUTOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_WRONGDISTRIBUTOR
    • VDS_DISTRIBUTOR_PUTS_FAILURES_SAFE_TIME_NOT_REACHED

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_SAFE_TIME_NOT_REACHED
    • VDS_DISTRIBUTOR_PUTS_FAILURES_STORAGEFAILURE

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_STORAGEFAILURE
    • VDS_DISTRIBUTOR_PUTS_FAILURES_TIMEOUT

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_TIMEOUT
    • VDS_DISTRIBUTOR_PUTS_FAILURES_BUSY

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_BUSY
    • VDS_DISTRIBUTOR_PUTS_FAILURES_INCONSISTENT_BUCKET

      public static final DistributorMetrics VDS_DISTRIBUTOR_PUTS_FAILURES_INCONSISTENT_BUCKET
    • VDS_DISTRIBUTOR_REMOVES_LATENCY

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_LATENCY
    • VDS_DISTRIBUTOR_REMOVES_OK

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_OK
    • VDS_DISTRIBUTOR_REMOVES_FAILURES_TOTAL

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_TOTAL
    • VDS_DISTRIBUTOR_REMOVES_FAILURES_NOTFOUND

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_NOTFOUND
    • VDS_DISTRIBUTOR_REMOVES_FAILURES_TEST_AND_SET_FAILED

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_TEST_AND_SET_FAILED
    • VDS_DISTRIBUTOR_REMOVES_FAILURES_CONCURRENT_MUTATIONS

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_CONCURRENT_MUTATIONS
    • VDS_DISTRIBUTOR_UPDATES_LATENCY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_LATENCY
    • VDS_DISTRIBUTOR_UPDATES_OK

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_OK
    • VDS_DISTRIBUTOR_UPDATES_FAILURES_TOTAL

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_TOTAL
    • VDS_DISTRIBUTOR_UPDATES_FAILURES_NOTFOUND

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_NOTFOUND
    • VDS_DISTRIBUTOR_UPDATES_FAILURES_TEST_AND_SET_FAILED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_TEST_AND_SET_FAILED
    • VDS_DISTRIBUTOR_UPDATES_FAILURES_CONCURRENT_MUTATIONS

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_CONCURRENT_MUTATIONS
    • VDS_DISTRIBUTOR_UPDATES_DIVERGING_TIMESTAMP_UPDATES

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_DIVERGING_TIMESTAMP_UPDATES
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_OK

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_OK
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_TOTAL

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_TOTAL
    • VDS_DISTRIBUTOR_GETS_LATENCY

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_LATENCY
    • VDS_DISTRIBUTOR_GETS_OK

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_OK
    • VDS_DISTRIBUTOR_GETS_FAILURES_TOTAL

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_TOTAL
    • VDS_DISTRIBUTOR_GETS_FAILURES_NOTFOUND

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_NOTFOUND
    • VDS_DISTRIBUTOR_VISITOR_LATENCY

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_LATENCY
    • VDS_DISTRIBUTOR_VISITOR_OK

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_OK
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_TOTAL

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_TOTAL
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_NOTREADY

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_NOTREADY
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_NOTCONNECTED

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_NOTCONNECTED
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_WRONGDISTRIBUTOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_WRONGDISTRIBUTOR
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_SAFE_TIME_NOT_REACHED

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_SAFE_TIME_NOT_REACHED
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_STORAGEFAILURE

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_STORAGEFAILURE
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_TIMEOUT

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_TIMEOUT
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_BUSY

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_BUSY
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_INCONSISTENT_BUCKET

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_INCONSISTENT_BUCKET
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_NOTFOUND

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_NOTFOUND
    • VDS_DISTRIBUTOR_DOCSSTORED

      public static final DistributorMetrics VDS_DISTRIBUTOR_DOCSSTORED
    • VDS_DISTRIBUTOR_BYTESSTORED

      public static final DistributorMetrics VDS_DISTRIBUTOR_BYTESSTORED
    • VDS_BOUNCER_CLOCK_SKEW_ABORTS

      public static final DistributorMetrics VDS_BOUNCER_CLOCK_SKEW_ABORTS
  • Method Details

    • values

      public static DistributorMetrics[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DistributorMetrics valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • baseName

      public String baseName()
    • unit

      public Unit unit()
    • description

      public String description()
    • descriptionWitUnit

      default String descriptionWitUnit()
    • ninety_five_percentile

      default String ninety_five_percentile()
    • ninety_nine_percentile

      default String ninety_nine_percentile()
    • average

      default String average()
    • count

      default String count()
    • last

      default String last()
    • max

      default String max()
    • min

      default String min()
    • rate

      default String rate()
    • sum

      default String sum()