Modifier and Type | Class and Description |
---|---|
static class |
BatchResult.Builder<V> |
Modifier and Type | Method and Description |
---|---|
static <V> BatchResult.Builder<V> |
builder() |
protected Map<String,V> |
delegate() |
boolean |
equals(Object obj) |
Map<String,BatchError> |
getErrors()
Errors indexed by requestor supplied id
|
int |
hashCode() |
BatchResult.Builder<V> |
toBuilder() |
String |
toString() |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
public static <V> BatchResult.Builder<V> builder()
public BatchResult.Builder<V> toBuilder()
public Map<String,BatchError> getErrors()
public int hashCode()
public boolean equals(Object obj)
public String toString()
toString
in class com.google.common.collect.ForwardingObject
Copyright © 2009-2013 jclouds. All Rights Reserved.