Uses of Class
org.apache.iotdb.service.rpc.thrift.ServerProperties
-
Packages that use ServerProperties Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of ServerProperties in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as ServerProperties Modifier and Type Field Description ServerPropertiesIClientRPCService.getProperties_result. successMethods in org.apache.iotdb.service.rpc.thrift that return ServerProperties Modifier and Type Method Description ServerPropertiesServerProperties. deepCopy()ServerPropertiesIClientRPCService.Client. getProperties()ServerPropertiesIClientRPCService.Iface. getProperties()ServerPropertiesIClientRPCService.AsyncClient.getProperties_call. getResult()ServerPropertiesIClientRPCService.getProperties_result. getSuccess()ServerPropertiesIClientRPCService.Client. recv_getProperties()ServerPropertiesServerProperties. setBuildInfo(String buildInfo)ServerPropertiesServerProperties. setIsReadOnly(boolean isReadOnly)ServerPropertiesServerProperties. setLogo(String logo)ServerPropertiesServerProperties. setMaxConcurrentClientNum(int maxConcurrentClientNum)ServerPropertiesServerProperties. setSupportedTimeAggregationOperations(List<String> supportedTimeAggregationOperations)ServerPropertiesServerProperties. setThriftMaxFrameSize(int thriftMaxFrameSize)ServerPropertiesServerProperties. setTimestampPrecision(String timestampPrecision)ServerPropertiesServerProperties. setVersion(String version)Methods in org.apache.iotdb.service.rpc.thrift that return types with arguments of type ServerProperties Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<ServerProperties>IClientRPCService.AsyncProcessor.getProperties. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type ServerProperties Modifier and Type Method Description intServerProperties. compareTo(ServerProperties other)booleanServerProperties. equals(ServerProperties that)IClientRPCService.getProperties_resultIClientRPCService.getProperties_result. setSuccess(ServerProperties success)Method parameters in org.apache.iotdb.service.rpc.thrift with type arguments of type ServerProperties Modifier and Type Method Description voidIClientRPCService.AsyncClient. getProperties(org.apache.thrift.async.AsyncMethodCallback<ServerProperties> resultHandler)voidIClientRPCService.AsyncIface. getProperties(org.apache.thrift.async.AsyncMethodCallback<ServerProperties> resultHandler)voidIClientRPCService.AsyncProcessor.getProperties. start(I iface, IClientRPCService.getProperties_args args, org.apache.thrift.async.AsyncMethodCallback<ServerProperties> resultHandler)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type ServerProperties Constructor Description getProperties_result(ServerProperties success)ServerProperties(ServerProperties other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.service.rpc.thrift with type arguments of type ServerProperties Constructor Description getProperties_call(org.apache.thrift.async.AsyncMethodCallback<ServerProperties> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-