Skip navigation links
C E F G H M N O S T V 

C

Counter - Class in org.honton.chas.dogstatd.model
A Counter measures how many occurrences per second.
Counter(String, Number, String...) - Constructor for class org.honton.chas.dogstatd.model.Counter
Create an Counter value to be sent to DogStatD.

E

Event - Class in org.honton.chas.dogstatd.model
Event is message with title, text, and metadata.
Event.Alert - Enum in org.honton.chas.dogstatd.model
 
Event.Priority - Enum in org.honton.chas.dogstatd.model
 

F

fieldIsValid(String) - Static method in class org.honton.chas.dogstatd.model.Validator
Validate a String value.
format(CharBuffer) - Method in class org.honton.chas.dogstatd.model.Event
 
format(CharBuffer) - Method in interface org.honton.chas.dogstatd.model.Message
Format the message to be sent.
format(CharBuffer) - Method in class org.honton.chas.dogstatd.model.ServiceCheck
 
format(CharBuffer, String...) - Static method in class org.honton.chas.dogstatd.model.Tags
Format tags into a CharBuffer

G

Gauge - Class in org.honton.chas.dogstatd.model
A Gauge records a value of a at a particular time.
Gauge(String, Number, String...) - Constructor for class org.honton.chas.dogstatd.model.Gauge
Create an Gauge value to be sent to DogStatD.

H

Histogram - Class in org.honton.chas.dogstatd.model
A Histogram tracks the distribution of a set of values.
Histogram(String, Number, String...) - Constructor for class org.honton.chas.dogstatd.model.Histogram
Create an Histogram value to be sent to DogStatD.

M

Message - Interface in org.honton.chas.dogstatd.model
A message that can be sent to DogStatD.

N

nameIsValid(String) - Static method in class org.honton.chas.dogstatd.model.Validator
Validate a metric name.

O

org.honton.chas.dogstatd.model - package org.honton.chas.dogstatd.model
 

S

send(Message) - Method in class org.honton.chas.dogstatd.model.Sender
Send message to collector daemon.
Sender - Class in org.honton.chas.dogstatd.model
Send formatted UDP messages to a DogStatD.
Sender(String) - Constructor for class org.honton.chas.dogstatd.model.Sender
Create a sender which sends to a DogStatD on port 8125 at the specified address.
Sender() - Constructor for class org.honton.chas.dogstatd.model.Sender
 
Sender(InetAddress) - Constructor for class org.honton.chas.dogstatd.model.Sender
Create a sender which sends to a DogStatD on port 8125 at the specified address.
Sender(InetSocketAddress) - Constructor for class org.honton.chas.dogstatd.model.Sender
Create a sender which sends to a DogStatD on the specified port and address.
Sender(InetSocketAddress, long) - Constructor for class org.honton.chas.dogstatd.model.Sender
Create a sender which sends to a DogStatD on the specified port and address.
ServiceCheck - Class in org.honton.chas.dogstatd.model
A ServiceCheck is the current status of a service.
ServiceCheck.Status - Enum in org.honton.chas.dogstatd.model
 
Set - Class in org.honton.chas.dogstatd.model
Sets are used to count the number of unique elements in a group.
Set(String, String, String...) - Constructor for class org.honton.chas.dogstatd.model.Set
Add a member to the set.

T

tagIsValid(String) - Static method in class org.honton.chas.dogstatd.model.Validator
Validate a String tag.
Tags - Class in org.honton.chas.dogstatd.model
Tag routines

V

validate() - Method in class org.honton.chas.dogstatd.model.Event
 
validate() - Method in interface org.honton.chas.dogstatd.model.Message
Validate the message to be sent.
validate() - Method in class org.honton.chas.dogstatd.model.ServiceCheck
 
validate(Logger, String...) - Static method in class org.honton.chas.dogstatd.model.Tags
Validate an array of tags
Validator - Class in org.honton.chas.dogstatd.model
Validation routines
valueOf(String) - Static method in enum org.honton.chas.dogstatd.model.Event.Alert
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.honton.chas.dogstatd.model.Event.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.honton.chas.dogstatd.model.ServiceCheck.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.honton.chas.dogstatd.model.Event.Alert
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.honton.chas.dogstatd.model.Event.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.honton.chas.dogstatd.model.ServiceCheck.Status
Returns an array containing the constants of this enum type, in the order they are declared.
C E F G H M N O S T V 
Skip navigation links

Copyright © 2016–2017. All rights reserved.