Uses of Class
org.apache.iotdb.service.rpc.thrift.TSyncIdentityInfo
-
Packages that use TSyncIdentityInfo Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSyncIdentityInfo in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSyncIdentityInfo Modifier and Type Field Description TSyncIdentityInfoIClientRPCService.handshake_args. infoMethods in org.apache.iotdb.service.rpc.thrift that return TSyncIdentityInfo Modifier and Type Method Description TSyncIdentityInfoTSyncIdentityInfo. deepCopy()TSyncIdentityInfoIClientRPCService.handshake_args. getInfo()TSyncIdentityInfoTSyncIdentityInfo. setCreateTime(long createTime)TSyncIdentityInfoTSyncIdentityInfo. setDatabase(String database)TSyncIdentityInfoTSyncIdentityInfo. setPipeName(String pipeName)TSyncIdentityInfoTSyncIdentityInfo. setVersion(String version)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSyncIdentityInfo Modifier and Type Method Description intTSyncIdentityInfo. compareTo(TSyncIdentityInfo other)booleanTSyncIdentityInfo. equals(TSyncIdentityInfo that)voidIClientRPCService.AsyncClient. handshake(TSyncIdentityInfo info, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. handshake(TSyncIdentityInfo info, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. handshake(TSyncIdentityInfo info)TSStatusIClientRPCService.Iface. handshake(TSyncIdentityInfo info)voidIClientRPCService.Client. send_handshake(TSyncIdentityInfo info)IClientRPCService.handshake_argsIClientRPCService.handshake_args. setInfo(TSyncIdentityInfo info)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSyncIdentityInfo Constructor Description handshake_args(TSyncIdentityInfo info)handshake_call(TSyncIdentityInfo info, 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)TSyncIdentityInfo(TSyncIdentityInfo other)Performs a deep copy on other.
-