Package | Description |
---|---|
net.openhft.chronicle | |
net.openhft.chronicle.tcp | |
net.openhft.chronicle.tools |
Modifier and Type | Method and Description |
---|---|
MappingFunction |
MappingProvider.withMapping() |
MappingFunction |
ChronicleQueueBuilder.ReplicaChronicleQueueBuilder.withMapping() |
Modifier and Type | Method and Description |
---|---|
T |
MappingProvider.withMapping(MappingFunction mappingFunction) |
ChronicleQueueBuilder.ReplicaChronicleQueueBuilder |
ChronicleQueueBuilder.ReplicaChronicleQueueBuilder.withMapping(@Nullable MappingFunction mapping)
the
mapping is send from the sink to the source ( usually via TCP/IP ) this
mapping is then applied to the the source before the data is sent to the sink |
Modifier and Type | Method and Description |
---|---|
MappingFunction |
Attached.withMapping() |
Modifier and Type | Method and Description |
---|---|
Attached |
Attached.withMapping(MappingFunction mappingFunction) |
Modifier and Type | Method and Description |
---|---|
MappingFunction |
WrappedExcerpt.withMapping() |
Modifier and Type | Method and Description |
---|---|
WrappedExcerpt |
WrappedExcerpt.withMapping(MappingFunction mapping) |
Copyright © 2017. All rights reserved.