@InterfaceAudience.Public @InterfaceStability.Evolving public class LocatedTablet extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LocatedTablet.Replica
One of the replicas of the tablet.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getEndKey()
Deprecated.
|
LocatedTablet.Replica |
getLeaderReplica()
Return the current leader, or null if there is none.
|
org.kududb.client.Partition |
getPartition() |
List<LocatedTablet.Replica> |
getReplicas() |
byte[] |
getStartKey()
Deprecated.
|
byte[] |
getTabletId() |
String |
toString() |
public List<LocatedTablet.Replica> getReplicas()
public org.kududb.client.Partition getPartition()
@Deprecated public byte[] getStartKey()
getPartition()
@Deprecated public byte[] getEndKey()
getPartition()
public byte[] getTabletId()
public LocatedTablet.Replica getLeaderReplica()
Copyright © 2016. All rights reserved.