public class AServerLoad
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Field and Description |
---|---|
int |
load |
int |
maxHeapMB |
int |
memStoreSizeInMB |
int |
numberOfRegions |
int |
numberOfRequests |
List<ARegionLoad> |
regionsLoad |
static org.apache.avro.Schema |
SCHEMA$ |
int |
storefileIndexSizeInMB |
int |
storefiles |
int |
storefileSizeInMB |
int |
usedHeapMB |
Constructor and Description |
---|
AServerLoad() |
public static final org.apache.avro.Schema SCHEMA$
public int load
public int maxHeapMB
public int memStoreSizeInMB
public int numberOfRegions
public int numberOfRequests
public List<ARegionLoad> regionsLoad
public int storefileIndexSizeInMB
public int storefiles
public int storefileSizeInMB
public int usedHeapMB
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public Object get(int field$)
get
in interface org.apache.avro.generic.IndexedRecord
get
in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$, Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.