Class BookieInfoService.BookieInfo
java.lang.Object
org.apache.bookkeeper.server.http.service.BookieInfoService.BookieInfo
- Enclosing class:
- BookieInfoService
POJO definition for the bookie info response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanlonglonginthashCode()voidsetFreeSpace(long freeSpace) voidsetTotalSpace(long totalSpace) toString()
-
Constructor Details
-
BookieInfo
public BookieInfo() -
BookieInfo
public BookieInfo(long freeSpace, long totalSpace)
-
-
Method Details
-
getFreeSpace
public long getFreeSpace() -
getTotalSpace
public long getTotalSpace() -
setFreeSpace
public void setFreeSpace(long freeSpace) -
setTotalSpace
public void setTotalSpace(long totalSpace) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-