public class ReplicaInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ReplicaInfo.BuilderImpl |
static class |
ReplicaInfo.ReplicaType
Indicates the type of the replica.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ReplicaInfo |
fromProto(ReplicaInfo proto) |
String |
getLocation() |
ReplicaInfo |
getProto() |
ReplicaInfo.ReplicaType |
getType() |
int |
hashCode() |
boolean |
isDefaultLeaderLocation() |
String |
toString() |
public static ReplicaInfo fromProto(ReplicaInfo proto)
public String getLocation()
public ReplicaInfo.ReplicaType getType()
public boolean isDefaultLeaderLocation()
public ReplicaInfo getProto()
Copyright © 2022 Google LLC. All rights reserved.