LogViewServiceGrpc.java 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499
  1. package cn.escheduler.rpc;
  2. import static io.grpc.MethodDescriptor.generateFullMethodName;
  3. import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
  4. import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
  5. import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
  6. import static io.grpc.stub.ClientCalls.asyncUnaryCall;
  7. import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
  8. import static io.grpc.stub.ClientCalls.blockingUnaryCall;
  9. import static io.grpc.stub.ClientCalls.futureUnaryCall;
  10. import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
  11. import static io.grpc.stub.ServerCalls.asyncClientStreamingCall;
  12. import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
  13. import static io.grpc.stub.ServerCalls.asyncUnaryCall;
  14. import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
  15. import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
  16. /**
  17. * <pre>
  18. **
  19. * log view service
  20. * </pre>
  21. */
  22. @javax.annotation.Generated(
  23. value = "by gRPC proto compiler (version 1.9.0)",
  24. comments = "Source: scheduler.proto")
  25. public final class LogViewServiceGrpc {
  26. private LogViewServiceGrpc() {}
  27. public static final String SERVICE_NAME = "schduler.LogViewService";
  28. // Static method descriptors that strictly reflect the proto.
  29. @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
  30. @java.lang.Deprecated // Use {@link #getRollViewLogMethod()} instead.
  31. public static final io.grpc.MethodDescriptor<cn.escheduler.rpc.LogParameter,
  32. cn.escheduler.rpc.RetStrInfo> METHOD_ROLL_VIEW_LOG = getRollViewLogMethod();
  33. private static volatile io.grpc.MethodDescriptor<cn.escheduler.rpc.LogParameter,
  34. cn.escheduler.rpc.RetStrInfo> getRollViewLogMethod;
  35. @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
  36. public static io.grpc.MethodDescriptor<cn.escheduler.rpc.LogParameter,
  37. cn.escheduler.rpc.RetStrInfo> getRollViewLogMethod() {
  38. io.grpc.MethodDescriptor<cn.escheduler.rpc.LogParameter, cn.escheduler.rpc.RetStrInfo> getRollViewLogMethod;
  39. if ((getRollViewLogMethod = LogViewServiceGrpc.getRollViewLogMethod) == null) {
  40. synchronized (LogViewServiceGrpc.class) {
  41. if ((getRollViewLogMethod = LogViewServiceGrpc.getRollViewLogMethod) == null) {
  42. LogViewServiceGrpc.getRollViewLogMethod = getRollViewLogMethod =
  43. io.grpc.MethodDescriptor.<cn.escheduler.rpc.LogParameter, cn.escheduler.rpc.RetStrInfo>newBuilder()
  44. .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
  45. .setFullMethodName(generateFullMethodName(
  46. "schduler.LogViewService", "rollViewLog"))
  47. .setSampledToLocalTracing(true)
  48. .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
  49. cn.escheduler.rpc.LogParameter.getDefaultInstance()))
  50. .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
  51. cn.escheduler.rpc.RetStrInfo.getDefaultInstance()))
  52. .setSchemaDescriptor(new LogViewServiceMethodDescriptorSupplier("rollViewLog"))
  53. .build();
  54. }
  55. }
  56. }
  57. return getRollViewLogMethod;
  58. }
  59. @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
  60. @java.lang.Deprecated // Use {@link #getViewLogMethod()} instead.
  61. public static final io.grpc.MethodDescriptor<cn.escheduler.rpc.PathParameter,
  62. cn.escheduler.rpc.RetStrInfo> METHOD_VIEW_LOG = getViewLogMethod();
  63. private static volatile io.grpc.MethodDescriptor<cn.escheduler.rpc.PathParameter,
  64. cn.escheduler.rpc.RetStrInfo> getViewLogMethod;
  65. @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
  66. public static io.grpc.MethodDescriptor<cn.escheduler.rpc.PathParameter,
  67. cn.escheduler.rpc.RetStrInfo> getViewLogMethod() {
  68. io.grpc.MethodDescriptor<cn.escheduler.rpc.PathParameter, cn.escheduler.rpc.RetStrInfo> getViewLogMethod;
  69. if ((getViewLogMethod = LogViewServiceGrpc.getViewLogMethod) == null) {
  70. synchronized (LogViewServiceGrpc.class) {
  71. if ((getViewLogMethod = LogViewServiceGrpc.getViewLogMethod) == null) {
  72. LogViewServiceGrpc.getViewLogMethod = getViewLogMethod =
  73. io.grpc.MethodDescriptor.<cn.escheduler.rpc.PathParameter, cn.escheduler.rpc.RetStrInfo>newBuilder()
  74. .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
  75. .setFullMethodName(generateFullMethodName(
  76. "schduler.LogViewService", "viewLog"))
  77. .setSampledToLocalTracing(true)
  78. .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
  79. cn.escheduler.rpc.PathParameter.getDefaultInstance()))
  80. .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
  81. cn.escheduler.rpc.RetStrInfo.getDefaultInstance()))
  82. .setSchemaDescriptor(new LogViewServiceMethodDescriptorSupplier("viewLog"))
  83. .build();
  84. }
  85. }
  86. }
  87. return getViewLogMethod;
  88. }
  89. @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
  90. @java.lang.Deprecated // Use {@link #getGetLogBytesMethod()} instead.
  91. public static final io.grpc.MethodDescriptor<cn.escheduler.rpc.PathParameter,
  92. cn.escheduler.rpc.RetByteInfo> METHOD_GET_LOG_BYTES = getGetLogBytesMethod();
  93. private static volatile io.grpc.MethodDescriptor<cn.escheduler.rpc.PathParameter,
  94. cn.escheduler.rpc.RetByteInfo> getGetLogBytesMethod;
  95. @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
  96. public static io.grpc.MethodDescriptor<cn.escheduler.rpc.PathParameter,
  97. cn.escheduler.rpc.RetByteInfo> getGetLogBytesMethod() {
  98. io.grpc.MethodDescriptor<cn.escheduler.rpc.PathParameter, cn.escheduler.rpc.RetByteInfo> getGetLogBytesMethod;
  99. if ((getGetLogBytesMethod = LogViewServiceGrpc.getGetLogBytesMethod) == null) {
  100. synchronized (LogViewServiceGrpc.class) {
  101. if ((getGetLogBytesMethod = LogViewServiceGrpc.getGetLogBytesMethod) == null) {
  102. LogViewServiceGrpc.getGetLogBytesMethod = getGetLogBytesMethod =
  103. io.grpc.MethodDescriptor.<cn.escheduler.rpc.PathParameter, cn.escheduler.rpc.RetByteInfo>newBuilder()
  104. .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
  105. .setFullMethodName(generateFullMethodName(
  106. "schduler.LogViewService", "getLogBytes"))
  107. .setSampledToLocalTracing(true)
  108. .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
  109. cn.escheduler.rpc.PathParameter.getDefaultInstance()))
  110. .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
  111. cn.escheduler.rpc.RetByteInfo.getDefaultInstance()))
  112. .setSchemaDescriptor(new LogViewServiceMethodDescriptorSupplier("getLogBytes"))
  113. .build();
  114. }
  115. }
  116. }
  117. return getGetLogBytesMethod;
  118. }
  119. /**
  120. * Creates a new async stub that supports all call types for the service
  121. */
  122. public static LogViewServiceStub newStub(io.grpc.Channel channel) {
  123. return new LogViewServiceStub(channel);
  124. }
  125. /**
  126. * Creates a new blocking-style stub that supports unary and streaming output calls on the service
  127. */
  128. public static LogViewServiceBlockingStub newBlockingStub(
  129. io.grpc.Channel channel) {
  130. return new LogViewServiceBlockingStub(channel);
  131. }
  132. /**
  133. * Creates a new ListenableFuture-style stub that supports unary calls on the service
  134. */
  135. public static LogViewServiceFutureStub newFutureStub(
  136. io.grpc.Channel channel) {
  137. return new LogViewServiceFutureStub(channel);
  138. }
  139. /**
  140. * <pre>
  141. **
  142. * log view service
  143. * </pre>
  144. */
  145. public static abstract class LogViewServiceImplBase implements io.grpc.BindableService {
  146. /**
  147. * <pre>
  148. **
  149. * roll view log
  150. * </pre>
  151. */
  152. public void rollViewLog(cn.escheduler.rpc.LogParameter request,
  153. io.grpc.stub.StreamObserver<cn.escheduler.rpc.RetStrInfo> responseObserver) {
  154. asyncUnimplementedUnaryCall(getRollViewLogMethod(), responseObserver);
  155. }
  156. /**
  157. * <pre>
  158. **
  159. * view all log
  160. * </pre>
  161. */
  162. public void viewLog(cn.escheduler.rpc.PathParameter request,
  163. io.grpc.stub.StreamObserver<cn.escheduler.rpc.RetStrInfo> responseObserver) {
  164. asyncUnimplementedUnaryCall(getViewLogMethod(), responseObserver);
  165. }
  166. /**
  167. * <pre>
  168. **
  169. * get log bytes
  170. * </pre>
  171. */
  172. public void getLogBytes(cn.escheduler.rpc.PathParameter request,
  173. io.grpc.stub.StreamObserver<cn.escheduler.rpc.RetByteInfo> responseObserver) {
  174. asyncUnimplementedUnaryCall(getGetLogBytesMethod(), responseObserver);
  175. }
  176. @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
  177. return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
  178. .addMethod(
  179. getRollViewLogMethod(),
  180. asyncUnaryCall(
  181. new MethodHandlers<
  182. cn.escheduler.rpc.LogParameter,
  183. cn.escheduler.rpc.RetStrInfo>(
  184. this, METHODID_ROLL_VIEW_LOG)))
  185. .addMethod(
  186. getViewLogMethod(),
  187. asyncUnaryCall(
  188. new MethodHandlers<
  189. cn.escheduler.rpc.PathParameter,
  190. cn.escheduler.rpc.RetStrInfo>(
  191. this, METHODID_VIEW_LOG)))
  192. .addMethod(
  193. getGetLogBytesMethod(),
  194. asyncUnaryCall(
  195. new MethodHandlers<
  196. cn.escheduler.rpc.PathParameter,
  197. cn.escheduler.rpc.RetByteInfo>(
  198. this, METHODID_GET_LOG_BYTES)))
  199. .build();
  200. }
  201. }
  202. /**
  203. * <pre>
  204. **
  205. * log view service
  206. * </pre>
  207. */
  208. public static final class LogViewServiceStub extends io.grpc.stub.AbstractStub<LogViewServiceStub> {
  209. private LogViewServiceStub(io.grpc.Channel channel) {
  210. super(channel);
  211. }
  212. private LogViewServiceStub(io.grpc.Channel channel,
  213. io.grpc.CallOptions callOptions) {
  214. super(channel, callOptions);
  215. }
  216. @java.lang.Override
  217. protected LogViewServiceStub build(io.grpc.Channel channel,
  218. io.grpc.CallOptions callOptions) {
  219. return new LogViewServiceStub(channel, callOptions);
  220. }
  221. /**
  222. * <pre>
  223. **
  224. * roll view log
  225. * </pre>
  226. */
  227. public void rollViewLog(cn.escheduler.rpc.LogParameter request,
  228. io.grpc.stub.StreamObserver<cn.escheduler.rpc.RetStrInfo> responseObserver) {
  229. asyncUnaryCall(
  230. getChannel().newCall(getRollViewLogMethod(), getCallOptions()), request, responseObserver);
  231. }
  232. /**
  233. * <pre>
  234. **
  235. * view all log
  236. * </pre>
  237. */
  238. public void viewLog(cn.escheduler.rpc.PathParameter request,
  239. io.grpc.stub.StreamObserver<cn.escheduler.rpc.RetStrInfo> responseObserver) {
  240. asyncUnaryCall(
  241. getChannel().newCall(getViewLogMethod(), getCallOptions()), request, responseObserver);
  242. }
  243. /**
  244. * <pre>
  245. **
  246. * get log bytes
  247. * </pre>
  248. */
  249. public void getLogBytes(cn.escheduler.rpc.PathParameter request,
  250. io.grpc.stub.StreamObserver<cn.escheduler.rpc.RetByteInfo> responseObserver) {
  251. asyncUnaryCall(
  252. getChannel().newCall(getGetLogBytesMethod(), getCallOptions()), request, responseObserver);
  253. }
  254. }
  255. /**
  256. * <pre>
  257. **
  258. * log view service
  259. * </pre>
  260. */
  261. public static final class LogViewServiceBlockingStub extends io.grpc.stub.AbstractStub<LogViewServiceBlockingStub> {
  262. private LogViewServiceBlockingStub(io.grpc.Channel channel) {
  263. super(channel);
  264. }
  265. private LogViewServiceBlockingStub(io.grpc.Channel channel,
  266. io.grpc.CallOptions callOptions) {
  267. super(channel, callOptions);
  268. }
  269. @java.lang.Override
  270. protected LogViewServiceBlockingStub build(io.grpc.Channel channel,
  271. io.grpc.CallOptions callOptions) {
  272. return new LogViewServiceBlockingStub(channel, callOptions);
  273. }
  274. /**
  275. * <pre>
  276. **
  277. * roll view log
  278. * </pre>
  279. */
  280. public cn.escheduler.rpc.RetStrInfo rollViewLog(cn.escheduler.rpc.LogParameter request) {
  281. return blockingUnaryCall(
  282. getChannel(), getRollViewLogMethod(), getCallOptions(), request);
  283. }
  284. /**
  285. * <pre>
  286. **
  287. * view all log
  288. * </pre>
  289. */
  290. public cn.escheduler.rpc.RetStrInfo viewLog(cn.escheduler.rpc.PathParameter request) {
  291. return blockingUnaryCall(
  292. getChannel(), getViewLogMethod(), getCallOptions(), request);
  293. }
  294. /**
  295. * <pre>
  296. **
  297. * get log bytes
  298. * </pre>
  299. */
  300. public cn.escheduler.rpc.RetByteInfo getLogBytes(cn.escheduler.rpc.PathParameter request) {
  301. return blockingUnaryCall(
  302. getChannel(), getGetLogBytesMethod(), getCallOptions(), request);
  303. }
  304. }
  305. /**
  306. * <pre>
  307. **
  308. * log view service
  309. * </pre>
  310. */
  311. public static final class LogViewServiceFutureStub extends io.grpc.stub.AbstractStub<LogViewServiceFutureStub> {
  312. private LogViewServiceFutureStub(io.grpc.Channel channel) {
  313. super(channel);
  314. }
  315. private LogViewServiceFutureStub(io.grpc.Channel channel,
  316. io.grpc.CallOptions callOptions) {
  317. super(channel, callOptions);
  318. }
  319. @java.lang.Override
  320. protected LogViewServiceFutureStub build(io.grpc.Channel channel,
  321. io.grpc.CallOptions callOptions) {
  322. return new LogViewServiceFutureStub(channel, callOptions);
  323. }
  324. /**
  325. * <pre>
  326. **
  327. * roll view log
  328. * </pre>
  329. */
  330. public com.google.common.util.concurrent.ListenableFuture<cn.escheduler.rpc.RetStrInfo> rollViewLog(
  331. cn.escheduler.rpc.LogParameter request) {
  332. return futureUnaryCall(
  333. getChannel().newCall(getRollViewLogMethod(), getCallOptions()), request);
  334. }
  335. /**
  336. * <pre>
  337. **
  338. * view all log
  339. * </pre>
  340. */
  341. public com.google.common.util.concurrent.ListenableFuture<cn.escheduler.rpc.RetStrInfo> viewLog(
  342. cn.escheduler.rpc.PathParameter request) {
  343. return futureUnaryCall(
  344. getChannel().newCall(getViewLogMethod(), getCallOptions()), request);
  345. }
  346. /**
  347. * <pre>
  348. **
  349. * get log bytes
  350. * </pre>
  351. */
  352. public com.google.common.util.concurrent.ListenableFuture<cn.escheduler.rpc.RetByteInfo> getLogBytes(
  353. cn.escheduler.rpc.PathParameter request) {
  354. return futureUnaryCall(
  355. getChannel().newCall(getGetLogBytesMethod(), getCallOptions()), request);
  356. }
  357. }
  358. private static final int METHODID_ROLL_VIEW_LOG = 0;
  359. private static final int METHODID_VIEW_LOG = 1;
  360. private static final int METHODID_GET_LOG_BYTES = 2;
  361. private static final class MethodHandlers<Req, Resp> implements
  362. io.grpc.stub.ServerCalls.UnaryMethod<Req, Resp>,
  363. io.grpc.stub.ServerCalls.ServerStreamingMethod<Req, Resp>,
  364. io.grpc.stub.ServerCalls.ClientStreamingMethod<Req, Resp>,
  365. io.grpc.stub.ServerCalls.BidiStreamingMethod<Req, Resp> {
  366. private final LogViewServiceImplBase serviceImpl;
  367. private final int methodId;
  368. MethodHandlers(LogViewServiceImplBase serviceImpl, int methodId) {
  369. this.serviceImpl = serviceImpl;
  370. this.methodId = methodId;
  371. }
  372. @java.lang.Override
  373. @java.lang.SuppressWarnings("unchecked")
  374. public void invoke(Req request, io.grpc.stub.StreamObserver<Resp> responseObserver) {
  375. switch (methodId) {
  376. case METHODID_ROLL_VIEW_LOG:
  377. serviceImpl.rollViewLog((cn.escheduler.rpc.LogParameter) request,
  378. (io.grpc.stub.StreamObserver<cn.escheduler.rpc.RetStrInfo>) responseObserver);
  379. break;
  380. case METHODID_VIEW_LOG:
  381. serviceImpl.viewLog((cn.escheduler.rpc.PathParameter) request,
  382. (io.grpc.stub.StreamObserver<cn.escheduler.rpc.RetStrInfo>) responseObserver);
  383. break;
  384. case METHODID_GET_LOG_BYTES:
  385. serviceImpl.getLogBytes((cn.escheduler.rpc.PathParameter) request,
  386. (io.grpc.stub.StreamObserver<cn.escheduler.rpc.RetByteInfo>) responseObserver);
  387. break;
  388. default:
  389. throw new AssertionError();
  390. }
  391. }
  392. @java.lang.Override
  393. @java.lang.SuppressWarnings("unchecked")
  394. public io.grpc.stub.StreamObserver<Req> invoke(
  395. io.grpc.stub.StreamObserver<Resp> responseObserver) {
  396. switch (methodId) {
  397. default:
  398. throw new AssertionError();
  399. }
  400. }
  401. }
  402. private static abstract class LogViewServiceBaseDescriptorSupplier
  403. implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
  404. LogViewServiceBaseDescriptorSupplier() {}
  405. @java.lang.Override
  406. public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
  407. return cn.escheduler.rpc.SchdulerProto.getDescriptor();
  408. }
  409. @java.lang.Override
  410. public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
  411. return getFileDescriptor().findServiceByName("LogViewService");
  412. }
  413. }
  414. private static final class LogViewServiceFileDescriptorSupplier
  415. extends LogViewServiceBaseDescriptorSupplier {
  416. LogViewServiceFileDescriptorSupplier() {}
  417. }
  418. private static final class LogViewServiceMethodDescriptorSupplier
  419. extends LogViewServiceBaseDescriptorSupplier
  420. implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
  421. private final String methodName;
  422. LogViewServiceMethodDescriptorSupplier(String methodName) {
  423. this.methodName = methodName;
  424. }
  425. @java.lang.Override
  426. public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() {
  427. return getServiceDescriptor().findMethodByName(methodName);
  428. }
  429. }
  430. private static volatile io.grpc.ServiceDescriptor serviceDescriptor;
  431. public static io.grpc.ServiceDescriptor getServiceDescriptor() {
  432. io.grpc.ServiceDescriptor result = serviceDescriptor;
  433. if (result == null) {
  434. synchronized (LogViewServiceGrpc.class) {
  435. result = serviceDescriptor;
  436. if (result == null) {
  437. serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
  438. .setSchemaDescriptor(new LogViewServiceFileDescriptorSupplier())
  439. .addMethod(getRollViewLogMethod())
  440. .addMethod(getViewLogMethod())
  441. .addMethod(getGetLogBytesMethod())
  442. .build();
  443. }
  444. }
  445. }
  446. return result;
  447. }
  448. }