public abstract class FLenScalarJid<RESPONSE_TYPE extends Comparable> extends ScalarJid<RESPONSE_TYPE,RESPONSE_TYPE> implements ComparableKey<RESPONSE_TYPE>
Modifier and Type | Field and Description |
---|---|
protected RESPONSE_TYPE |
value
The value.
|
serializedBytes, serializedOffset
Constructor and Description |
---|
FLenScalarJid() |
Modifier and Type | Method and Description |
---|---|
int |
compareKeyTo(RESPONSE_TYPE o)
Compares the key or value;
|
void |
load(ReadableBytes readableBytes)
Load the serialized data into the JID.
|
protected abstract RESPONSE_TYPE |
newValue()
Create the value.
|
void |
setValue(RESPONSE_TYPE v)
Assign a value.
|
change, changed, copyJID, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, createSubordinate, getSerializedBytes, getSerializedLength, isJidEqual, isSerialized, readable, resolvePathname, save, serialize, setContainerJid
acceptEvent, acceptRequest, getActorType, getAncestor, getExceptionHandler, getFactory, getMailbox, getMailboxFactory, getMatch, getParent, hasDataItem, haveEvents, initialize, initialize, initialize, initialize, initialize, requirements, responseFrom, send, send, sendEvent, setExceptionHandler, setInitialBufferCapacity
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
change, getSerializedLength, resolvePathname, save, setContainerJid
protected RESPONSE_TYPE extends Comparable value
protected abstract RESPONSE_TYPE newValue()
public void load(ReadableBytes readableBytes) throws Exception
public void setValue(RESPONSE_TYPE v) throws Exception
setValue
in interface Scalar<RESPONSE_TYPE extends Comparable,RESPONSE_TYPE extends Comparable>
v
- The new value.Exception
- Any uncaught exception raised.public int compareKeyTo(RESPONSE_TYPE o) throws Exception
compareKeyTo
in interface ComparableKey<RESPONSE_TYPE extends Comparable>
o
- The comparison value.Exception
Copyright © 2013. All Rights Reserved.