public interface ParallelStreamableTable extends StormStreamableTable
Table that can be converted to a stream. This table also has its parallelism information.
Delta
Modifier and Type | Method and Description |
---|---|
Integer |
parallelismHint()
Returns parallelism hint of this table.
|
primaryKey
Integer parallelismHint()
Returns parallelism hint of this table. Returns null if don’t know.
Copyright © 2022 The Apache Software Foundation. All rights reserved.