Modifier and Type | Class and Description |
---|---|
class |
Jid
Base class for Incremental Deserialization Actors.
|
Modifier and Type | Method and Description |
---|---|
_Jid |
_Jid.resolvePathname(String pathname)
Resolves a JID pathname, returning a JID actor or null.
|
_Jid |
Jid.resolvePathname(String pathname)
Resolves a JID pathname, returning a JID actor or null.
|
Modifier and Type | Method and Description |
---|---|
void |
_Jid.setContainerJid(_Jid containerJid)
Assign the container.
|
void |
Jid.setContainerJid(_Jid containerJid)
Assign the container.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Collection<ENTRY_TYPE extends Jid>
A collection of JID actors.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionJid<ENTRY_TYPE extends Jid>
A collection of JID actors.
|
Modifier and Type | Method and Description |
---|---|
_Jid |
CollectionJid.resolvePathname(String pathname)
Resolves a JID pathname, returning a JID actor or null.
|
Modifier and Type | Class and Description |
---|---|
class |
AppJid
A base class for applications, AppJid provides a durable tuple without an external interface.
|
class |
TupleJid
Holds a fixed-size array of JID actors of various types.
|
Modifier and Type | Field and Description |
---|---|
protected _Jid[] |
AppJid.tuple
A tuple of actors.
|
Modifier and Type | Method and Description |
---|---|
protected _Jid |
AppJid._iGet(int i)
Returns the ith JID component.
|
protected _Jid |
AppJid._resolvePathname(String pathname)
Resolves a JID pathname, returning a JID actor or null.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JAList
Defines list operations.
|
Modifier and Type | Class and Description |
---|---|
class |
BListJid<ENTRY_TYPE extends Jid>
A balanced tree holding a list of JIDs, all of the same type.
|
class |
ListJid<ENTRY_TYPE extends Jid>
Holds an ArrayList of JID actors, all of the same type.
|
Modifier and Type | Method and Description |
---|---|
_Jid |
ListJid.resolvePathname(String pathname)
Resolves a JID pathname, returning a JID actor or null.
|
_Jid |
BListJid.resolvePathname(String pathname)
Resolves a JID pathname, returning a JID actor or null.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JAMap<KEY_TYPE extends Comparable<KEY_TYPE>,VALUE_TYPE extends Jid>
Holds a map.
|
Modifier and Type | Class and Description |
---|---|
class |
BMapJid<KEY_TYPE extends Comparable<KEY_TYPE>,VALUE_TYPE extends Jid>
A balanced tree that holds a map.
|
class |
IntegerBMapJid<VALUE_TYPE extends Jid>
A balanced tree that holds a map with Integer keys.
|
class |
IntegerMapJid<VALUE_TYPE extends Jid>
Holds a map with Integer keys.
|
class |
LongBMapJid<VALUE_TYPE extends Jid>
A balanced tree that holds a map with Long keys.
|
class |
LongMapJid<VALUE_TYPE extends Jid>
Holds a map with Long keys.
|
class |
MapEntry<KEY_TYPE extends Comparable<KEY_TYPE>,VALUE_TYPE>
A map is, in part, a list of map entries.
|
class |
MapJid<KEY_TYPE extends Comparable<KEY_TYPE>,VALUE_TYPE extends Jid>
Holds a map.
|
class |
StringBMapJid<VALUE_TYPE extends Jid>
A balanced tree that holds a map with String keys.
|
class |
StringMapJid<VALUE_TYPE extends Jid>
Holds a map with String keys.
|
Modifier and Type | Method and Description |
---|---|
_Jid |
MapJid.resolvePathname(String pathname)
Resolves a JID pathname, returning a JID actor or null.
|
_Jid |
BMapJid.resolvePathname(String pathname)
Resolves a JID pathname, returning a JID actor or null.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Clearable |
interface |
Scalar<SET_TYPE,RESPONSE_TYPE>
A JID component that holds a value.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalarJid<SET_TYPE,RESPONSE_TYPE>
A Jid actor that hold a single value.
|
Modifier and Type | Class and Description |
---|---|
class |
FLenScalarJid<RESPONSE_TYPE extends Comparable>
A JID actor that holds a fixed-length value.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanJid
A JID actor that holds a boolean.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleJid
A JID actor that holds a double.
|
Modifier and Type | Class and Description |
---|---|
class |
FloatJid
A JID actor that holds a float.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerJid
A JID actor that holds an integer.
|
Modifier and Type | Class and Description |
---|---|
class |
LongJid
A JID actor that holds a long.
|
Modifier and Type | Class and Description |
---|---|
class |
VLenScalarJid<SET_TYPE,RESPONSE_TYPE>
A JID component that holds a variable-length value, or null.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Reference |
Modifier and Type | Class and Description |
---|---|
class |
ActorJid
A JID actor that holds a JID actor.
|
class |
RootJid
The root Jid actor of a tree of Jid actors.
|
class |
UnionJid |
Modifier and Type | Method and Description |
---|---|
_Jid |
UnionJid.resolvePathname(String pathname)
Resolves a JID pathname, returning a JID actor or null.
|
_Jid |
ActorJid.resolvePathname(String pathname)
Resolves a JID pathname, returning a JID actor or null.
|
Modifier and Type | Method and Description |
---|---|
void |
RootJid.setContainerJid(_Jid containerJid)
Throws an UnsupportedOperationException,
as a RootJid does NOT have a container.
|
Modifier and Type | Class and Description |
---|---|
class |
BytesJid
A JID component that holds a byte array.
|
Modifier and Type | Class and Description |
---|---|
class |
StringJid
A JID actor that holds a String.
|
Copyright © 2013. All Rights Reserved.