A B C D E F G H I K L M N O P Q R S T U V W 
All Classes All Packages

A

AbstractCommitLogReadFn(String, Position, long, RepositoryFactory, CommitLogReader.Factory<?>) - Constructor for class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
AbstractDirectBoundedSource - Class in cz.o2.proxima.beam.direct.io
Abstract super class for bounded sources.
AbstractDirectBoundedSource(RepositoryFactory) - Constructor for class cz.o2.proxima.beam.direct.io.AbstractDirectBoundedSource
 
AbstractRepositoryCoder<T> - Class in cz.o2.proxima.beam.core.io
 
AbstractRepositoryCoder(RepositoryFactory) - Constructor for class cz.o2.proxima.beam.core.io.AbstractRepositoryCoder
 
accepts(URI) - Method in class cz.o2.proxima.beam.direct.io.DirectDataAccessorFactory
 
accessorFor(AttributeFamilyDescriptor) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
accessorMap - Variable in class cz.o2.proxima.beam.core.BeamDataOperator
 
advance() - Method in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
advance() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
advance() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
advance() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
apply(StreamElement) - Method in class cz.o2.proxima.beam.transforms.StreamElementFilter.FromTimestamp
 
apply(StreamElement) - Method in class cz.o2.proxima.beam.transforms.StreamElementFilter.UntilTimestamp
 
apply(T) - Method in interface cz.o2.proxima.beam.core.BeamDataOperator.PCollectionFactoryFromDescriptor
 
applyTransform(PCollection<StreamElement>) - Method in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
asBeamTransform(Collection<? extends AttributeDescriptor<?>>) - Method in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
asPrimary() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
asResidual() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
asStream - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.BatchUpdatesDescriptor
 
AttributeDescriptorCoder - Class in cz.o2.proxima.beam.core.io
 
AttributeDescriptorCoder(RepositoryFactory) - Constructor for class cz.o2.proxima.beam.core.io.AttributeDescriptorCoder
 
AttributeFamilyProxyDataAccessor - Class in cz.o2.proxima.beam.core
AttributeFamilyProxyDataAccessor(AttributeFamilyProxyDescriptor, DataAccessor, DataAccessor) - Constructor for class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
attributes - Variable in class cz.o2.proxima.beam.direct.io.BatchLogRead
 
attributes - Variable in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
attributes - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
attributes - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
attrs - Variable in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
attrs - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
AUTO_WATERMARK_LAG_MS - Static variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
autoCommitIfBounded() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 

B

BatchLogObserver(String, long, long, int) - Constructor for class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.BatchLogObserver
 
BatchLogObserverUnifiedContext(BatchLogObserver.OnNextContext) - Constructor for class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.BatchLogObserverUnifiedContext
 
BatchLogRead - Class in cz.o2.proxima.beam.direct.io
A PTransform that reads from a BatchLogReader using splittable DoFn.
BatchLogRead(List<AttributeDescriptor<?>>, long, RepositoryFactory, BatchLogReader.Factory<?>, long, long) - Constructor for class cz.o2.proxima.beam.direct.io.BatchLogRead
 
BatchLogRead.BatchLogReadFn - Class in cz.o2.proxima.beam.direct.io
 
BatchLogReadFn(List<AttributeDescriptor<?>>, long, RepositoryFactory, BatchLogReader.Factory<?>) - Constructor for class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
BatchRestrictionTracker - Class in cz.o2.proxima.beam.direct.io
A RestrictionTracker for Offsets read from CommitLogReader
BatchRestrictionTracker(BatchRestrictionTracker.PartitionList) - Constructor for class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker
 
BatchRestrictionTracker.PartitionList - Class in cz.o2.proxima.beam.direct.io
 
BatchSnapshotDescriptor() - Constructor for class cz.o2.proxima.beam.core.BeamDataOperator.BatchSnapshotDescriptor
 
BatchUpdatesDescriptor() - Constructor for class cz.o2.proxima.beam.core.BeamDataOperator.BatchUpdatesDescriptor
 
BeamBatchLogReader - Class in cz.o2.proxima.beam.direct.io
A BoundedSource.BoundedReader reading from BatchLogReader.
BeamBatchLogReader(DirectBatchSource, BatchLogReader, List<AttributeDescriptor<?>>, Partition, long, long) - Constructor for class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
BeamCommitLogReader - Class in cz.o2.proxima.beam.direct.io
A Source.Reader created from CommitLogReader.
BeamCommitLogReader(String, CommitLogReader, Position, boolean, Partition, Offset, long, boolean) - Constructor for class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
BeamCommitLogReader.UnboundedCommitLogReader - Class in cz.o2.proxima.beam.direct.io
 
BeamDataOperator - Class in cz.o2.proxima.beam.core
A DataOperator for Apache Beam transformations.
BeamDataOperator(Repository) - Constructor for class cz.o2.proxima.beam.core.BeamDataOperator
 
BeamDataOperator.BatchSnapshotDescriptor - Class in cz.o2.proxima.beam.core
 
BeamDataOperator.BatchUpdatesDescriptor - Class in cz.o2.proxima.beam.core
 
BeamDataOperator.PCollectionDescriptor - Interface in cz.o2.proxima.beam.core
 
BeamDataOperator.PCollectionFactoryFromDescriptor<T extends BeamDataOperator.PCollectionDescriptor> - Interface in cz.o2.proxima.beam.core
 
BeamDataOperator.StreamDescriptor - Class in cz.o2.proxima.beam.core
 
BeamDataOperatorFactory - Class in cz.o2.proxima.beam.core
BeamDataOperatorFactory() - Constructor for class cz.o2.proxima.beam.core.BeamDataOperatorFactory
 
BeamProxyTransform - Class in cz.o2.proxima.beam.core
Transform applicable on proxied attributes in apply section.
BeamProxyTransform() - Constructor for class cz.o2.proxima.beam.core.BeamProxyTransform
 
BlockingQueueLogObserver<OffsetT extends java.io.Serializable,​ContextT extends LogObserver.OnNextContext<OffsetT>> - Class in cz.o2.proxima.beam.direct.io
A CommitLogObserver that caches data in BlockingQueue.
BlockingQueueLogObserver(String, long, long, int) - Constructor for class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
BlockingQueueLogObserver.BatchLogObserver - Class in cz.o2.proxima.beam.direct.io
 
BlockingQueueLogObserver.BatchLogObserverUnifiedContext - Class in cz.o2.proxima.beam.direct.io
 
BlockingQueueLogObserver.CommitLogObserver - Class in cz.o2.proxima.beam.direct.io
 
BlockingQueueLogObserver.LogObserverUnifiedContext - Class in cz.o2.proxima.beam.direct.io
 
BlockingQueueLogObserver.UnifiedContext - Interface in cz.o2.proxima.beam.direct.io
 
bounded - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead
 
bounded - Variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
bounded(BoundedSource<StreamElement>, String, CommitLogReader, Position, long, Partition) - Static method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
BoundedCommitLogReadFn(String, Position, long, RepositoryFactory, CommitLogReader.Factory<?>) - Constructor for class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
BufferUntilCheckpoint<T> - Class in cz.o2.proxima.beam.transforms
Identity transformation which ensures exactly-once output.
BufferUntilCheckpoint() - Constructor for class cz.o2.proxima.beam.transforms.BufferUntilCheckpoint
 

C

cancelled - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
cancelledLatch - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
CFG_ENABLE_CHECKPOINT_PARTITION_MERGE - Static variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
checkDone() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker
 
checkDone() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker
 
Checkpoint(BeamCommitLogReader) - Constructor for class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
Checkpoint(List<Partition>, long) - Constructor for class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.Checkpoint
 
CheckpointCoder() - Constructor for class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.CheckpointCoder
 
claim(Offset) - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
claim(Partition) - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
clearIncomingQueue() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
clearIncomingQueue() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
close() - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
close() - Method in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
close() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
close() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
close() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
closeHandle(int, boolean) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
closeHandleIfUnmatchingOffsets(RestrictionTracker<OffsetRestrictionTracker.OffsetRange, Offset>, Partition, BlockingQueueLogObserver.CommitLogObserver) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
commit(boolean, Throwable) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.BatchLogObserverUnifiedContext
 
commit(boolean, Throwable) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.LogObserverUnifiedContext
 
CommitLogObserver(String, long, long, int) - Constructor for class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.CommitLogObserver
 
CommitLogRead - Class in cz.o2.proxima.beam.direct.io
A PTransform that reads from a CommitLogReader using splittable DoFn.
CommitLogRead(String, Position, long, boolean, RepositoryFactory, CommitLogReader) - Constructor for class cz.o2.proxima.beam.direct.io.CommitLogRead
 
CommitLogRead.AbstractCommitLogReadFn - Class in cz.o2.proxima.beam.direct.io
 
CommitLogRead.BoundedCommitLogReadFn - Class in cz.o2.proxima.beam.direct.io
 
CommitLogRead.UnboundedCommitLogReadFn - Class in cz.o2.proxima.beam.direct.io
 
committer - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
consumed - Variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
consumedFromCurrent - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
consumePeek() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
context - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.BatchLogObserverUnifiedContext
 
context - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.LogObserverUnifiedContext
 
context - Variable in class cz.o2.proxima.beam.direct.io.DirectDataAccessorWrapper
 
create(Repository) - Method in class cz.o2.proxima.beam.core.BeamDataOperatorFactory
 
createAccessor(BeamDataOperator, AttributeFamilyDescriptor) - Method in class cz.o2.proxima.beam.direct.io.DirectDataAccessorFactory
 
createAccessorFor(AttributeFamilyDescriptor) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
createBatch(Pipeline, long, long) - Method in class cz.o2.proxima.beam.core.BeamProxyTransform
 
createBatch(Pipeline, List<AttributeDescriptor<?>>, long, long) - Method in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
createBatch(Pipeline, List<AttributeDescriptor<?>>, long, long) - Method in interface cz.o2.proxima.beam.core.DataAccessor
Create PCollection for given attribute family's batch updates storage.
createBatch(Pipeline, List<AttributeDescriptor<?>>, long, long) - Method in class cz.o2.proxima.beam.direct.io.DirectDataAccessorWrapper
 
createBatchLogObserver(String, long) - Static method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
createBatchLogObserver(String, long, long) - Static method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
createBatchLogObserver(String, long, long, int) - Static method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
createBatchUpdates(List<AttributeDescriptor<?>>) - Method in class cz.o2.proxima.beam.core.BeamDataOperator.BatchSnapshotDescriptor
 
createBatchUpdates(List<AttributeDescriptor<?>>) - Method in class cz.o2.proxima.beam.core.BeamDataOperator.BatchUpdatesDescriptor
 
createCommitLogObserver(String, long) - Static method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
createCommitLogObserver(String, long, long) - Static method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
createCommitLogObserver(String, long, long, int) - Static method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
createdStreamsMap - Variable in class cz.o2.proxima.beam.core.BeamDataOperator
 
createReader(PipelineOptions) - Method in class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
createReader(PipelineOptions) - Method in class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
createReader(PipelineOptions, DirectBatchUnboundedSource.Checkpoint) - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
createReader(PipelineOptions, DirectUnboundedSource.Checkpoint) - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
createStream(long) - Method in class cz.o2.proxima.beam.core.BeamDataOperator.StreamDescriptor
 
createStream(String, Pipeline, Position, boolean, boolean, long) - Method in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
createStream(String, Pipeline, Position, boolean, boolean, long) - Method in class cz.o2.proxima.beam.core.BeamProxyTransform
 
createStream(String, Pipeline, Position, boolean, boolean, long) - Method in interface cz.o2.proxima.beam.core.DataAccessor
Create PCollection for given attribute family's commit log.
createStream(String, Pipeline, Position, boolean, boolean, long) - Method in class cz.o2.proxima.beam.direct.io.DirectDataAccessorWrapper
 
createStreamFromUpdates(Pipeline, long, long, long) - Method in class cz.o2.proxima.beam.core.BeamProxyTransform
 
createStreamFromUpdates(Pipeline, List<AttributeDescriptor<?>>, long, long, long) - Method in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
createStreamFromUpdates(Pipeline, List<AttributeDescriptor<?>>, long, long, long) - Method in interface cz.o2.proxima.beam.core.DataAccessor
Create PCollection for given attribute family's batchUpdates.
createStreamFromUpdates(Pipeline, List<AttributeDescriptor<?>>, long, long, long) - Method in class cz.o2.proxima.beam.direct.io.DirectDataAccessorWrapper
 
current - Variable in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
current - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
current - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
currentProcessingTime - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
currentRestriction - Variable in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker
 
currentRestriction - Variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker
 
currentRestriction() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker
 
currentRestriction() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker
 
cz.o2.proxima.beam.core - package cz.o2.proxima.beam.core
 
cz.o2.proxima.beam.core.io - package cz.o2.proxima.beam.core.io
 
cz.o2.proxima.beam.direct.io - package cz.o2.proxima.beam.direct.io
 
cz.o2.proxima.beam.transforms - package cz.o2.proxima.beam.transforms
 

D

dataAccessor - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.BatchSnapshotDescriptor
 
dataAccessor - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.BatchUpdatesDescriptor
 
dataAccessor - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.StreamDescriptor
 
DataAccessor - Interface in cz.o2.proxima.beam.core
A data accessor for attribute families.
DataAccessorFactory - Interface in cz.o2.proxima.beam.core
 
decode(InputStream) - Method in class cz.o2.proxima.beam.core.io.AttributeDescriptorCoder
 
decode(InputStream) - Method in class cz.o2.proxima.beam.core.io.EntityDescriptorCoder
 
decode(InputStream) - Method in class cz.o2.proxima.beam.core.io.PairCoder
 
decode(InputStream) - Method in class cz.o2.proxima.beam.core.io.StreamElementCoder
 
decode(InputStream) - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.CheckpointCoder
 
DEFAULT_CAPACITY - Static variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
DELETE - cz.o2.proxima.beam.core.io.StreamElementCoder.Type
 
DELETE_WILDCARD - cz.o2.proxima.beam.core.io.StreamElementCoder.Type
 
descriptor(TypeDescriptor<K>, TypeDescriptor<V>) - Static method in class cz.o2.proxima.beam.core.io.PairCoder
 
direct - Variable in class cz.o2.proxima.beam.core.BeamDataOperator
 
direct - Variable in class cz.o2.proxima.beam.direct.io.DirectDataAccessorFactory
 
direct - Variable in class cz.o2.proxima.beam.direct.io.DirectDataAccessorWrapper
 
DirectBatchSource - Class in cz.o2.proxima.beam.direct.io
An BoundedSource created from direct operator's BatchLogReader.
DirectBatchSource(DirectBatchSource, Partition) - Constructor for class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
DirectBatchSource(RepositoryFactory, BatchLogReader, List<AttributeDescriptor<?>>, long, long) - Constructor for class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
DirectBatchUnboundedSource - Class in cz.o2.proxima.beam.direct.io
Source reading from BatchLogReader in unbounded manner.
DirectBatchUnboundedSource(DirectBatchUnboundedSource, List<Partition>, long, long) - Constructor for class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
DirectBatchUnboundedSource(RepositoryFactory, BatchLogReader, List<AttributeDescriptor<?>>, long, long, Map<String, Object>) - Constructor for class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
DirectBatchUnboundedSource.Checkpoint - Class in cz.o2.proxima.beam.direct.io
 
DirectBatchUnboundedSource.CheckpointCoder - Class in cz.o2.proxima.beam.direct.io
Use gzip to compress the serialized checkpoint, as it might easily grow in size (batch partitions might contain many files).
DirectBatchUnboundedSource.StreamElementUnboundedReader - Class in cz.o2.proxima.beam.direct.io
 
DirectBoundedSource - Class in cz.o2.proxima.beam.direct.io
An BoundedSource created from direct operator's CommitLogReader.
DirectBoundedSource(RepositoryFactory, String, CommitLogReader, Position, long, Partition) - Constructor for class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
DirectDataAccessorFactory - Class in cz.o2.proxima.beam.direct.io
DirectDataAccessorFactory() - Constructor for class cz.o2.proxima.beam.direct.io.DirectDataAccessorFactory
 
DirectDataAccessorWrapper - Class in cz.o2.proxima.beam.direct.io
Wrapper of direct data accessor to beam one.
DirectDataAccessorWrapper(Repository, DataAccessor, AttributeFamilyDescriptor, Context) - Constructor for class cz.o2.proxima.beam.direct.io.DirectDataAccessorWrapper
 
DirectUnboundedSource - Class in cz.o2.proxima.beam.direct.io
An UnboundedSource created from direct operator's CommitLogReader.
DirectUnboundedSource(RepositoryFactory, String, CommitLogReader, Position, boolean, long, Partition) - Constructor for class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
DirectUnboundedSource.Checkpoint - Class in cz.o2.proxima.beam.direct.io
 

E

EMPTY_BYTES - Static variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
enableCheckpointPartitionMerge - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
encode(DirectBatchUnboundedSource.Checkpoint, OutputStream) - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.CheckpointCoder
 
encode(AttributeDescriptor<?>, OutputStream) - Method in class cz.o2.proxima.beam.core.io.AttributeDescriptorCoder
 
encode(EntityDescriptor, OutputStream) - Method in class cz.o2.proxima.beam.core.io.EntityDescriptorCoder
 
encode(StreamElement, OutputStream) - Method in class cz.o2.proxima.beam.core.io.StreamElementCoder
 
encode(Pair<K, V>, OutputStream) - Method in class cz.o2.proxima.beam.core.io.PairCoder
 
endOffsetInclusive - Variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
endStamp - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.BatchUpdatesDescriptor
 
endStamp - Variable in class cz.o2.proxima.beam.direct.io.BatchLogRead
 
endStamp - Variable in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
endStamp - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
endStamp - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
enqueue(StreamElement, BlockingQueueLogObserver.UnifiedContext) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
ensureInBounds(Instant) - Static method in class cz.o2.proxima.beam.direct.io.SDFUtils
 
EntityDescriptorCoder - Class in cz.o2.proxima.beam.core.io
 
EntityDescriptorCoder(RepositoryFactory) - Constructor for class cz.o2.proxima.beam.core.io.EntityDescriptorCoder
 
equals(Object) - Method in class cz.o2.proxima.beam.core.io.PairCoder
 
equals(Object) - Method in class cz.o2.proxima.beam.core.io.StreamElementCoder
 
equals(Object) - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
equals(Object) - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.Checkpoint
 
equals(Object) - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
equals(Object) - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
equals(Object) - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
equals(Object) - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
error - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
eventTime - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
eventTime - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
expand(PBegin) - Method in class cz.o2.proxima.beam.direct.io.BatchLogRead
 
expand(PBegin) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead
 
expand(PCollection<StreamElement>) - Method in class cz.o2.proxima.beam.transforms.ExtractKeyToKv.ExtractKeyToKvFromStreamElement
 
expand(PCollection<StreamElement>) - Method in class cz.o2.proxima.beam.transforms.StreamElementFilter.FilteredByFn
 
extensible - Variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
externalizableOffsets - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
ExtractKeyToKv - Class in cz.o2.proxima.beam.transforms
Extract key from StreamElement into KV.
ExtractKeyToKv() - Constructor for class cz.o2.proxima.beam.transforms.ExtractKeyToKv
 
ExtractKeyToKv.ExtractKeyToKvFromStreamElement - Class in cz.o2.proxima.beam.transforms
 
ExtractKeyToKvFromStreamElement() - Constructor for class cz.o2.proxima.beam.transforms.ExtractKeyToKv.ExtractKeyToKvFromStreamElement
 

F

factory - Variable in class cz.o2.proxima.beam.direct.io.AbstractDirectBoundedSource
 
factory - Variable in class cz.o2.proxima.beam.direct.io.DirectDataAccessorWrapper
 
factory - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
failNotFound(AttributeDescriptor<?>[], String) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
filterAttrs(AttributeDescriptor<?>[]) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
FilteredByFn(SerializableFunction<StreamElement, Boolean>) - Constructor for class cz.o2.proxima.beam.transforms.StreamElementFilter.FilteredByFn
 
filterFn - Variable in class cz.o2.proxima.beam.transforms.StreamElementFilter.FilteredByFn
 
finalizeCheckpoint() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.Checkpoint
 
finalizeCheckpoint() - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
findSuitableAccessors(Predicate<AttributeFamilyDescriptor>, String, AttributeDescriptor<?>[]) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
findSuitableFamilies(Predicate<AttributeFamilyDescriptor>, AttributeDescriptor<?>[]) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
finished - Variable in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
finished - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
finished - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
finished - Variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
fromStamp - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.BatchSnapshotDescriptor
 
fromStreamElements() - Static method in class cz.o2.proxima.beam.transforms.ExtractKeyToKv
 
fromTimestamp(long) - Static method in class cz.o2.proxima.beam.transforms.StreamElementFilter
Filter StreamElement older or equal than provided timestamp
fromTimestamp(Instant) - Static method in class cz.o2.proxima.beam.transforms.StreamElementFilter
Filter StreamElement older or equal than provided Instant
FromTimestamp(long) - Constructor for class cz.o2.proxima.beam.transforms.StreamElementFilter.FromTimestamp
 

G

getAccessorFor(AttributeFamilyDescriptor) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
getBatchSnapshot(Pipeline, long, long, AttributeDescriptor<?>...) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
Create PCollection from snapshot of given attributes.
getBatchSnapshot(Pipeline, AttributeDescriptor<?>...) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
Create PCollection from snapshot of given attributes.
getBatchUpdates(Pipeline, long, long, boolean, AttributeDescriptor<?>...) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
Create PCollection from updates to given attributes with given time range.
getBatchUpdates(Pipeline, long, long, AttributeDescriptor<?>...) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
Create PCollection from updates to given attributes with given time range.
getBatchUpdates(Pipeline, AttributeDescriptor<?>...) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
Create PCollection from updates to given attributes.
getBool(String, Map<String, Object>) - Static method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
getCheckpointMark() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
getCheckpointMark() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
getCheckpointMarkCoder() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
getCheckpointMarkCoder() - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
getCoderArguments() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.CheckpointCoder
 
getCurrent() - Method in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
getCurrent() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
getCurrent() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
getCurrent() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
getCurrentOffset() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
getCurrentRecordId() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
getCurrentSource() - Method in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
getCurrentSource() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
getCurrentSource() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
getCurrentTimestamp() - Method in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
getCurrentTimestamp() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
getCurrentTimestamp() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
getCurrentTimestamp() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
getDirect() - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
getEncodedTypeDescriptor() - Method in class cz.o2.proxima.beam.core.io.AttributeDescriptorCoder
 
getEncodedTypeDescriptor() - Method in class cz.o2.proxima.beam.core.io.EntityDescriptorCoder
 
getEncodedTypeDescriptor() - Method in class cz.o2.proxima.beam.core.io.PairCoder
 
getEncodedTypeDescriptor() - Method in class cz.o2.proxima.beam.core.io.StreamElementCoder
 
getError() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
getEstimatedSizeBytes(PipelineOptions) - Method in class cz.o2.proxima.beam.direct.io.AbstractDirectBoundedSource
 
getFirstPartition() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
getInitialWatermarkEstimatorState() - Method in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
getInitialWatermarkEstimatorState() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
getInitialWatermarkEstimatorState() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
getInitialWatermarkEstimatorState() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 
getLastReadCommitter() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
getLastWrittenCommitter() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
getMinTimestamp() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
getOffset() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.BatchLogObserverUnifiedContext
 
getOffset() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.LogObserverUnifiedContext
 
getOffset() - Method in interface cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.UnifiedContext
 
getOperatorName() - Method in class cz.o2.proxima.beam.core.BeamDataOperatorFactory
 
getOrCreatePCollection(T, boolean, BeamDataOperator.PCollectionFactoryFromDescriptor<T>) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
getOutputCoder() - Method in class cz.o2.proxima.beam.direct.io.AbstractDirectBoundedSource
 
getOutputCoder() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
getOutputCoder() - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
getPartition() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
getPeekContext() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
getProgress() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker
 
getProgress() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker
 
getRepository() - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
getRestrictionCoder() - Method in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
getRestrictionCoder() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
getRestrictionCoder() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
getRestrictionCoder() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 
getStream(String, Pipeline, Position, boolean, boolean, long, AttributeDescriptor<?>...) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
Create PCollection in given Pipeline from commit log for given attributes limiting number of elements read.
getStream(String, Pipeline, Position, boolean, boolean, AttributeDescriptor<?>...) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
Create PCollection in given Pipeline from commit log for given attributes.
getStream(Pipeline, Position, boolean, boolean, AttributeDescriptor<?>...) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
Create PCollection in given Pipeline from commit log for given attributes.
getUri() - Method in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
getUri() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
getWatermark() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
getWatermark() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
getWatermark() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.BatchLogObserverUnifiedContext
 
getWatermark() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
getWatermark() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.LogObserverUnifiedContext
 
getWatermark() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
getWatermarkEstimatorStateCoder() - Method in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
getWatermarkEstimatorStateCoder() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
getWatermarkEstimatorStateCoder() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
getWatermarkEstimatorStateCoder() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 

H

handle - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
hasDirect() - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
hasExternalizableOffsets() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
hashCode() - Method in class cz.o2.proxima.beam.core.io.PairCoder
 
hashCode() - Method in class cz.o2.proxima.beam.core.io.StreamElementCoder
 
hashCode() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
hashCode() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.Checkpoint
 
hashCode() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
hashCode() - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
hashCode() - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
hashCode() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
HIGHEST_INSTANT - Static variable in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
HIGHEST_INSTANT - Static variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 

I

initialCheckpointSkip - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
initialRestriction() - Method in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
initialRestriction() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
initialRestriction() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 
initialRestriction(long, boolean) - Static method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
initialRestriction(List<Partition>, long) - Static method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
isBounded() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker
 
isBounded() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.BatchLogObserverUnifiedContext
 
isBounded() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.LogObserverUnifiedContext
 
isBounded() - Method in interface cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.UnifiedContext
 
isBounded() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker
 
isDelegateOf(DataOperatorFactory) - Method in class cz.o2.proxima.beam.core.BeamProxyTransform
 
isEmpty() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
isEnableCheckpointPartitionMerge(Map<String, Object>) - Static method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
isFinished() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
isFinished() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
Verify that we have processed the whole restriction.
isInitial() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
isLimitConsumed() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
isLimitConsumed() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
isOfType(Class<? extends DataOperator>) - Method in class cz.o2.proxima.beam.core.BeamDataOperatorFactory
 
isSplittable() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
Verify that we can split this restriction.

K

keyCoder - Variable in class cz.o2.proxima.beam.core.io.PairCoder
 

L

lastReadContext - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
lastReadWatermark - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
lastWrittenContext - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
limit - Variable in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
limit - Variable in class cz.o2.proxima.beam.direct.io.BatchLogRead
 
limit - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
limit - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
limit - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
limit - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead
 
limit - Variable in class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
limit - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
limit - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
loader - Variable in class cz.o2.proxima.beam.core.BeamDataOperator
 
LogObserverUnifiedContext(CommitLogObserver.OnNextContext) - Constructor for class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.LogObserverUnifiedContext
 
lookupProxy - Variable in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
lookupTarget - Variable in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
LOWEST_INSTANT - Static variable in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
LOWEST_INSTANT - Static variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 

M

merge(boolean, List<Partition>, List<Partition>) - Static method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 

N

nack() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.BatchLogObserverUnifiedContext
 
nack() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.LogObserverUnifiedContext
 
nackAllIncoming - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
nackCommitter - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
name - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.StreamDescriptor
 
name - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
name - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
name - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
name - Variable in class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
name - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
newObserver(Partition) - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
newObserver(String, long) - Method in class cz.o2.proxima.beam.direct.io.BatchLogRead
 
newObserver(String, OffsetRestrictionTracker.OffsetRange) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead
 
newTracker() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
newTracker() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
newWatermarkEstimator(Instant) - Method in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
newWatermarkEstimator(Instant) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
newWatermarkEstimator(Instant) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
newWatermarkEstimator(Instant) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 

O

observeBulkOffsets(OffsetRestrictionTracker.OffsetRange, CommitLogReader, BlockingQueueLogObserver.CommitLogObserver) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
observeBulkOffsets(OffsetRestrictionTracker.OffsetRange, CommitLogReader, BlockingQueueLogObserver.CommitLogObserver) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
observeBulkOffsets(OffsetRestrictionTracker.OffsetRange, CommitLogReader, BlockingQueueLogObserver.CommitLogObserver) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 
observeBulkPartitions(String, OffsetRestrictionTracker.OffsetRange, CommitLogReader, BlockingQueueLogObserver.CommitLogObserver) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
observeBulkPartitions(String, OffsetRestrictionTracker.OffsetRange, CommitLogReader, BlockingQueueLogObserver.CommitLogObserver) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
observeBulkPartitions(String, OffsetRestrictionTracker.OffsetRange, CommitLogReader, BlockingQueueLogObserver.CommitLogObserver) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 
observeName - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead
 
observer - Variable in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
observer - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
observer - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
observers - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
of(DirectBatchSource, BatchLogReader, List<AttributeDescriptor<?>>, Partition, long, long) - Static method in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
of(AttributeFamilyProxyDescriptor, DataAccessor, DataAccessor) - Static method in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
of(Repository) - Static method in class cz.o2.proxima.beam.core.io.AttributeDescriptorCoder
of(Repository) - Static method in class cz.o2.proxima.beam.core.io.EntityDescriptorCoder
Construct the coder from repository
of(Repository) - Static method in class cz.o2.proxima.beam.core.io.StreamElementCoder
Create coder for StreamElements originating in given Repository.
of(RepositoryFactory) - Static method in class cz.o2.proxima.beam.core.io.AttributeDescriptorCoder
of(RepositoryFactory) - Static method in class cz.o2.proxima.beam.core.io.EntityDescriptorCoder
Construct the coder from repository factory
of(RepositoryFactory) - Static method in class cz.o2.proxima.beam.core.io.StreamElementCoder
Create coder for StreamElements originating in given Repository.
of(RepositoryFactory, BatchLogReader, List<AttributeDescriptor<?>>, long, long) - Static method in class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
of(RepositoryFactory, BatchLogReader, List<AttributeDescriptor<?>>, long, long, Map<String, Object>) - Static method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
of(RepositoryFactory, String, CommitLogReader, Position, boolean, long) - Static method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
of(RepositoryFactory, String, CommitLogReader, Position, long) - Static method in class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
of(String, Position, long, RepositoryFactory, CommitLogReader) - Static method in class cz.o2.proxima.beam.direct.io.CommitLogRead
Create the CommitLogRead transform.
of(String, Position, long, Repository, CommitLogReader) - Static method in class cz.o2.proxima.beam.direct.io.CommitLogRead
Create the CommitLogRead transform.
of(List<AttributeDescriptor<?>>, long, RepositoryFactory, BatchLogReader, long, long) - Static method in class cz.o2.proxima.beam.direct.io.BatchLogRead
Create the BatchLogRead transform that reads from BatchLogReader in batch manner.
of(List<AttributeDescriptor<?>>, long, Repository, BatchLogReader) - Static method in class cz.o2.proxima.beam.direct.io.BatchLogRead
Create the BatchLogRead transform that reads from BatchLogReader in batch manner.
of(List<AttributeDescriptor<?>>, long, Repository, BatchLogReader, long, long) - Static method in class cz.o2.proxima.beam.direct.io.BatchLogRead
Create the BatchLogRead transform that reads from BatchLogReader in batch manner.
of(Coder<K>, Coder<V>) - Static method in class cz.o2.proxima.beam.core.io.PairCoder
 
ofBounded(String, long, RepositoryFactory, CommitLogReader) - Static method in class cz.o2.proxima.beam.direct.io.CommitLogRead
Create the CommitLogRead transform.
offset - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
OffsetRange(long, boolean) - Constructor for class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
OffsetRange(Offset, long, boolean, long) - Constructor for class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
OffsetRange(Offset, long, boolean, long, boolean) - Constructor for class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
OffsetRange(Offset, Offset, long, boolean, long) - Constructor for class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
OffsetRange(Partition, Position, long, boolean) - Constructor for class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
OffsetRestrictionTracker - Class in cz.o2.proxima.beam.direct.io
A RestrictionTracker for Offsets read from CommitLogReader
OffsetRestrictionTracker(OffsetRestrictionTracker.OffsetRange) - Constructor for class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker
 
OffsetRestrictionTracker.OffsetRange - Class in cz.o2.proxima.beam.direct.io
 
offsetWatermark - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
ofSinglePartition(Partition, long) - Static method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
Create BatchRestrictionTracker.PartitionList with given limit containing only single Partition
onCancelled() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
onCompleted() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
onError(Throwable) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
onIdle(long) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
onIdle(CommitLogObserver.OnIdleContext) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.CommitLogObserver
 
onNext(StreamElement, BatchLogObserver.OnNextContext) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.BatchLogObserver
 
onNext(StreamElement, CommitLogObserver.OnNextContext) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.CommitLogObserver
 

P

PairCoder<K,​V> - Class in cz.o2.proxima.beam.core.io
A coder for Pairs.
PairCoder(Coder<K>, Coder<V>) - Constructor for class cz.o2.proxima.beam.core.io.PairCoder
 
partition - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
partition - Variable in class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
partition - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
partition - Variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
PartitionList(List<Partition>, long) - Constructor for class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
partitions - Variable in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
partitions - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.Checkpoint
 
partitions - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
partitions - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
partitionToSeekedOffset - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
PCollectionTools - Class in cz.o2.proxima.beam.core
Various tools related to manipulation with PCollections.
PCollectionTools() - Constructor for class cz.o2.proxima.beam.core.PCollectionTools
 
peekElement - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
peekElement() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
Peek element or return null if queue is empty.
peekElement(long, TimeUnit) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
Peek element or return null if queue is empty within given timeout
pipeline - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.BatchSnapshotDescriptor
 
pipeline - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.BatchUpdatesDescriptor
 
pipeline - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.StreamDescriptor
 
position - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.StreamDescriptor
 
position - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
position - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
position - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead
 
position - Variable in class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
position - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
position - Variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
previousWatermark - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
process(RestrictionTracker<BatchRestrictionTracker.PartitionList, Partition>, DoFn.OutputReceiver<StreamElement>, ManualWatermarkEstimator<Instant>) - Method in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
process(RestrictionTracker<OffsetRestrictionTracker.OffsetRange, Offset>, DoFn.OutputReceiver<StreamElement>, ManualWatermarkEstimator<?>, DoFn.BundleFinalizer) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
processBounded(RestrictionTracker<OffsetRestrictionTracker.OffsetRange, Offset>, DoFn.OutputReceiver<StreamElement>, ManualWatermarkEstimator<?>, DoFn.BundleFinalizer) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
processElement(T, DoFn.OutputReceiver<T>) - Method in class cz.o2.proxima.beam.transforms.BufferUntilCheckpoint
 
processUnbounded(RestrictionTracker<OffsetRestrictionTracker.OffsetRange, Offset>, DoFn.OutputReceiver<StreamElement>, ManualWatermarkEstimator<?>, DoFn.BundleFinalizer) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 
proxy - Variable in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
putToQueue(StreamElement, BlockingQueueLogObserver.UnifiedContext) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 

Q

queue - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 

R

rangeCheckedManualEstimator(Instant) - Static method in class cz.o2.proxima.beam.direct.io.SDFUtils
 
readAccessor - Variable in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
readBytes(DataInput) - Static method in class cz.o2.proxima.beam.core.io.StreamElementCoder
 
reader - Variable in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
reader - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
reader - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
reader - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
reader - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
reader - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
reader - Variable in class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
reader - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
reader - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
reader() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
reader() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
reader() - Method in class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
reader() - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
readerFactory - Variable in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
readerFactory - Variable in class cz.o2.proxima.beam.direct.io.BatchLogRead
 
readerFactory - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
readerFactory - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead
 
readerFactory - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
readerFactory - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
readerFactory - Variable in class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
readerFactory - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
readObject(ObjectInputStream) - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
readResolve() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
reduceAsSnapshot(String, PCollection<StreamElement>) - Static method in class cz.o2.proxima.beam.core.PCollectionTools
Reduce given PCollection from updates to snapshot.
registerTypesFor(Pipeline) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
reload() - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 
repo - Variable in class cz.o2.proxima.beam.core.BeamDataOperator
 
repo - Variable in class cz.o2.proxima.beam.core.io.AbstractRepositoryCoder
 
repo() - Method in class cz.o2.proxima.beam.core.io.AbstractRepositoryCoder
 
repoFactory - Variable in class cz.o2.proxima.beam.core.io.AbstractRepositoryCoder
 
repoFactory - Variable in class cz.o2.proxima.beam.direct.io.BatchLogRead
 
repoFactory - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead
 
reportConsumed() - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
repository - Variable in class cz.o2.proxima.beam.core.io.StreamElementCoder
 
repositoryFactory - Variable in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
repositoryFactory - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
repositoryFactory - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
requiresDeduping() - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
runningHandle - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
runningObserves - Variable in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
runningPartition - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 

S

SDFUtils - Class in cz.o2.proxima.beam.direct.io
Various utilities for code sharing between SDF implementations.
SDFUtils() - Constructor for class cz.o2.proxima.beam.direct.io.SDFUtils
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.core.io.AbstractRepositoryCoder
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.core.io.AttributeDescriptorCoder
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.core.io.EntityDescriptorCoder
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.core.io.PairCoder
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.core.io.StreamElementCoder
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.AbstractDirectBoundedSource
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.BatchLogObserverUnifiedContext
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver.LogObserverUnifiedContext
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.Checkpoint
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.CheckpointCoder
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.DirectDataAccessorFactory
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.DirectDataAccessorWrapper
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
serialVersionUID - Static variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
setup() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
setup() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
setup() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 
setup(Repository) - Method in class cz.o2.proxima.beam.direct.io.DirectDataAccessorFactory
 
skip - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
skipFromFirst - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.Checkpoint
 
source - Variable in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
source - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
source - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
split - Variable in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
split - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
split(int, PipelineOptions) - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
split(int, PipelineOptions) - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
split(long, PipelineOptions) - Method in class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
split(long, PipelineOptions) - Method in class cz.o2.proxima.beam.direct.io.DirectBoundedSource
 
splitRestriction(BatchRestrictionTracker.PartitionList, DoFn.OutputReceiver<BatchRestrictionTracker.PartitionList>) - Method in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
splitRestriction(OffsetRestrictionTracker.OffsetRange, DoFn.OutputReceiver<OffsetRestrictionTracker.OffsetRange>) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
splitRestriction(OffsetRestrictionTracker.OffsetRange, DoFn.OutputReceiver<OffsetRestrictionTracker.OffsetRange>) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
splitRestriction(OffsetRestrictionTracker.OffsetRange, DoFn.OutputReceiver<OffsetRestrictionTracker.OffsetRange>) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 
start() - Method in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
start() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
start() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
start() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
startInclusive - Variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
startingFrom(Partition, Position, OffsetRestrictionTracker.OffsetRange) - Static method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
startingOffset - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
startNewObserver() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
startObserve(Partition, BatchLogObserver) - Method in class cz.o2.proxima.beam.direct.io.BatchLogRead.BatchLogReadFn
 
startObserve(String, Partition, OffsetRestrictionTracker.OffsetRange) - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
startOffset - Variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
startStamp - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.BatchUpdatesDescriptor
 
startStamp - Variable in class cz.o2.proxima.beam.direct.io.BatchLogRead
 
startStamp - Variable in class cz.o2.proxima.beam.direct.io.BeamBatchLogReader
 
startStamp - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchSource
 
startStamp - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
stop() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
stop(boolean) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
stopAtCurrent - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.StreamDescriptor
 
stopAtCurrent - Variable in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
stopped - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
StreamDescriptor() - Constructor for class cz.o2.proxima.beam.core.BeamDataOperator.StreamDescriptor
 
StreamElementCoder - Class in cz.o2.proxima.beam.core.io
 
StreamElementCoder(RepositoryFactory) - Constructor for class cz.o2.proxima.beam.core.io.StreamElementCoder
 
StreamElementCoder.Type - Enum in cz.o2.proxima.beam.core.io
 
StreamElementFilter - Class in cz.o2.proxima.beam.transforms
Filter input StreamElement
StreamElementFilter() - Constructor for class cz.o2.proxima.beam.transforms.StreamElementFilter
 
StreamElementFilter.FilteredByFn - Class in cz.o2.proxima.beam.transforms
 
StreamElementFilter.FromTimestamp - Class in cz.o2.proxima.beam.transforms
Filter predicates that accepts elements with timestamp greater or equal the given timestamp.
StreamElementFilter.UntilTimestamp - Class in cz.o2.proxima.beam.transforms
Filter predicates that accepts elements with timestamp lower than given timestamp.
StreamElementUnboundedReader(DirectBatchUnboundedSource, BatchLogReader, List<AttributeDescriptor<?>>, DirectBatchUnboundedSource.Checkpoint, List<Partition>) - Constructor for class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
STRING_CODER - Static variable in class cz.o2.proxima.beam.core.io.AttributeDescriptorCoder
 
STRING_CODER - Static variable in class cz.o2.proxima.beam.core.io.EntityDescriptorCoder
 

T

take() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
Take next element without blocking.
takeBlocking() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
Take next element waiting for input if necessary.
takeBlocking(long, TimeUnit) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
Take next element waiting for input if necessary.
takeNext() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
tearDown() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.AbstractCommitLogReadFn
 
tearDown() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.BoundedCommitLogReadFn
 
tearDown() - Method in class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 
terminate() - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
timestamp - Variable in class cz.o2.proxima.beam.transforms.StreamElementFilter.FromTimestamp
 
timestamp - Variable in class cz.o2.proxima.beam.transforms.StreamElementFilter.UntilTimestamp
 
toProcess - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
toString() - Method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
toString() - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
toString() - Method in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
totalLimit - Variable in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker.PartitionList
 
totalLimit - Variable in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker.OffsetRange
 
transformAttrs(List<AttributeDescriptor<?>>) - Method in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
transformSingleRead(StreamElement) - Method in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
tryClaim(Offset) - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker
 
tryClaim(Partition) - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker
 
trySplit(double) - Method in class cz.o2.proxima.beam.direct.io.BatchRestrictionTracker
 
trySplit(double) - Method in class cz.o2.proxima.beam.direct.io.OffsetRestrictionTracker
 
Type() - Constructor for enum cz.o2.proxima.beam.core.io.StreamElementCoder.Type
 
typesRegistered - Variable in class cz.o2.proxima.beam.core.BeamDataOperator
 
typesRegisteredFor(Pipeline) - Method in class cz.o2.proxima.beam.core.BeamDataOperator
 

U

unbounded(DirectUnboundedSource, String, CommitLogReader, Position, boolean, long, Partition, Offset) - Static method in class cz.o2.proxima.beam.direct.io.BeamCommitLogReader
 
UnboundedCommitLogReader(String, DirectUnboundedSource, CommitLogReader, Position, boolean, long, Partition, Offset) - Constructor for class cz.o2.proxima.beam.direct.io.BeamCommitLogReader.UnboundedCommitLogReader
 
UnboundedCommitLogReadFn(String, Position, long, RepositoryFactory, CommitLogReader.Factory<?>) - Constructor for class cz.o2.proxima.beam.direct.io.CommitLogRead.UnboundedCommitLogReadFn
 
untilStamp - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.BatchSnapshotDescriptor
 
untilTimestamp(long) - Static method in class cz.o2.proxima.beam.transforms.StreamElementFilter
Filter StreamElement with lower timestamp
untilTimestamp(Instant) - Static method in class cz.o2.proxima.beam.transforms.StreamElementFilter
Filter StreamElement with lower timestamp
UntilTimestamp(long) - Constructor for class cz.o2.proxima.beam.transforms.StreamElementFilter.UntilTimestamp
 
UPDATE - cz.o2.proxima.beam.core.io.StreamElementCoder.Type
 
updateAndLogWatermark(long) - Method in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
uri - Variable in class cz.o2.proxima.beam.direct.io.DirectDataAccessorWrapper
 
uri - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource.Checkpoint
 
uri - Variable in class cz.o2.proxima.beam.direct.io.DirectUnboundedSource
 
useEventTime - Variable in class cz.o2.proxima.beam.core.BeamDataOperator.StreamDescriptor
 

V

valueCoder - Variable in class cz.o2.proxima.beam.core.io.PairCoder
 
valueOf(String) - Static method in enum cz.o2.proxima.beam.core.io.StreamElementCoder.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum cz.o2.proxima.beam.core.io.StreamElementCoder.Type
Returns an array containing the constants of this enum type, in the order they are declared.
verifyDeterministic() - Method in class cz.o2.proxima.beam.core.io.AttributeDescriptorCoder
 
verifyDeterministic() - Method in class cz.o2.proxima.beam.core.io.EntityDescriptorCoder
 
verifyDeterministic() - Method in class cz.o2.proxima.beam.core.io.PairCoder
 
verifyDeterministic() - Method in class cz.o2.proxima.beam.core.io.StreamElementCoder
 
verifyDeterministic() - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.CheckpointCoder
 

W

watermark - Variable in class cz.o2.proxima.beam.direct.io.BlockingQueueLogObserver
 
watermark - Variable in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource.StreamElementUnboundedReader
 
writeAccessor - Variable in class cz.o2.proxima.beam.core.AttributeFamilyProxyDataAccessor
 
writeBytes(byte[], DataOutput) - Static method in class cz.o2.proxima.beam.core.io.StreamElementCoder
 
writeObject(ObjectOutputStream) - Method in class cz.o2.proxima.beam.direct.io.DirectBatchUnboundedSource
 
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes All Packages