| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
WiredFile<D extends Marshallable>
Created by peter.lawrey on 21/09/2015.
|
| Modifier and Type | Method and Description |
|---|---|
static <D extends Marshallable> |
WiredFile.build(File masterFile,
java.util.function.Function<File,net.openhft.chronicle.bytes.MappedFile> mappedFileFunction,
WireType wireType,
java.util.function.Function<net.openhft.chronicle.bytes.MappedFile,D> delegateSupplier,
java.util.function.Consumer<WiredFile<D>> installer) |
static <D extends Marshallable> |
WiredFile.build(String masterFile,
java.util.function.Function<File,net.openhft.chronicle.bytes.MappedFile> toMappedFile,
WireType wireType,
java.util.function.Function<net.openhft.chronicle.bytes.MappedFile,D> delegateSupplier,
java.util.function.Consumer<WiredFile<D>> consumer) |
| Modifier and Type | Method and Description |
|---|---|
WireOut |
ValueOut.typedMap(Map<? extends WriteMarshallable,? extends Marshallable> map) |
Copyright © 2015. All rights reserved.