Uses of Class
org.apache.iotdb.service.rpc.thrift.TSyncTransportMetaInfo
-
Packages that use TSyncTransportMetaInfo Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSyncTransportMetaInfo in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSyncTransportMetaInfo Modifier and Type Field Description TSyncTransportMetaInfoIClientRPCService.sendFile_args. metaInfoMethods in org.apache.iotdb.service.rpc.thrift that return TSyncTransportMetaInfo Modifier and Type Method Description TSyncTransportMetaInfoTSyncTransportMetaInfo. deepCopy()TSyncTransportMetaInfoIClientRPCService.sendFile_args. getMetaInfo()TSyncTransportMetaInfoTSyncTransportMetaInfo. setFileName(String fileName)TSyncTransportMetaInfoTSyncTransportMetaInfo. setStartIndex(long startIndex)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSyncTransportMetaInfo Modifier and Type Method Description intTSyncTransportMetaInfo. compareTo(TSyncTransportMetaInfo other)booleanTSyncTransportMetaInfo. equals(TSyncTransportMetaInfo that)voidIClientRPCService.Client. send_sendFile(TSyncTransportMetaInfo metaInfo, ByteBuffer buff)voidIClientRPCService.AsyncClient. sendFile(TSyncTransportMetaInfo metaInfo, ByteBuffer buff, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. sendFile(TSyncTransportMetaInfo metaInfo, ByteBuffer buff, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. sendFile(TSyncTransportMetaInfo metaInfo, ByteBuffer buff)TSStatusIClientRPCService.Iface. sendFile(TSyncTransportMetaInfo metaInfo, ByteBuffer buff)IClientRPCService.sendFile_argsIClientRPCService.sendFile_args. setMetaInfo(TSyncTransportMetaInfo metaInfo)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSyncTransportMetaInfo Constructor Description sendFile_args(TSyncTransportMetaInfo metaInfo, ByteBuffer buff)sendFile_call(TSyncTransportMetaInfo metaInfo, ByteBuffer buff, 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)TSyncTransportMetaInfo(TSyncTransportMetaInfo other)Performs a deep copy on other.
-