public class LongWriter extends Object implements ValueWriter<Long>
ValueWriter.Factory<V>, ValueWriter.Registry| Constructor and Description |
|---|
LongWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCacheable() |
boolean |
isComplete() |
static void |
register(ValueWriter.Registry registry) |
void |
setValue(Long l) |
int |
writeToBuffer(org.apache.qpid.bytebuffer.QpidByteBuffer buffer) |
public int writeToBuffer(org.apache.qpid.bytebuffer.QpidByteBuffer buffer)
writeToBuffer in interface ValueWriter<Long>public void setValue(Long l)
setValue in interface ValueWriter<Long>public boolean isComplete()
isComplete in interface ValueWriter<Long>public boolean isCacheable()
isCacheable in interface ValueWriter<Long>public static void register(ValueWriter.Registry registry)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.