Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TFetchSchemaBlackListResp
-
Packages that use TFetchSchemaBlackListResp Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TFetchSchemaBlackListResp in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TFetchSchemaBlackListResp Modifier and Type Field Description TFetchSchemaBlackListRespIDataNodeRPCService.fetchSchemaBlackList_result. successMethods in org.apache.iotdb.mpp.rpc.thrift that return TFetchSchemaBlackListResp Modifier and Type Method Description TFetchSchemaBlackListRespTFetchSchemaBlackListResp. deepCopy()TFetchSchemaBlackListRespIDataNodeRPCService.Client. fetchSchemaBlackList(TFetchSchemaBlackListReq req)TFetchSchemaBlackListRespIDataNodeRPCService.Iface. fetchSchemaBlackList(TFetchSchemaBlackListReq req)Config node will fetch the schema info in black list.TFetchSchemaBlackListRespIDataNodeRPCService.AsyncClient.fetchSchemaBlackList_call. getResult()TFetchSchemaBlackListRespIDataNodeRPCService.fetchSchemaBlackList_result. getSuccess()TFetchSchemaBlackListRespIDataNodeRPCService.Client. recv_fetchSchemaBlackList()TFetchSchemaBlackListRespTFetchSchemaBlackListResp. setPathPatternTree(byte[] pathPatternTree)TFetchSchemaBlackListRespTFetchSchemaBlackListResp. setPathPatternTree(ByteBuffer pathPatternTree)TFetchSchemaBlackListRespTFetchSchemaBlackListResp. setStatus(TSStatus status)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TFetchSchemaBlackListResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TFetchSchemaBlackListResp>IDataNodeRPCService.AsyncProcessor.fetchSchemaBlackList. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TFetchSchemaBlackListResp Modifier and Type Method Description intTFetchSchemaBlackListResp. compareTo(TFetchSchemaBlackListResp other)booleanTFetchSchemaBlackListResp. equals(TFetchSchemaBlackListResp that)IDataNodeRPCService.fetchSchemaBlackList_resultIDataNodeRPCService.fetchSchemaBlackList_result. setSuccess(TFetchSchemaBlackListResp success)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TFetchSchemaBlackListResp Modifier and Type Method Description voidIDataNodeRPCService.AsyncClient. fetchSchemaBlackList(TFetchSchemaBlackListReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchSchemaBlackListResp> resultHandler)voidIDataNodeRPCService.AsyncIface. fetchSchemaBlackList(TFetchSchemaBlackListReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchSchemaBlackListResp> resultHandler)voidIDataNodeRPCService.AsyncProcessor.fetchSchemaBlackList. start(I iface, IDataNodeRPCService.fetchSchemaBlackList_args args, org.apache.thrift.async.AsyncMethodCallback<TFetchSchemaBlackListResp> resultHandler)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TFetchSchemaBlackListResp Constructor Description fetchSchemaBlackList_result(TFetchSchemaBlackListResp success)TFetchSchemaBlackListResp(TFetchSchemaBlackListResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TFetchSchemaBlackListResp Constructor Description fetchSchemaBlackList_call(TFetchSchemaBlackListReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchSchemaBlackListResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-