Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TConstructViewSchemaBlackListReq
-
Packages that use TConstructViewSchemaBlackListReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TConstructViewSchemaBlackListReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TConstructViewSchemaBlackListReq Modifier and Type Field Description TConstructViewSchemaBlackListReqIDataNodeRPCService.constructViewSchemaBlackList_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TConstructViewSchemaBlackListReq Modifier and Type Method Description TConstructViewSchemaBlackListReqTConstructViewSchemaBlackListReq. deepCopy()TConstructViewSchemaBlackListReqIDataNodeRPCService.constructViewSchemaBlackList_args. getReq()TConstructViewSchemaBlackListReqTConstructViewSchemaBlackListReq. setPathPatternTree(byte[] pathPatternTree)TConstructViewSchemaBlackListReqTConstructViewSchemaBlackListReq. setPathPatternTree(ByteBuffer pathPatternTree)TConstructViewSchemaBlackListReqTConstructViewSchemaBlackListReq. setSchemaRegionIdList(List<TConsensusGroupId> schemaRegionIdList)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TConstructViewSchemaBlackListReq Constructor Description constructViewSchemaBlackList_args(TConstructViewSchemaBlackListReq req)constructViewSchemaBlackList_call(TConstructViewSchemaBlackListReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TConstructViewSchemaBlackListReq(TConstructViewSchemaBlackListReq other)Performs a deep copy on other.
-