| Package | Description |
|---|---|
| cz.o2.proxima.direct.batch | |
| cz.o2.proxima.direct.core |
| Modifier and Type | Class and Description |
|---|---|
private static class |
BatchLogReaders.ForwardingBatchLogObserver |
private static class |
BatchLogReaders.ThroughputLimitedBatchLogObserver |
| Modifier and Type | Field and Description |
|---|---|
private BatchLogObserver |
BatchLogReaders.ForwardingBatchLogObserver.delegate |
private BatchLogObserver |
TerminationContext.observer |
| Modifier and Type | Method and Description |
|---|---|
private BatchLogObserver |
BatchLogReaders.ThroughputLimitedBatchLogReader.throughputLimited(BatchLogObserver delegate,
java.util.List<Partition> consumedPartitions) |
| Modifier and Type | Method and Description |
|---|---|
ObserveHandle |
BatchLogReaders.ThroughputLimitedBatchLogReader.observe(java.util.List<Partition> partitions,
java.util.List<AttributeDescriptor<?>> attributes,
BatchLogObserver observer) |
ObserveHandle |
BatchLogReader.observe(java.util.List<Partition> partitions,
java.util.List<AttributeDescriptor<?>> attributes,
BatchLogObserver observer)
Observe data stored in given partitions.
|
private BatchLogObserver |
BatchLogReaders.ThroughputLimitedBatchLogReader.throughputLimited(BatchLogObserver delegate,
java.util.List<Partition> consumedPartitions) |
| Constructor and Description |
|---|
ForwardingBatchLogObserver(BatchLogObserver delegate) |
TerminationContext(BatchLogObserver observer) |
ThroughputLimitedBatchLogObserver(BatchLogObserver delegate,
java.util.Collection<Partition> assignedPartitions,
ThroughputLimiter limiter) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static BatchLogObserver |
DirectAttributeFamilyProxyDescriptor.wrapTransformed(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
BatchLogObserver observer) |
| Modifier and Type | Method and Description |
|---|---|
ObserveHandle |
DirectAttributeFamilyProxyDescriptor.ProxyBatchLogReader.observe(java.util.List<Partition> partitions,
java.util.List<AttributeDescriptor<?>> attributes,
BatchLogObserver observer) |
(package private) static BatchLogObserver |
DirectAttributeFamilyProxyDescriptor.wrapTransformed(DirectAttributeFamilyProxyDescriptor.AttrLookup lookup,
BatchLogObserver observer) |
Copyright © 2017–2021. All rights reserved.