public final class CommitResponse extends Object
| Modifier and Type | Method and Description |
|---|---|
static CommitResponse |
failure() |
boolean |
success() |
static CommitResponse |
success(List<UpdateResult<String,byte[]>> updates) |
String |
toString() |
List<UpdateResult<String,byte[]>> |
updates() |
public static CommitResponse success(List<UpdateResult<String,byte[]>> updates)
public static CommitResponse failure()
public boolean success()
public List<UpdateResult<String,byte[]>> updates()
Copyright © 2016. All rights reserved.