Uses of Class
es.bsc.dataclay.communication.grpc.messages.logicmodule.LogicmoduleMessages.IsPrefetchingEnabledResponse
-
Packages that use LogicmoduleMessages.IsPrefetchingEnabledResponse Package Description es.bsc.dataclay.communication.grpc.generated.logicmodule es.bsc.dataclay.communication.grpc.messages.logicmodule es.bsc.dataclay.communication.grpc.services.logicmodule Contain service classes for communication in Logic Module. -
-
Uses of LogicmoduleMessages.IsPrefetchingEnabledResponse in es.bsc.dataclay.communication.grpc.generated.logicmodule
Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return LogicmoduleMessages.IsPrefetchingEnabledResponse Modifier and Type Method Description LogicmoduleMessages.IsPrefetchingEnabledResponseLogicModuleGrpc.LogicModuleBlockingStub. isPrefetchingEnabled(CommonMessages.EmptyMessage request)PrefetchingMethods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return types with arguments of type LogicmoduleMessages.IsPrefetchingEnabledResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<CommonMessages.EmptyMessage,LogicmoduleMessages.IsPrefetchingEnabledResponse>LogicModuleGrpc. getIsPrefetchingEnabledMethod()com.google.common.util.concurrent.ListenableFuture<LogicmoduleMessages.IsPrefetchingEnabledResponse>LogicModuleGrpc.LogicModuleFutureStub. isPrefetchingEnabled(CommonMessages.EmptyMessage request)PrefetchingMethod parameters in es.bsc.dataclay.communication.grpc.generated.logicmodule with type arguments of type LogicmoduleMessages.IsPrefetchingEnabledResponse Modifier and Type Method Description voidLogicModuleGrpc.LogicModuleImplBase. isPrefetchingEnabled(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<LogicmoduleMessages.IsPrefetchingEnabledResponse> responseObserver)PrefetchingvoidLogicModuleGrpc.LogicModuleStub. isPrefetchingEnabled(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<LogicmoduleMessages.IsPrefetchingEnabledResponse> responseObserver)Prefetching -
Uses of LogicmoduleMessages.IsPrefetchingEnabledResponse in es.bsc.dataclay.communication.grpc.messages.logicmodule
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return LogicmoduleMessages.IsPrefetchingEnabledResponse Modifier and Type Method Description LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse.Builder. build()LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse.Builder. buildPartial()static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. getDefaultInstance()LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse.Builder. getDefaultInstanceForType()LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. getDefaultInstanceForType()static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseDelimitedFrom(InputStream input)static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseFrom(byte[] data)static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseFrom(com.google.protobuf.ByteString data)static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseFrom(com.google.protobuf.CodedInputStream input)static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseFrom(InputStream input)static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseFrom(ByteBuffer data)static LogicmoduleMessages.IsPrefetchingEnabledResponseLogicmoduleMessages.IsPrefetchingEnabledResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return types with arguments of type LogicmoduleMessages.IsPrefetchingEnabledResponse Modifier and Type Method Description com.google.protobuf.Parser<LogicmoduleMessages.IsPrefetchingEnabledResponse>LogicmoduleMessages.IsPrefetchingEnabledResponse. getParserForType()static com.google.protobuf.Parser<LogicmoduleMessages.IsPrefetchingEnabledResponse>LogicmoduleMessages.IsPrefetchingEnabledResponse. parser()Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule with parameters of type LogicmoduleMessages.IsPrefetchingEnabledResponse Modifier and Type Method Description LogicmoduleMessages.IsPrefetchingEnabledResponse.BuilderLogicmoduleMessages.IsPrefetchingEnabledResponse.Builder. mergeFrom(LogicmoduleMessages.IsPrefetchingEnabledResponse other)static LogicmoduleMessages.IsPrefetchingEnabledResponse.BuilderLogicmoduleMessages.IsPrefetchingEnabledResponse. newBuilder(LogicmoduleMessages.IsPrefetchingEnabledResponse prototype) -
Uses of LogicmoduleMessages.IsPrefetchingEnabledResponse in es.bsc.dataclay.communication.grpc.services.logicmodule
Method parameters in es.bsc.dataclay.communication.grpc.services.logicmodule with type arguments of type LogicmoduleMessages.IsPrefetchingEnabledResponse Modifier and Type Method Description voidLogicModuleService. isPrefetchingEnabled(CommonMessages.EmptyMessage request, io.grpc.stub.StreamObserver<LogicmoduleMessages.IsPrefetchingEnabledResponse> responseObserver)
-