Interface BookieInfo
-
- All Known Implementing Classes:
BookieInfoImpl
public interface BookieInfoBookie information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBookieInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BookieInfo.Builderbuilder()java.lang.StringgetHostname()java.lang.StringgetRack()
-
-
-
Method Detail
-
getRack
java.lang.String getRack()
-
getHostname
java.lang.String getHostname()
-
builder
static BookieInfo.Builder builder()
-
-