public class TiBatchWriteUtils extends Object
| 构造器和说明 |
|---|
TiBatchWriteUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<TiRegion> |
getIndexRegions(TiSession session,
TiTableInfo table) |
static List<TiRegion> |
getRecordRegions(TiSession session,
TiTableInfo table) |
static List<TiRegion> |
getRegionByIndex(TiSession session,
TiTableInfo table,
TiIndexInfo index) |
static List<TiRegion> |
getRegionsByTable(TiSession session,
TiTableInfo table) |
public static List<TiRegion> getRegionByIndex(TiSession session, TiTableInfo table, TiIndexInfo index)
public static List<TiRegion> getIndexRegions(TiSession session, TiTableInfo table)
public static List<TiRegion> getRecordRegions(TiSession session, TiTableInfo table)
public static List<TiRegion> getRegionsByTable(TiSession session, TiTableInfo table)
Copyright © 2023 PingCAP. All rights reserved.