public interface Sets
| Modifier and Type | Method and Description | 
|---|---|
void | 
insert(java.lang.String bucket,
      java.lang.String value)
Inserts the value into a set of unique values until the underlying implementation flushes again. 
 | 
void | 
insert(java.lang.String bucket,
      java.lang.String value,
      java.lang.Double sampleRate)
Inserts the value into a set of unique values until the underlying implementation flushes again. 
 | 
void | 
insert(java.lang.String bucket,
      java.lang.String value,
      java.lang.Double sampleRate,
      java.util.Map<java.lang.String,java.lang.String> tags)
Inserts the value into a set of unique values until the underlying implementation flushes again. 
 | 
void | 
insert(java.lang.String bucket,
      java.lang.String value,
      java.util.Map<java.lang.String,java.lang.String> tags)
Inserts the value into a set of unique values until the underlying implementation flushes again. 
 | 
void insert(java.lang.String bucket,
            java.lang.String value)
bucket - name of the setvalue - value to trackvoid insert(java.lang.String bucket,
            java.lang.String value,
            java.lang.Double sampleRate)
bucket - name of the setvalue - value to tracksampleRate - percentage of set metric to be sentvoid insert(java.lang.String bucket,
            java.lang.String value,
            java.util.Map<java.lang.String,java.lang.String> tags)
bucket - name of the setvalue - value to tracktags - map of tags to be added to the datavoid insert(java.lang.String bucket,
            java.lang.String value,
            java.lang.Double sampleRate,
            java.util.Map<java.lang.String,java.lang.String> tags)
bucket - name of the setvalue - value to tracksampleRate - percentage of set metric to be senttags - map of tags to be added to the data