PartitionsT
- The type of metadata object used by the coordinator to describe partitions. This type must be JSON serializable
by json-simple.public static interface IOpaquePartitionedTridentSpout.Coordinator<PartitionsT>
Modifier and Type | Method and Description |
---|---|
void |
close() |
PartitionsT |
getPartitionsForBatch()
Gets the partitions for the following batches.
|
boolean |
isReady(long txid)
Indicates whether this coordinator is ready to commit the given transaction.
|
boolean isReady(long txid)
txid
- The transaction idPartitionsT getPartitionsForBatch()
void close()
Copyright © 2023 The Apache Software Foundation. All rights reserved.