Uses of Class
com.gurock.smartinspect.FileRotate
-
Packages that use FileRotate Package Description com.gurock.smartinspect com.gurock.smartinspect.connections com.gurock.smartinspect.connections.builder com.gurock.smartinspect.protocols -
-
Uses of FileRotate in com.gurock.smartinspect
Fields in com.gurock.smartinspect declared as FileRotate Modifier and Type Field Description static FileRotateFileRotate. DailyInstructs the file protocol to rotate log files daily.static FileRotateFileRotate. HourlyInstructs the file protocol to rotate log files hourly.static FileRotateFileRotate. MonthlyInstructs the file protocol to rotate log files monthly.static FileRotateFileRotate. NoneCompletely disables the log rotate functionality.static FileRotateFileRotate. WeeklyInstructs the file protocol to rotate log files weekly.Methods in com.gurock.smartinspect that return FileRotate Modifier and Type Method Description FileRotateFileRotater. getMode()Returns the FileRotate mode of this FileRotater object.FileRotateLookupTable. getRotateValue(String key, FileRotate defaultValue)Returns a value of an element converted to a FileRotate value for a given key.Methods in com.gurock.smartinspect with parameters of type FileRotate Modifier and Type Method Description FileRotateLookupTable. getRotateValue(String key, FileRotate defaultValue)Returns a value of an element converted to a FileRotate value for a given key.voidFileRotater. setMode(FileRotate mode)Sets the FileRotate mode of this FileRotater object. -
Uses of FileRotate in com.gurock.smartinspect.connections
Methods in com.gurock.smartinspect.connections with parameters of type FileRotate Modifier and Type Method Description voidConnectionsBuilder. addOption(String key, FileRotate value)Overloaded method. -
Uses of FileRotate in com.gurock.smartinspect.connections.builder
Methods in com.gurock.smartinspect.connections.builder with parameters of type FileRotate Modifier and Type Method Description CloudProtocolConnectionStringBuilderCloudProtocolConnectionStringBuilder. setRotate(FileRotate rotate)FileProtocolConnectionStringBuilderFileProtocolConnectionStringBuilder. setRotate(FileRotate rotate)TextProtocolConnectionStringBuilderTextProtocolConnectionStringBuilder. setRotate(FileRotate rotate) -
Uses of FileRotate in com.gurock.smartinspect.protocols
Methods in com.gurock.smartinspect.protocols that return FileRotate Modifier and Type Method Description protected FileRotateProtocol. getRotateOption(String key, FileRotate defaultValue)Gets a FileRotate value of a key.Methods in com.gurock.smartinspect.protocols with parameters of type FileRotate Modifier and Type Method Description protected FileRotateProtocol. getRotateOption(String key, FileRotate defaultValue)Gets a FileRotate value of a key.
-