response.append(colser.fromByteBuffer(col.name())).append(":").append(value);
bytes += col.name().capacity();
bytes += col.value().capacity();
}
}
return new ResponseData(response.toString(), bytes, "");
}
catch (Exception e)
{
throw new OperationException(e);
}