Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TFetchSchemaBlackListReq
-
Packages that use TFetchSchemaBlackListReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TFetchSchemaBlackListReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TFetchSchemaBlackListReq Modifier and Type Field Description TFetchSchemaBlackListReqIDataNodeRPCService.fetchSchemaBlackList_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TFetchSchemaBlackListReq Modifier and Type Method Description TFetchSchemaBlackListReqTFetchSchemaBlackListReq. deepCopy()TFetchSchemaBlackListReqIDataNodeRPCService.fetchSchemaBlackList_args. getReq()TFetchSchemaBlackListReqTFetchSchemaBlackListReq. setPathPatternTree(byte[] pathPatternTree)TFetchSchemaBlackListReqTFetchSchemaBlackListReq. setPathPatternTree(ByteBuffer pathPatternTree)TFetchSchemaBlackListReqTFetchSchemaBlackListReq. setSchemaRegionIdList(List<TConsensusGroupId> schemaRegionIdList)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TFetchSchemaBlackListReq Modifier and Type Method Description intTFetchSchemaBlackListReq. compareTo(TFetchSchemaBlackListReq other)booleanTFetchSchemaBlackListReq. equals(TFetchSchemaBlackListReq that)voidIDataNodeRPCService.AsyncClient. fetchSchemaBlackList(TFetchSchemaBlackListReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchSchemaBlackListResp> resultHandler)voidIDataNodeRPCService.AsyncIface. fetchSchemaBlackList(TFetchSchemaBlackListReq req, org.apache.thrift.async.AsyncMethodCallback<TFetchSchemaBlackListResp> resultHandler)TFetchSchemaBlackListRespIDataNodeRPCService.Client. fetchSchemaBlackList(TFetchSchemaBlackListReq req)TFetchSchemaBlackListRespIDataNodeRPCService.Iface. fetchSchemaBlackList(TFetchSchemaBlackListReq req)Config node will fetch the schema info in black list.voidIDataNodeRPCService.Client. send_fetchSchemaBlackList(TFetchSchemaBlackListReq req)IDataNodeRPCService.fetchSchemaBlackList_argsIDataNodeRPCService.fetchSchemaBlackList_args. setReq(TFetchSchemaBlackListReq req)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TFetchSchemaBlackListReq Constructor Description fetchSchemaBlackList_args(TFetchSchemaBlackListReq req)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)TFetchSchemaBlackListReq(TFetchSchemaBlackListReq other)Performs a deep copy on other.
-