Ejemplo n.º 1
0
 @Override
 public Map<String, String> get(List<String> keys, Atomicity atomicity) {
   return errorHandler.wrapObjectCall(delegate.get_bulk(keys, atomicity.value()));
 }
Ejemplo n.º 2
0
 @Override
 public byte[][] get(byte[][] keys, Atomicity atomicity) {
   return errorHandler.wrapObjectCall(delegate.get_bulk(keys, atomicity.value()));
 }