Uses of Class
com.blackhillsoftware.smf.readerbuilder.LogstreamBuilderGmt
Package
Description
SmfRecordReader builders to create SmfRecordReaders using the Builder pattern
-
Uses of LogstreamBuilderGmt in com.blackhillsoftware.smf.readerbuilder
Modifier and TypeClassDescriptionclass
LogstreamBuilderGmt<T extends LogstreamBuilderGmt<T>>
Intermediate class generated using the builder pattern to read from a logstream and specifying times in GMT - seeLogstreamBuilder
Modifier and TypeMethodDescriptionLogstreamBuilder.from
(ZonedDateTime zonedDateTime) Specify the start time for the first logstream block to be processed using a ZonedDateTime.LogstreamBuilderGmt.from
(ZonedDateTime zonedDateTime) Specify the start time for the first logstream block to be processed using a ZonedDateTime.LogstreamBuilder.to
(ZonedDateTime zonedDateTime) Specify the end time for the last logstream block to be processed using a ZonedDateTime.LogstreamBuilderGmt.to
(ZonedDateTime zonedDateTime) Specify the end time for the last logstream block to be processed using a ZonedDateTime.