|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KeenAttemptCountingEventStore
Interface which provides an abstraction layer around how attempt counts are stored.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface io.keen.client.java.KeenEventStore |
|---|
get, getHandles, remove, store |
| Method Detail |
|---|
java.lang.String getAttempts(java.lang.String projectId,
java.lang.String eventCollection)
throws java.io.IOException
projectId - the project ideventCollection - the collection name
java.io.IOException - exception
void 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 collection
java.io.IOException - exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||