Interface WatchStateWriter<Response>
-
- All Known Implementing Classes:
WatchStateIndexWriter
public interface WatchStateWriter<Response>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidput(String watchId, WatchState watchState)voidput(String watchId, WatchState watchState, org.elasticsearch.action.ActionListener<Response> actionListener)voidputAll(Map<String,WatchState> idToStateMap)
-
-
-
Method Detail
-
put
void put(String watchId, WatchState watchState)
-
put
void put(String watchId, WatchState watchState, org.elasticsearch.action.ActionListener<Response> actionListener)
-
putAll
void putAll(Map<String,WatchState> idToStateMap)
-
-