public class ContainerInfo extends Object
| Constructor and Description |
|---|
ContainerInfo(Region region,
String name,
int containerCount,
long totalSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
int |
getObjectCount()
Returns the number of objects in the container
|
Region |
getRegion() |
long |
getTotalSize() |
int |
hashCode() |
public Region getRegion()
public String getName()
public int getObjectCount()
public long getTotalSize()
Copyright © 2020. All rights reserved.