public class MetricHolder extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MetricHolder.MetricType  | 
| Modifier and Type | Method and Description | 
|---|---|
static MetricHolder | 
fromByteBuffer(ByteBuffer buf,
              ObjectStrategy strategy,
              SmooshedFileMapper mapper)  | 
static MetricHolder | 
fromByteBuffer(ByteBuffer buf,
              SmooshedFileMapper mapper)  | 
String | 
getName()  | 
MetricHolder.MetricType | 
getType()  | 
String | 
getTypeName()  | 
public static MetricHolder fromByteBuffer(ByteBuffer buf, SmooshedFileMapper mapper) throws IOException
IOExceptionpublic static MetricHolder fromByteBuffer(ByteBuffer buf, ObjectStrategy strategy, SmooshedFileMapper mapper) throws IOException
IOExceptionpublic String getName()
public String getTypeName()
public MetricHolder.MetricType getType()
Copyright © 2011–2018. All rights reserved.