All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ech.geowave.geowave-grpc-protobuf.1.0.0-RC1.source-code.GeoWaveCoreMapreduce.proto Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
/**
 * Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
 *
 * See the NOTICE file distributed with this work for additional
 * information regarding copyright ownership.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Apache License
 * Version 2.0 which accompanies this distribution and is available at
 * http://www.apache.org/licenses/LICENSE-2.0.txt
*/
syntax = "proto3";
import "GeoWaveReturnTypesProtos.proto";
option java_multiple_files = true;
option java_package = "org.locationtech.geowave.service.grpc.protobuf";
option java_outer_classname = "CoreMapreduceServiceProtos";

service CoreMapreduce { 
	 rpc ConfigHDFSCommand(ConfigHDFSCommandParametersProtos) returns (VoidResponseProtos) {} 
}

message ConfigHDFSCommandParametersProtos {
	repeated string parameters = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy