public class ChannelID extends AbstractID
SIZE| Constructor and Description |
|---|
ChannelID() |
ChannelID(AbstractID id) |
ChannelID(long lowerPart,
long upperPart) |
| Modifier and Type | Method and Description |
|---|---|
static ChannelID |
fromByteBuffer(ByteBuffer buf) |
static ChannelID |
fromByteBuffer(ByteBuffer buf,
int offset) |
compareTo, equals, getLowerPart, getUpperPart, hashCode, read, toString, write, write, writeTopublic ChannelID()
public ChannelID(long lowerPart,
long upperPart)
public ChannelID(AbstractID id)
public static ChannelID fromByteBuffer(ByteBuffer buf)
public static ChannelID fromByteBuffer(ByteBuffer buf, int offset)
Copyright © 2015 The Apache Software Foundation. All rights reserved.