| 程序包 | 说明 |
|---|---|
| cn.tenmg.cdc.log.connectors.base.source.assigner.splitter |
| 限定符和类型 | 方法和说明 |
|---|---|
static ChunkRange |
ChunkRange.all()
Returns a
ChunkRange which represents a full table scan with unbounded chunk start
and chunk end. |
static ChunkRange |
ChunkRange.of(Object chunkStart,
Object chunkEnd)
Returns a
ChunkRange with the given chunk start and chunk end. |
Copyright © 2022 10MG. All rights reserved.