first cut at stargate package javadoc
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@796967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8779790735
commit
c186d1eb2e
|
@ -120,14 +120,23 @@
|
|||
|
||||
<complexType name="Node">
|
||||
<sequence>
|
||||
<element name="region" type="tns:Region" maxOccurs="unbounded" minOccurs="0"></element>
|
||||
<element name="region" type="tns:Region"
|
||||
maxOccurs="unbounded" minOccurs="0">
|
||||
</element>
|
||||
</sequence>
|
||||
<attribute name="name" type="string"></attribute>
|
||||
<attribute name="startCode" type="int"></attribute>
|
||||
<attribute name="requests" type="int"></attribute>
|
||||
<attribute name="heapSizeMB" type="int"></attribute>
|
||||
<attribute name="maxHeapSizeMB" type="int"></attribute>
|
||||
</complexType>
|
||||
|
||||
<complexType name="Region">
|
||||
<attribute name="name" type="base64Binary"></attribute>
|
||||
<attribute name="stores" type="int"></attribute>
|
||||
<attribute name="storefiles" type="int"></attribute>
|
||||
<attribute name="storefileSizeMB" type="int"></attribute>
|
||||
<attribute name="memstoreSizeMB" type="int"></attribute>
|
||||
<attribute name="storefileIndexSizeMB" type="int"></attribute>
|
||||
</complexType>
|
||||
</schema>
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue