public class Store extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Store.Label |
static class |
Store.State |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAddress() |
long |
getId() |
Store.Label[] |
getLabels() |
Metapb.Peer |
getPeer() |
Store.State |
getState() |
String |
getVersion() |
boolean |
isFollower() |
boolean |
isLeader() |
boolean |
isLearner() |
String |
toString() |
public Metapb.Peer getPeer()
public Store.Label[] getLabels()
public boolean isLearner()
public boolean isLeader()
public boolean isFollower()
public long getId()
public String getAddress()
public String getVersion()
public Store.State getState()
Copyright © 2024 PingCAP. All rights reserved.