Enum Class DistributorMetrics

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

public enum DistributorMetrics extends Enum<DistributorMetrics> implements VespaMetrics
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_DELETE_BUCKET_BLOCKED

      public static final DistributorMetrics VDS_IDEALSTATE_DELETE_BUCKET_BLOCKED
    • VDS_IDEALSTATE_DELETE_BUCKET_THROTTLED

      public static final DistributorMetrics VDS_IDEALSTATE_DELETE_BUCKET_THROTTLED
    • 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_SPLIT_BUCKET_BLOCKED

      public static final DistributorMetrics VDS_IDEALSTATE_SPLIT_BUCKET_BLOCKED
    • VDS_IDEALSTATE_SPLIT_BUCKET_THROTTLED

      public static final DistributorMetrics VDS_IDEALSTATE_SPLIT_BUCKET_THROTTLED
    • 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_JOIN_BUCKET_BLOCKED

      public static final DistributorMetrics VDS_IDEALSTATE_JOIN_BUCKET_BLOCKED
    • VDS_IDEALSTATE_JOIN_BUCKET_THROTTLED

      public static final DistributorMetrics VDS_IDEALSTATE_JOIN_BUCKET_THROTTLED
    • 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_IDEALSTATE_GARBAGE_COLLECTION_BLOCKED

      public static final DistributorMetrics VDS_IDEALSTATE_GARBAGE_COLLECTION_BLOCKED
    • VDS_IDEALSTATE_GARBAGE_COLLECTION_THROTTLED

      public static final DistributorMetrics VDS_IDEALSTATE_GARBAGE_COLLECTION_THROTTLED
    • 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_REMOVES_FAILURES_BUSY

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_BUSY
    • VDS_DISTRIBUTOR_REMOVES_FAILURES_INCONSISTENT_BUCKET

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_INCONSISTENT_BUCKET
    • VDS_DISTRIBUTOR_REMOVES_FAILURES_NOTCONNECTED

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_NOTCONNECTED
    • VDS_DISTRIBUTOR_REMOVES_FAILURES_NOTREADY

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_NOTREADY
    • VDS_DISTRIBUTOR_REMOVES_FAILURES_SAFE_TIME_NOT_REACHED

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_SAFE_TIME_NOT_REACHED
    • VDS_DISTRIBUTOR_REMOVES_FAILURES_STORAGEFAILURE

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_STORAGEFAILURE
    • VDS_DISTRIBUTOR_REMOVES_FAILURES_TIMEOUT

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_TIMEOUT
    • VDS_DISTRIBUTOR_REMOVES_FAILURES_WRONGDISTRIBUTOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVES_FAILURES_WRONGDISTRIBUTOR
    • 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_UPDATES_FAILURES_BUSY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_BUSY
    • VDS_DISTRIBUTOR_UPDATES_FAILURES_INCONSISTENT_BUCKET

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_INCONSISTENT_BUCKET
    • VDS_DISTRIBUTOR_UPDATES_FAILURES_NOTCONNECTED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_NOTCONNECTED
    • VDS_DISTRIBUTOR_UPDATES_FAILURES_NOTREADY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_NOTREADY
    • VDS_DISTRIBUTOR_UPDATES_FAILURES_SAFE_TIME_NOT_REACHED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_SAFE_TIME_NOT_REACHED
    • VDS_DISTRIBUTOR_UPDATES_FAILURES_STORAGEFAILURE

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_STORAGEFAILURE
    • VDS_DISTRIBUTOR_UPDATES_FAILURES_TIMEOUT

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_TIMEOUT
    • VDS_DISTRIBUTOR_UPDATES_FAILURES_WRONGDISTRIBUTOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAILURES_WRONGDISTRIBUTOR
    • VDS_DISTRIBUTOR_UPDATES_FAST_PATH_RESTARTS

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATES_FAST_PATH_RESTARTS
    • 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_REMOVELOCATIONS_FAILURES_BUSY

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_BUSY
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_CONCURRENT_MUTATIONS

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_CONCURRENT_MUTATIONS
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_INCONSISTENT_BUCKET

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_INCONSISTENT_BUCKET
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_NOTCONNECTED

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_NOTCONNECTED
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_NOTFOUND

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_NOTFOUND
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_NOTREADY

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_NOTREADY
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_SAFE_TIME_NOT_REACHED

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_SAFE_TIME_NOT_REACHED
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_STORAGEFAILURE

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_STORAGEFAILURE
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_TEST_AND_SET_FAILED

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_TEST_AND_SET_FAILED
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_TIMEOUT

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_TIMEOUT
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_WRONGDISTRIBUTOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_FAILURES_WRONGDISTRIBUTOR
    • VDS_DISTRIBUTOR_REMOVELOCATIONS_LATENCY

      public static final DistributorMetrics VDS_DISTRIBUTOR_REMOVELOCATIONS_LATENCY
    • 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_GETS_FAILURES_BUSY

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_BUSY
    • VDS_DISTRIBUTOR_GETS_FAILURES_CONCURRENT_MUTATIONS

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_CONCURRENT_MUTATIONS
    • VDS_DISTRIBUTOR_GETS_FAILURES_INCONSISTENT_BUCKET

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_INCONSISTENT_BUCKET
    • VDS_DISTRIBUTOR_GETS_FAILURES_NOTCONNECTED

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_NOTCONNECTED
    • VDS_DISTRIBUTOR_GETS_FAILURES_NOTREADY

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_NOTREADY
    • VDS_DISTRIBUTOR_GETS_FAILURES_SAFE_TIME_NOT_REACHED

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_SAFE_TIME_NOT_REACHED
    • VDS_DISTRIBUTOR_GETS_FAILURES_STORAGEFAILURE

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_STORAGEFAILURE
    • VDS_DISTRIBUTOR_GETS_FAILURES_TEST_AND_SET_FAILED

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_TEST_AND_SET_FAILED
    • VDS_DISTRIBUTOR_GETS_FAILURES_TIMEOUT

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_TIMEOUT
    • VDS_DISTRIBUTOR_GETS_FAILURES_WRONGDISTRIBUTOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETS_FAILURES_WRONGDISTRIBUTOR
    • 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_VISITOR_BYTES_PER_VISITOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_BYTES_PER_VISITOR
    • VDS_DISTRIBUTOR_VISITOR_DOCS_PER_VISITOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_DOCS_PER_VISITOR
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_CONCURRENT_MUTATIONS

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_CONCURRENT_MUTATIONS
    • VDS_DISTRIBUTOR_VISITOR_FAILURES_TEST_AND_SET_FAILED

      public static final DistributorMetrics VDS_DISTRIBUTOR_VISITOR_FAILURES_TEST_AND_SET_FAILED
    • VDS_DISTRIBUTOR_DOCSSTORED

      public static final DistributorMetrics VDS_DISTRIBUTOR_DOCSSTORED
    • VDS_DISTRIBUTOR_BYTESSTORED

      public static final DistributorMetrics VDS_DISTRIBUTOR_BYTESSTORED
    • METRICMANAGER_PERIODICHOOKLATENCY

      public static final DistributorMetrics METRICMANAGER_PERIODICHOOKLATENCY
    • METRICMANAGER_RESETLATENCY

      public static final DistributorMetrics METRICMANAGER_RESETLATENCY
    • METRICMANAGER_SLEEPTIME

      public static final DistributorMetrics METRICMANAGER_SLEEPTIME
    • METRICMANAGER_SNAPSHOTHOOKLATENCY

      public static final DistributorMetrics METRICMANAGER_SNAPSHOTHOOKLATENCY
    • METRICMANAGER_SNAPSHOTLATENCY

      public static final DistributorMetrics METRICMANAGER_SNAPSHOTLATENCY
    • VDS_DISTRIBUTOR_ACTIVATE_CLUSTER_STATE_PROCESSING_TIME

      public static final DistributorMetrics VDS_DISTRIBUTOR_ACTIVATE_CLUSTER_STATE_PROCESSING_TIME
    • VDS_DISTRIBUTOR_BUCKET_DB_MEMORY_USAGE_ALLOCATED_BYTES

      public static final DistributorMetrics VDS_DISTRIBUTOR_BUCKET_DB_MEMORY_USAGE_ALLOCATED_BYTES
    • VDS_DISTRIBUTOR_BUCKET_DB_MEMORY_USAGE_DEAD_BYTES

      public static final DistributorMetrics VDS_DISTRIBUTOR_BUCKET_DB_MEMORY_USAGE_DEAD_BYTES
    • VDS_DISTRIBUTOR_BUCKET_DB_MEMORY_USAGE_ONHOLD_BYTES

      public static final DistributorMetrics VDS_DISTRIBUTOR_BUCKET_DB_MEMORY_USAGE_ONHOLD_BYTES
    • VDS_DISTRIBUTOR_BUCKET_DB_MEMORY_USAGE_USED_BYTES

      public static final DistributorMetrics VDS_DISTRIBUTOR_BUCKET_DB_MEMORY_USAGE_USED_BYTES
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_BUSY

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_BUSY
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_CONCURRENT_MUTATIONS

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_CONCURRENT_MUTATIONS
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_INCONSISTENT_BUCKET

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_INCONSISTENT_BUCKET
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_NOTCONNECTED

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_NOTCONNECTED
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_NOTFOUND

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_NOTFOUND
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_NOTREADY

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_NOTREADY
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_SAFE_TIME_NOT_REACHED

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_SAFE_TIME_NOT_REACHED
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_STORAGEFAILURE

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_STORAGEFAILURE
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_TEST_AND_SET_FAILED

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_TEST_AND_SET_FAILED
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_TIMEOUT

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_TIMEOUT
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_TOTAL

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_TOTAL
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_WRONGDISTRIBUTOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_FAILURES_WRONGDISTRIBUTOR
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_LATENCY

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_LATENCY
    • VDS_DISTRIBUTOR_GETBUCKETLISTS_OK

      public static final DistributorMetrics VDS_DISTRIBUTOR_GETBUCKETLISTS_OK
    • VDS_DISTRIBUTOR_RECOVERYMODESCHEDULINGTIME

      public static final DistributorMetrics VDS_DISTRIBUTOR_RECOVERYMODESCHEDULINGTIME
    • VDS_DISTRIBUTOR_SET_CLUSTER_STATE_PROCESSING_TIME

      public static final DistributorMetrics VDS_DISTRIBUTOR_SET_CLUSTER_STATE_PROCESSING_TIME
    • VDS_DISTRIBUTOR_STATE_TRANSITION_TIME

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATE_TRANSITION_TIME
    • VDS_DISTRIBUTOR_STATS_FAILURES_BUSY

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_BUSY
    • VDS_DISTRIBUTOR_STATS_FAILURES_CONCURRENT_MUTATIONS

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_CONCURRENT_MUTATIONS
    • VDS_DISTRIBUTOR_STATS_FAILURES_INCONSISTENT_BUCKET

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_INCONSISTENT_BUCKET
    • VDS_DISTRIBUTOR_STATS_FAILURES_NOTCONNECTED

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_NOTCONNECTED
    • VDS_DISTRIBUTOR_STATS_FAILURES_NOTFOUND

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_NOTFOUND
    • VDS_DISTRIBUTOR_STATS_FAILURES_NOTREADY

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_NOTREADY
    • VDS_DISTRIBUTOR_STATS_FAILURES_SAFE_TIME_NOT_REACHED

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_SAFE_TIME_NOT_REACHED
    • VDS_DISTRIBUTOR_STATS_FAILURES_STORAGEFAILURE

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_STORAGEFAILURE
    • VDS_DISTRIBUTOR_STATS_FAILURES_TEST_AND_SET_FAILED

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_TEST_AND_SET_FAILED
    • VDS_DISTRIBUTOR_STATS_FAILURES_TIMEOUT

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_TIMEOUT
    • VDS_DISTRIBUTOR_STATS_FAILURES_TOTAL

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_TOTAL
    • VDS_DISTRIBUTOR_STATS_FAILURES_WRONGDISTRIBUTOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_FAILURES_WRONGDISTRIBUTOR
    • VDS_DISTRIBUTOR_STATS_LATENCY

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_LATENCY
    • VDS_DISTRIBUTOR_STATS_OK

      public static final DistributorMetrics VDS_DISTRIBUTOR_STATS_OK
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_BUSY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_BUSY
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_CONCURRENT_MUTATIONS

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_CONCURRENT_MUTATIONS
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_INCONSISTENT_BUCKET

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_INCONSISTENT_BUCKET
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_NOTCONNECTED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_NOTCONNECTED
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_NOTFOUND

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_NOTFOUND
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_NOTREADY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_NOTREADY
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_SAFE_TIME_NOT_REACHED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_SAFE_TIME_NOT_REACHED
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_STORAGEFAILURE

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_STORAGEFAILURE
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_TEST_AND_SET_FAILED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_TEST_AND_SET_FAILED
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_TIMEOUT

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_TIMEOUT
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_TOTAL

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_TOTAL
    • VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_WRONGDISTRIBUTOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_FAILURES_WRONGDISTRIBUTOR
    • VDS_DISTRIBUTOR_UPDATE_GETS_LATENCY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_LATENCY
    • VDS_DISTRIBUTOR_UPDATE_GETS_OK

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_GETS_OK
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_BUSY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_BUSY
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_CONCURRENT_MUTATIONS

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_CONCURRENT_MUTATIONS
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_INCONSISTENT_BUCKET

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_INCONSISTENT_BUCKET
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_NOTCONNECTED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_NOTCONNECTED
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_NOTFOUND

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_NOTFOUND
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_NOTREADY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_NOTREADY
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_SAFE_TIME_NOT_REACHED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_SAFE_TIME_NOT_REACHED
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_STORAGEFAILURE

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_STORAGEFAILURE
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_TEST_AND_SET_FAILED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_TEST_AND_SET_FAILED
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_TIMEOUT

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_TIMEOUT
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_TOTAL

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_TOTAL
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_WRONGDISTRIBUTOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_FAILURES_WRONGDISTRIBUTOR
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_LATENCY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_LATENCY
    • VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_OK

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_METADATA_GETS_OK
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_BUSY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_BUSY
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_CONCURRENT_MUTATIONS

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_CONCURRENT_MUTATIONS
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_INCONSISTENT_BUCKET

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_INCONSISTENT_BUCKET
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_NOTCONNECTED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_NOTCONNECTED
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_NOTFOUND

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_NOTFOUND
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_NOTREADY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_NOTREADY
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_SAFE_TIME_NOT_REACHED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_SAFE_TIME_NOT_REACHED
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_STORAGEFAILURE

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_STORAGEFAILURE
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_TEST_AND_SET_FAILED

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_TEST_AND_SET_FAILED
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_TIMEOUT

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_TIMEOUT
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_TOTAL

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_TOTAL
    • VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_WRONGDISTRIBUTOR

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_FAILURES_WRONGDISTRIBUTOR
    • VDS_DISTRIBUTOR_UPDATE_PUTS_LATENCY

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_LATENCY
    • VDS_DISTRIBUTOR_UPDATE_PUTS_OK

      public static final DistributorMetrics VDS_DISTRIBUTOR_UPDATE_PUTS_OK
    • VDS_IDEALSTATE_NODES_PER_MERGE

      public static final DistributorMetrics VDS_IDEALSTATE_NODES_PER_MERGE
    • VDS_IDEALSTATE_SET_BUCKET_STATE_BLOCKED

      public static final DistributorMetrics VDS_IDEALSTATE_SET_BUCKET_STATE_BLOCKED
    • VDS_IDEALSTATE_SET_BUCKET_STATE_DONE_FAILED

      public static final DistributorMetrics VDS_IDEALSTATE_SET_BUCKET_STATE_DONE_FAILED
    • VDS_IDEALSTATE_SET_BUCKET_STATE_DONE_OK

      public static final DistributorMetrics VDS_IDEALSTATE_SET_BUCKET_STATE_DONE_OK
    • VDS_IDEALSTATE_SET_BUCKET_STATE_PENDING

      public static final DistributorMetrics VDS_IDEALSTATE_SET_BUCKET_STATE_PENDING
    • VDS_IDEALSTATE_SET_BUCKET_STATE_THROTTLED

      public static final DistributorMetrics VDS_IDEALSTATE_SET_BUCKET_STATE_THROTTLED
    • 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()
      Specified by:
      baseName in interface VespaMetrics
    • unit

      public Unit unit()
      Specified by:
      unit in interface VespaMetrics
    • description

      public String description()
      Specified by:
      description in interface VespaMetrics