Skip navigation links
C D E F K O P S T U W 

C

call(Subscriber<? super WatchEvent<?>>) - Method in class com.github.davidmoten.rx.internal.operators.OnSubscribeWatchServiceEvents
 
call(Subscriber<? super byte[]>) - Method in class com.github.davidmoten.rx.internal.operators.OperatorFileTailer
 
charset(Charset) - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
The charset of the file.
charset(String) - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
The charset of the file.
chunkSize(int) - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
Emissions from the tailed file will be no bigger than this.
com.github.davidmoten.rx - package com.github.davidmoten.rx
 
com.github.davidmoten.rx.internal.operators - package com.github.davidmoten.rx.internal.operators
 

D

DEFAULT_MAX_BYTES_PER_EMISSION - Static variable in class com.github.davidmoten.rx.FileObservable
 

E

events() - Method in class com.github.davidmoten.rx.FileObservable.WatchEventsBuilder
 

F

file(File) - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
The file to tail.
file(String) - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
 
FileObservable - Class in com.github.davidmoten.rx
Observable utility methods related to File.
FileObservable.TailerBuilder - Class in com.github.davidmoten.rx
 
FileObservable.WatchEventsBuilder - Class in com.github.davidmoten.rx
 
from(WatchService, Scheduler, long, TimeUnit, long, TimeUnit, BackpressureStrategy) - Static method in class com.github.davidmoten.rx.FileObservable
Returns an Observable of WatchEvents from a WatchService.
from(WatchService) - Static method in class com.github.davidmoten.rx.FileObservable
Returns an Observable of WatchEvents from a WatchService.
from(File, WatchEvent.Kind<?>...) - Static method in class com.github.davidmoten.rx.FileObservable
If file does not exist at subscribe time then is assumed to not be a directory.
from(File, List<WatchEvent.Kind<?>>) - Static method in class com.github.davidmoten.rx.FileObservable
If file does not exist at subscribe time then is assumed to not be a directory.
from(File, Action0, WatchEvent.Kind<?>...) - Static method in class com.github.davidmoten.rx.FileObservable
If file does not exist at subscribe time then is assumed to not be a directory.
from(File) - Static method in class com.github.davidmoten.rx.FileObservable
 

K

kind(WatchEvent.Kind<?>) - Method in class com.github.davidmoten.rx.FileObservable.WatchEventsBuilder
 
kinds(WatchEvent.Kind<?>...) - Method in class com.github.davidmoten.rx.FileObservable.WatchEventsBuilder
 

O

onBackpressure(BackpressureStrategy) - Method in class com.github.davidmoten.rx.FileObservable.WatchEventsBuilder
 
OnSubscribeWatchServiceEvents - Class in com.github.davidmoten.rx.internal.operators
 
OnSubscribeWatchServiceEvents(WatchService, Scheduler, long, TimeUnit, long, TimeUnit) - Constructor for class com.github.davidmoten.rx.internal.operators.OnSubscribeWatchServiceEvents
 
onWatchStarted(Action0) - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
 
OperatorFileTailer - Class in com.github.davidmoten.rx.internal.operators
Reacts to source events by emitting new lines written to a file since the last source event.
OperatorFileTailer(File, long, int) - Constructor for class com.github.davidmoten.rx.internal.operators.OperatorFileTailer
Constructor.
OperatorFileTailer(File, long) - Constructor for class com.github.davidmoten.rx.internal.operators.OperatorFileTailer
Constructor.

P

pollDuration(long, TimeUnit) - Method in class com.github.davidmoten.rx.FileObservable.WatchEventsBuilder
 
pollInterval(long, TimeUnit) - Method in class com.github.davidmoten.rx.FileObservable.WatchEventsBuilder
 

S

sampleTimeMs(long) - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
Specifies sampling to apply to the source observable (which could be very busy if a lot of writes are occurring for example).
scheduler(Scheduler) - Method in class com.github.davidmoten.rx.FileObservable.WatchEventsBuilder
 
source(Observable<?>) - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
 
startPosition(long) - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
The startPosition in bytes in the file to commence the tail from.

T

tail() - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
 
tailer() - Static method in class com.github.davidmoten.rx.FileObservable
 
tailFile(File, long, long, int) - Static method in class com.github.davidmoten.rx.FileObservable
Returns an Observable that uses NIO WatchService (and a dedicated thread) to push modified events to an observable that reads and reports new sequences of bytes to a subscriber.
tailFile(File, long, long, int, Observable<?>) - Static method in class com.github.davidmoten.rx.FileObservable
Returns an Observable that uses given given observable to push modified events to an observable that reads and reports new sequences of bytes to a subscriber.
tailText() - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
 
tailTextFile(File, long, long, Charset) - Static method in class com.github.davidmoten.rx.FileObservable
Returns an Observable that uses NIO WatchService (and a dedicated thread) to push modified events to an observable that reads and reports new lines to a subscriber.
tailTextFile(File, long, int, Charset, Observable<?>) - Static method in class com.github.davidmoten.rx.FileObservable
Returns an Observable of String that uses the given events stream to trigger checks on file change so that new lines can be read and emitted.

U

utf8() - Method in class com.github.davidmoten.rx.FileObservable.TailerBuilder
 

W

watchService(File, WatchEvent.Kind<?>...) - Static method in class com.github.davidmoten.rx.FileObservable
Creates a WatchService on subscribe for the given file and event kinds.
C D E F K O P S T U W 
Skip navigation links

Copyright © 2013–2018. All rights reserved.