public class TiBatchWriteUtils extends Object
Constructor and Description |
---|
TiBatchWriteUtils() |
Modifier and Type | Method and Description |
---|---|
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 © 2024 PingCAP. All rights reserved.