io.keen.client.java
public interface KeenAttemptCountingEventStore extends KeenEventStore
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttempts(java.lang.String projectId,
java.lang.String eventCollection)
Gets the stored attempts String for a given project and collection.
|
void |
setAttempts(java.lang.String projectId,
java.lang.String eventCollection,
java.lang.String attemptsString)
Set and stores the attempts String for a given project and collection.
|
get, getHandles, remove, storejava.lang.String getAttempts(java.lang.String projectId,
java.lang.String eventCollection)
throws java.io.IOException
projectId - the project ideventCollection - the collection namejava.io.IOExceptionvoid setAttempts(java.lang.String projectId,
java.lang.String eventCollection,
java.lang.String attemptsString)
throws java.io.IOException
projectId - the project ideventCollection - the collection nameattemptsString - the String to stored for this project and collectionjava.io.IOException