public static class UnifiedAgentTailSourceAdvancedOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UnifiedAgentTailSourceAdvancedOptions |
build() |
UnifiedAgentTailSourceAdvancedOptions.Builder |
copy(UnifiedAgentTailSourceAdvancedOptions model) |
UnifiedAgentTailSourceAdvancedOptions.Builder |
isReadFromHead(Boolean isReadFromHead)
Starts to read the logs from the head of the file or the last read position recorded in
pos_file, not tail.
|
public UnifiedAgentTailSourceAdvancedOptions.Builder isReadFromHead(Boolean isReadFromHead)
Starts to read the logs from the head of the file or the last read position recorded in pos_file, not tail.
isReadFromHead
- the value to setpublic UnifiedAgentTailSourceAdvancedOptions build()
public UnifiedAgentTailSourceAdvancedOptions.Builder copy(UnifiedAgentTailSourceAdvancedOptions model)
Copyright © 2016–2024. All rights reserved.