Skip navigation links
A B C D E F K M N P S T U W 

A

ALL_KINDS - Static variable in class com.github.davidmoten.rx2.file.Files
 

B

backpressureStrategy(BackpressureStrategy) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesBlockingBuilder
 
backpressureStrategy(BackpressureStrategy) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesNonBlockingBuilder
 
backpressureStrategy(BackpressureStrategy) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesUsingCustomEventsBuilder
 
backpressureStrategy(BackpressureStrategy) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesBlockingBuilder
 
backpressureStrategy(BackpressureStrategy) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesNonBlockingBuilder
 
backpressureStrategy(BackpressureStrategy) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesUsingCustomEventsBuilder
 
blocking() - Method in class com.github.davidmoten.rx2.file.Files.TailBytesBuilder
Uses blocking WatchService.take() under the covers.
blocking() - Method in class com.github.davidmoten.rx2.file.Files.TailLinesBuilder
Uses blocking WatchService.take() under the covers.
blocking() - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsBuilder
Uses blocking WatchService.take() under the covers.
build() - Method in class com.github.davidmoten.rx2.file.Files.TailBytesBlockingBuilder
 
build() - Method in class com.github.davidmoten.rx2.file.Files.TailBytesNonBlockingBuilder
 
build() - Method in class com.github.davidmoten.rx2.file.Files.TailBytesUsingCustomEventsBuilder
 
build() - Method in class com.github.davidmoten.rx2.file.Files.TailLinesBlockingBuilder
 
build() - Method in class com.github.davidmoten.rx2.file.Files.TailLinesNonBlockingBuilder
 
build() - Method in class com.github.davidmoten.rx2.file.Files.TailLinesUsingCustomEventsBuilder
 
build() - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsBlockingBuilder
 
build() - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsNonBlockingBuilder
 

C

charset(Charset) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesBlockingBuilder
The charset of the file.
charset(String) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesBlockingBuilder
The charset of the file.
charset(Charset) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesNonBlockingBuilder
The charset of the file.
charset(String) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesNonBlockingBuilder
The charset of the file.
charset(Charset) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesUsingCustomEventsBuilder
The charset of the file.
charset(String) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesUsingCustomEventsBuilder
The charset of the file.
chunkSize(int) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesBlockingBuilder
Emissions from the tailed file will be no bigger than this.
chunkSize(int) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesNonBlockingBuilder
Emissions from the tailed file will be no bigger than this.
chunkSize(int) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesUsingCustomEventsBuilder
Emissions from the tailed file will be no bigger than this.
chunkSize(int) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesBlockingBuilder
Emissions from the tailed file will be no bigger than this.
chunkSize(int) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesNonBlockingBuilder
Emissions from the tailed file will be no bigger than this.
chunkSize(int) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesUsingCustomEventsBuilder
Emissions from the tailed file will be no bigger than this.
com.github.davidmoten.rx2.file - package com.github.davidmoten.rx2.file
 

D

DEFAULT_MAX_BYTES_PER_EMISSION - Static variable in class com.github.davidmoten.rx2.file.Files
 

E

events(Observable<WatchEvent<?>>) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesBuilder
Specifies a custom source of WatchEvents.
events(Observable<WatchEvent<?>>) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesBuilder
Specifies a custom source of WatchEvents.

F

Files - Class in com.github.davidmoten.rx2.file
Flowable utility methods related to File.
Files.TailBytesBlockingBuilder - Class in com.github.davidmoten.rx2.file
 
Files.TailBytesBuilder - Class in com.github.davidmoten.rx2.file
 
Files.TailBytesNonBlockingBuilder - Class in com.github.davidmoten.rx2.file
 
Files.TailBytesUsingCustomEventsBuilder - Class in com.github.davidmoten.rx2.file
 
Files.TailLinesBlockingBuilder - Class in com.github.davidmoten.rx2.file
 
Files.TailLinesBuilder - Class in com.github.davidmoten.rx2.file
 
Files.TailLinesNonBlockingBuilder - Class in com.github.davidmoten.rx2.file
 
Files.TailLinesUsingCustomEventsBuilder - Class in com.github.davidmoten.rx2.file
 
Files.WatchEventsBlockingBuilder - Class in com.github.davidmoten.rx2.file
 
Files.WatchEventsBuilder - Class in com.github.davidmoten.rx2.file
 
Files.WatchEventsNonBlockingBuilder - Class in com.github.davidmoten.rx2.file
 

K

kind(WatchEvent.Kind<?>) - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsBlockingBuilder
If no kind is specified then all StandardWatchEventKinds are used.
kind(WatchEvent.Kind<?>) - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsNonBlockingBuilder
If no kind is specified then all StandardWatchEventKinds are used.
kinds(WatchEvent.Kind<?>...) - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsBlockingBuilder
If no kind is specified then all StandardWatchEventKinds are used.
kinds(WatchEvent.Kind<?>...) - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsNonBlockingBuilder
If no kind is specified then all StandardWatchEventKinds are used.

M

modifier(WatchEvent.Modifier) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesBlockingBuilder
 
modifier(WatchEvent.Modifier) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesNonBlockingBuilder
 
modifier(WatchEvent.Modifier) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesUsingCustomEventsBuilder
 
modifier(WatchEvent.Modifier) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesBlockingBuilder
 
modifier(WatchEvent.Modifier) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesNonBlockingBuilder
 
modifier(WatchEvent.Modifier) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesUsingCustomEventsBuilder
 
modifier(WatchEvent.Modifier) - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsBlockingBuilder
 
modifier(WatchEvent.Modifier) - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsNonBlockingBuilder
 

N

nonBlocking() - Method in class com.github.davidmoten.rx2.file.Files.TailBytesBuilder
Uses WatchService.poll() under the covers.
nonBlocking() - Method in class com.github.davidmoten.rx2.file.Files.TailLinesBuilder
Uses WatchService.poll() under the covers.
nonBlocking() - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsBuilder
Uses WatchService.poll() under the covers.

P

pollingInterval(long, TimeUnit, Scheduler) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesNonBlockingBuilder
 
pollingInterval(long, TimeUnit) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesNonBlockingBuilder
 
pollingInterval(long, TimeUnit, Scheduler) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesNonBlockingBuilder
 
pollingInterval(long, TimeUnit) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesNonBlockingBuilder
 
pollInterval(long, TimeUnit, Scheduler) - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsNonBlockingBuilder
 
pollInterval(long, TimeUnit) - Method in class com.github.davidmoten.rx2.file.Files.WatchEventsNonBlockingBuilder
 

S

sampleInterval(long, TimeUnit) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesUsingCustomEventsBuilder
 
sampleTime(long, TimeUnit) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesBlockingBuilder
 
startPosition(long) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesBlockingBuilder
The startPosition in bytes in the file to commence the tail from.
startPosition(long) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesNonBlockingBuilder
The startPosition in bytes in the file to commence the tail from.
startPosition(long) - Method in class com.github.davidmoten.rx2.file.Files.TailBytesUsingCustomEventsBuilder
The startPosition in bytes in the file to commence the tail from.
startPosition(long) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesBlockingBuilder
The startPosition in bytes in the file to commence the tail from.
startPosition(long) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesNonBlockingBuilder
The startPosition in bytes in the file to commence the tail from.
startPosition(long) - Method in class com.github.davidmoten.rx2.file.Files.TailLinesUsingCustomEventsBuilder
The startPosition in bytes in the file to commence the tail from.

T

tailBytes(File) - Static method in class com.github.davidmoten.rx2.file.Files
 
tailBytes(String) - Static method in class com.github.davidmoten.rx2.file.Files
 
TailBytesUsingCustomEventsBuilder(File, Observable<WatchEvent<?>>) - Constructor for class com.github.davidmoten.rx2.file.Files.TailBytesUsingCustomEventsBuilder
 
tailLines(File) - Static method in class com.github.davidmoten.rx2.file.Files
 
tailLines(String) - Static method in class com.github.davidmoten.rx2.file.Files
 

U

utf8() - Method in class com.github.davidmoten.rx2.file.Files.TailLinesBlockingBuilder
 
utf8() - Method in class com.github.davidmoten.rx2.file.Files.TailLinesNonBlockingBuilder
 
utf8() - Method in class com.github.davidmoten.rx2.file.Files.TailLinesUsingCustomEventsBuilder
 

W

watch(File) - Static method in class com.github.davidmoten.rx2.file.Files
 
A B C D E F K M N P S T U W 
Skip navigation links

Copyright © 2018s–2019. All rights reserved.