public final class AggregatorAttributeParser extends Object implements AttributeParser, AttributeSerializer
Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
AggregatorAttributeParser(ReferenceCache refCache) |
Modifier and Type | Method and Description |
---|---|
void |
parseAttribute(io.netty.buffer.ByteBuf buffer,
AttributesBuilder builder)
Parse
Aggregator from bytes |
void |
serializeAttribute(org.opendaylight.yangtools.yang.binding.DataObject attribute,
io.netty.buffer.ByteBuf byteAggregator) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseAttribute
public static final int TYPE
public AggregatorAttributeParser(ReferenceCache refCache)
public void parseAttribute(io.netty.buffer.ByteBuf buffer, AttributesBuilder builder)
Aggregator
from bytesparseAttribute
in interface AttributeParser
buffer
- byte buffer to be parsedbuilder
- AttributesBuilder into which parsed Aggregator
will be setpublic void serializeAttribute(org.opendaylight.yangtools.yang.binding.DataObject attribute, io.netty.buffer.ByteBuf byteAggregator)
serializeAttribute
in interface AttributeSerializer
Copyright © 2018 OpenDaylight. All rights reserved.