- get(String, long, long) - Method in interface com.salesforce.cantor.Events
-
Get all events in the given namespace, with timestamp between the start and end.
- get(String, long, long, boolean) - Method in interface com.salesforce.cantor.Events
-
Get all events in the given namespace, with timestamp between the start and end.
- get(String, long, long, Map<String, String>, Map<String, String>) - Method in interface com.salesforce.cantor.Events
-
Get all events in the given namespace, with timestamp between the start and end, and metadata and dimensions
matching the given queries.
- get(String, long, long, Map<String, String>, Map<String, String>, boolean) - Method in interface com.salesforce.cantor.Events
-
Get all events in the given namespace, with timestamp between the start and end, and metadata and dimensions
matching the given queries.
- get(String, Map<String, String>) - Method in interface com.salesforce.cantor.Maps
-
Get all maps matching the given query object.
- get(String, String) - Method in interface com.salesforce.cantor.Objects
-
Returns bytes associated to the given key.
- get(String, Collection<String>) - Method in interface com.salesforce.cantor.Objects
-
Returns batch of key/values for the list of entries.
- get(String, String, long, long, int, int, boolean) - Method in interface com.salesforce.cantor.Sets
-
Return entries and weights stored in the set with start and count and weight more than min, less than max.
- get(String, String) - Method in interface com.salesforce.cantor.Sets
-
Return all entries stored in the set, ordered by weight ascending
- get(String, String, int, int) - Method in interface com.salesforce.cantor.Sets
-
Return entries stored in the set with start and count, ordered by weight ascending
- getDimensions() - Method in class com.salesforce.cantor.Events.Event
-
Get the dimensions for this event (note that events are multi-dimensional).
- getMetadata() - Method in class com.salesforce.cantor.Events.Event
-
Get the metadata for this event.
- getPayload() - Method in class com.salesforce.cantor.Events.Event
-
Get the payload attached to this event.
- getTimestampMillis() - Method in class com.salesforce.cantor.Events.Event
-
Get the UTC timestamp for this event.