Uses of Class
org.apache.iotdb.commons.service.AbstractThriftServiceThread.ServerType
-
Packages that use AbstractThriftServiceThread.ServerType Package Description org.apache.iotdb.commons.service -
-
Uses of AbstractThriftServiceThread.ServerType in org.apache.iotdb.commons.service
Methods in org.apache.iotdb.commons.service that return AbstractThriftServiceThread.ServerType Modifier and Type Method Description static AbstractThriftServiceThread.ServerTypeAbstractThriftServiceThread.ServerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractThriftServiceThread.ServerType[]AbstractThriftServiceThread.ServerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.commons.service with parameters of type AbstractThriftServiceThread.ServerType Constructor Description AbstractThriftServiceThread(org.apache.thrift.TBaseAsyncProcessor<?> processor, java.lang.String serviceName, java.lang.String threadsName, java.lang.String bindAddress, int port, int selectorThreads, int minWorkerThreads, int maxWorkerThreads, int timeoutSecond, org.apache.thrift.server.TServerEventHandler serverEventHandler, boolean compress, int connectionTimeoutInMS, int maxReadBufferBytes, AbstractThriftServiceThread.ServerType serverType)for asynced ThriftService.ThriftServiceThread(org.apache.thrift.TBaseAsyncProcessor<?> processor, java.lang.String serviceName, java.lang.String threadsName, java.lang.String bindAddress, int port, int selectorThreads, int minWorkerThreads, int maxWorkerThreads, int timeoutSecond, org.apache.thrift.server.TServerEventHandler serverEventHandler, boolean compress, int connectionTimeoutInMS, int maxReadBufferBytes, AbstractThriftServiceThread.ServerType serverType)for asynced ThriftService.
-