| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
static WireType |
WireType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WireType[] |
WireType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
Copyright © 2015. All rights reserved.