| Package | Description |
|---|---|
| au.gov.amsa.risky.format |
| Modifier and Type | Class and Description |
|---|---|
class |
FixImpl |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Fix> |
Fixes.ignoreOutOfOrderFixes(boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
Fix |
HasFix.fix() |
Fix |
FixImpl.fix() |
Fix |
OperatorMinEffectiveSpeedThreshold.FixWithPreAndPostEffectiveSpeed.fix() |
| Modifier and Type | Method and Description |
|---|---|
static rx.Observable<Fix> |
BinaryFixes.from(File file)
Automatically detects gzip based on filename.
|
static rx.Observable<Fix> |
BinaryFixesOnSubscribeWithBackp.from(File file,
BinaryFixesFormat format)
Returns stream of fixes from the given file.
|
static rx.Observable<Fix> |
BinaryFixesOnSubscribeFastPath.from(File file,
BinaryFixesFormat format) |
static rx.Observable<Fix> |
BinaryFixes.from(File file,
boolean backpressure) |
static rx.Observable<Fix> |
BinaryFixes.from(File file,
boolean backpressure,
BinaryFixesFormat format)
Automatically detects gzip based on filename.
|
static rx.Observable<Fix> |
BinaryFixes.from(List<File> files) |
static rx.Observable<List<Fix>> |
BinaryFixesWriter.writeFixes(rx.functions.Func1<Fix,String> fileMapper,
rx.Observable<Fix> fixes,
int bufferSize,
boolean zip,
BinaryFixesFormat format) |
| Modifier and Type | Method and Description |
|---|---|
String |
BinaryFixesWriter.ByMonth.call(Fix fix) |
String |
BinaryFixesWriter.ByYear.call(Fix fix) |
static void |
BinaryFixes.write(Fix fix,
ByteBuffer bb,
BinaryFixesFormat format) |
static void |
BinaryFixes.write(Fix fix,
OutputStream os,
BinaryFixesFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryFixesOnSubscribeFastPath.call(rx.Subscriber<? super Fix> subscriber) |
static rx.Observable<String> |
BinaryFixes.csv(rx.Observable<Fix> fixes) |
protected BinaryFixesOnSubscribeWithBackp.State |
BinaryFixesOnSubscribeWithBackp.next(BinaryFixesOnSubscribeWithBackp.State state,
rx.Observer<? super Fix> observer) |
static rx.Observable<List<Fix>> |
BinaryFixesWriter.writeFixes(rx.functions.Func1<Fix,String> fileMapper,
rx.Observable<Fix> fixes,
int bufferSize,
boolean zip,
BinaryFixesFormat format) |
static rx.Observable<List<Fix>> |
BinaryFixesWriter.writeFixes(rx.functions.Func1<Fix,String> fileMapper,
rx.Observable<Fix> fixes,
int bufferSize,
boolean zip,
BinaryFixesFormat format) |
| Constructor and Description |
|---|
State(InputStream is,
com.github.davidmoten.util.Optional<Integer> mmsi,
Queue<Fix> queue) |
Copyright © 2014–2016. All rights reserved.