Modifier and Type | Method and Description |
---|---|
Jid |
Jid.createSubordinate(org.agilewiki.jactor.factory.ActorFactory factory) |
Jid |
Jid.createSubordinate(org.agilewiki.jactor.factory.ActorFactory factory,
org.agilewiki.jactor.Actor parent) |
Jid |
Jid.createSubordinate(org.agilewiki.jactor.factory.ActorFactory factory,
org.agilewiki.jactor.Actor parent,
byte[] bytes) |
Jid |
Jid.createSubordinate(org.agilewiki.jactor.factory.ActorFactory factory,
org.agilewiki.jactor.Actor parent,
ReadableBytes readableBytes) |
Jid |
Jid.createSubordinate(org.agilewiki.jactor.factory.ActorFactory factory,
byte[] bytes) |
Jid |
Jid.createSubordinate(org.agilewiki.jactor.factory.ActorFactory factory,
ReadableBytes readableBytes) |
Jid |
Jid.createSubordinate(String actorType) |
Jid |
Jid.createSubordinate(String actorType,
org.agilewiki.jactor.Actor parent) |
Jid |
Jid.createSubordinate(String actorType,
org.agilewiki.jactor.Actor parent,
byte[] bytes) |
Jid |
Jid.createSubordinate(String actorType,
org.agilewiki.jactor.Actor parent,
ReadableBytes readableBytes) |
Jid |
Jid.createSubordinate(String actorType,
byte[] bytes) |
Jid |
Jid.createSubordinate(String actorType,
ReadableBytes readableBytes) |
protected Jid |
JidFactory.instantiateActor()
Create a JLPCActor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Collection<ENTRY_TYPE extends Jid>
A collection of JID actors.
|
class |
CollectionJid<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 | 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[] |
TupleJid.tuple
A tuple of actors.
|
Modifier and Type | Method and Description |
---|---|
Jid |
TupleJid.iGet(int i)
Returns the ith JID component.
|
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 | 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 | Class and Description |
---|---|
class |
BMapJid<KEY_TYPE extends Comparable<KEY_TYPE>,VALUE_TYPE extends Jid>
A balanced tree that holds a map.
|
class |
GetCeiling<KEY_TYPE extends Comparable<KEY_TYPE>,VALUE_TYPE extends Jid>
Returns the Actor value with the smallest key >= the given key.
|
class |
GetHigher<KEY_TYPE extends Comparable<KEY_TYPE>,VALUE_TYPE extends Jid>
Returns the Actor value with a greater key.
|
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.
|
interface |
JAMap<KEY_TYPE extends Comparable<KEY_TYPE>,VALUE_TYPE extends Jid>
Holds a map.
|
class |
KGet<KEY_TYPE extends Comparable<KEY_TYPE>,VALUE_TYPE extends Jid>
Returns the value assigned to a given key.
|
class |
KMake<KEY_TYPE extends Comparable<KEY_TYPE>,VALUE_TYPE extends Jid>
Create a keyed entry.
|
class |
KRemove<KEY_TYPE extends Comparable<KEY_TYPE>,VALUE_TYPE extends Jid>
Remove an entry.
|
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 |
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 | 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 |
---|---|
protected MapJid<KEY_TYPE,Jid> |
BMapJid.getNode() |
Modifier and Type | Method and Description |
---|---|
protected void |
BMapJid.inodeSplit(MapEntry<KEY_TYPE,BMapJid<KEY_TYPE,Jid>> leftEntry) |
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 | 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 | Field and Description |
---|---|
protected Jid |
UnionJid.value |
Modifier and Type | Method and Description |
---|---|
Jid |
UnionJid.getValue() |
Jid |
ActorJid.getValue()
Returns the actor held by this component.
|
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.