public class DataNode extends Object
| Constructor and Description |
|---|
DataNode() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFree() |
int |
getMax() |
String |
getPubilcUrl() |
String |
getUrl() |
int |
getVolumes() |
void |
setFree(int free) |
void |
setMax(int max) |
void |
setPubilcUrl(String pubilcUrl) |
void |
setUrl(String url) |
void |
setVolumes(int volumes) |
String |
toString() |
public String getUrl()
public void setUrl(String url)
public String getPubilcUrl()
public void setPubilcUrl(String pubilcUrl)
public int getVolumes()
public void setVolumes(int volumes)
public int getFree()
public void setFree(int free)
public int getMax()
public void setMax(int max)
Copyright © 2017 Blocko Inc.. All rights reserved.