Skip to content

Instantly share code, notes, and snippets.

@xcesco
Created October 1, 2018 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xcesco/8ca9943adca0eba0fe68f89a7a56818d to your computer and use it in GitHub Desktop.
Save xcesco/8ca9943adca0eba0fe68f89a7a56818d to your computer and use it in GitHub Desktop.
public Future<Boolean> executeAsync(final Transaction transaction)
public Future<Boolean> executeAsync(final Transaction transaction, final AbstractDataSource.OnErrorListener onErrorListener)
public <T> Future<T> executeBatchAsync(final Batch<T> commands)
public <T> Future<T> executeBatchAsync(final Batch<T> commands, final boolean writeMode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment