public class ChunkRange extends Object
null represents unbounded chunk start/end.| 限定符和类型 | 方法和说明 |
|---|---|
static ChunkRange |
all()
Returns a
ChunkRange which represents a full table scan with unbounded chunk start
and chunk end. |
boolean |
equals(Object o) |
Object |
getChunkEnd() |
Object |
getChunkStart() |
int |
hashCode() |
static ChunkRange |
of(Object chunkStart,
Object chunkEnd)
Returns a
ChunkRange with the given chunk start and chunk end. |
public static ChunkRange all()
ChunkRange which represents a full table scan with unbounded chunk start
and chunk end.public static ChunkRange of(Object chunkStart, Object chunkEnd)
ChunkRange with the given chunk start and chunk end.Copyright © 2022 10MG. All rights reserved.