Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TAlterViewReq
-
Packages that use TAlterViewReq Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TAlterViewReq in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TAlterViewReq Modifier and Type Field Description TAlterViewReqIDataNodeRPCService.alterView_args. reqMethods in org.apache.iotdb.mpp.rpc.thrift that return TAlterViewReq Modifier and Type Method Description TAlterViewReqTAlterViewReq. deepCopy()TAlterViewReqIDataNodeRPCService.alterView_args. getReq()TAlterViewReqTAlterViewReq. setSchemaRegionIdList(List<TConsensusGroupId> schemaRegionIdList)TAlterViewReqTAlterViewReq. setViewBinaryList(List<ByteBuffer> viewBinaryList)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TAlterViewReq Modifier and Type Method Description voidIDataNodeRPCService.AsyncClient. alterView(TAlterViewReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIDataNodeRPCService.AsyncIface. alterView(TAlterViewReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIDataNodeRPCService.Client. alterView(TAlterViewReq req)TSStatusIDataNodeRPCService.Iface. alterView(TAlterViewReq req)intTAlterViewReq. compareTo(TAlterViewReq other)booleanTAlterViewReq. equals(TAlterViewReq that)voidIDataNodeRPCService.Client. send_alterView(TAlterViewReq req)IDataNodeRPCService.alterView_argsIDataNodeRPCService.alterView_args. setReq(TAlterViewReq req)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TAlterViewReq Constructor Description alterView_args(TAlterViewReq req)alterView_call(TAlterViewReq 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)TAlterViewReq(TAlterViewReq other)Performs a deep copy on other.
-