Uses of Class
cn.thinkingdata.analytics.TDLoggerConsumer.RotateMode
-
Packages that use TDLoggerConsumer.RotateMode Package Description cn.thinkingdata.analytics -
-
Uses of TDLoggerConsumer.RotateMode in cn.thinkingdata.analytics
Methods in cn.thinkingdata.analytics that return TDLoggerConsumer.RotateMode Modifier and Type Method Description static TDLoggerConsumer.RotateModeTDLoggerConsumer.RotateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TDLoggerConsumer.RotateMode[]TDLoggerConsumer.RotateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.thinkingdata.analytics with parameters of type TDLoggerConsumer.RotateMode Modifier and Type Method Description voidTDLoggerConsumer.Config. setRotateMode(TDLoggerConsumer.RotateMode rotateMode)set file rotate mode
-