public class BatchKeys extends Object
BatchKeys(TiRegion region, TiStore store, List<com.google.protobuf.ByteString> keysInput, int sizeInBytes)
List<com.google.protobuf.ByteString>
getKeys()
TiRegion
getRegion()
int
getSizeInBytes()
float
getSizeInKB()
TiStore
getStore()
void
setKeys(List<com.google.protobuf.ByteString> keys)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BatchKeys(TiRegion region, TiStore store, List<com.google.protobuf.ByteString> keysInput, int sizeInBytes)
public List<com.google.protobuf.ByteString> getKeys()
public void setKeys(List<com.google.protobuf.ByteString> keys)
public TiRegion getRegion()
public TiStore getStore()
public int getSizeInBytes()
public float getSizeInKB()
Copyright © 2023 PingCAP. All rights reserved.