public class ProfilingDataContainer extends Object implements IOReadableWritable
| Constructor and Description |
|---|
ProfilingDataContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProfilingData(InternalProfilingData profilingData) |
void |
clear() |
Iterator<InternalProfilingData> |
getIterator() |
boolean |
isEmpty() |
void |
read(DataInputView in) |
int |
size() |
void |
write(DataOutputView out) |
public void addProfilingData(InternalProfilingData profilingData)
public void clear()
public void read(DataInputView in) throws IOException
read in interface IOReadableWritableIOExceptionpublic int size()
public boolean isEmpty()
public Iterator<InternalProfilingData> getIterator()
public void write(DataOutputView out) throws IOException
write in interface IOReadableWritableIOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.