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(QpidByteBuffer buffer) |
public int writeToBuffer(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–2016 The Apache Software Foundation. All rights reserved.