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. | 
primaryKeyInteger parallelismHint()
Returns parallelism hint of this table. Returns null if don’t know.
Copyright © 2020 The Apache Software Foundation. All rights reserved.