| Constructor and Description |
|---|
PbfDecoder(PbfStreamSplitter streamSplitter,
ExecutorService executorService,
int maxPendingBlobs,
Sink sink)
Creates a new instance.
|
public PbfDecoder(PbfStreamSplitter streamSplitter, ExecutorService executorService, int maxPendingBlobs, Sink sink)
streamSplitter - The PBF stream splitter providing the source of blobs to be decoded.executorService - The executor service managing the thread pool.maxPendingBlobs - The maximum number of blobs to have in progress at any point in time.sink - The sink to send all decoded entities to.Copyright © 2012–2020. All rights reserved.