Search in sources :

Example 1 with ListCommandParametersProtos

use of org.locationtech.geowave.service.grpc.protobuf.ListCommandParametersProtos in project geowave by locationtech.

the class GeoWaveGrpcTestClient method listCommand.

public Map<String, String> listCommand() {
    final ListCommandParametersProtos request = ListCommandParametersProtos.newBuilder().build();
    final MapStringStringResponseProtos response = coreCliBlockingStub.listCommand(request);
    final Map<String, String> map = response.getResponseValueMap();
    return map;
}
Also used : MapStringStringResponseProtos(org.locationtech.geowave.service.grpc.protobuf.GeoWaveReturnTypesProtos.MapStringStringResponseProtos) ListCommandParametersProtos(org.locationtech.geowave.service.grpc.protobuf.ListCommandParametersProtos) ByteString(com.google.protobuf.ByteString)

Aggregations

ByteString (com.google.protobuf.ByteString)1 MapStringStringResponseProtos (org.locationtech.geowave.service.grpc.protobuf.GeoWaveReturnTypesProtos.MapStringStringResponseProtos)1 ListCommandParametersProtos (org.locationtech.geowave.service.grpc.protobuf.ListCommandParametersProtos)1