public interface UnlockKeys
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<UnlockKeysV3> |
unlock() |
retrofit2.Call<UnlockKeysV3> |
unlock(java.lang.String _exclude_fields)
Unlock all keys in the H2O distributed K/V store, to attempt to recover from a crash.
|
@FormUrlEncoded @POST(value="/3/UnlockKeys") retrofit2.Call<UnlockKeysV3> unlock(@Field(value="_exclude_fields") java.lang.String _exclude_fields)
_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"@FormUrlEncoded @POST(value="/3/UnlockKeys") retrofit2.Call<UnlockKeysV3> unlock()