static void |
RequestConverter.buildNoDataRegionActions(byte[] regionName,
Iterable<Action> actions,
List<CellScannable> cells,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest.Builder multiRequestBuilder,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction.Builder regionActionBuilder,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action.Builder actionBuilder,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.Builder mutationBuilder,
long nonceGroup,
Map<Integer,Integer> rowMutationsIndexMap)
Create a protocol buffer multirequest with NO data for a list of actions (data is carried
otherwise than via protobuf).
|