A B C D E F G H I M P R S T U 

A

a - Variable in class co.paralleluniverse.galaxy.example.testing.PeerTKB.Message
 
abort(StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Ends a transaction after a failure.
abort(StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
addLifecycleListener(RemoteActorRef, LifecycleListener) - Method in class co.paralleluniverse.remote.galaxy.GlxLifecycleListenerProxy
 
addMessageListener(long, MessageListener) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Adds a message listener on a lonng topic.
addMessageListener(String, MessageListener) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Adds a message listener on a String topic.
addMessageListener(long, MessageListener) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
addMessageListener(String, MessageListener) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
alloc(int, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Allocates one or more new (and empty) items in the store.

When allocating a single item, it’s better to use put(), but some data structures might require allocating an array of items.

alloc(int, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 

B

b - Variable in class co.paralleluniverse.galaxy.example.testing.PeerTKB.Message
 
beginTransaction() - Method in interface co.paralleluniverse.galaxy.quasar.Store
Creates a new transaction.
beginTransaction() - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 

C

Client - Class in co.paralleluniverse.galaxy.example.simplegenevent
 
Client() - Constructor for class co.paralleluniverse.galaxy.example.simplegenevent.Client
 
Client - Class in co.paralleluniverse.galaxy.example.simplegenserver
 
Client() - Constructor for class co.paralleluniverse.galaxy.example.simplegenserver.Client
 
close() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
cluster() - Method in class co.paralleluniverse.galaxy.quasar.Grid
Returns the grid’s cluster management and node lifecycle service.
co.paralleluniverse.galaxy.example.pingpong - package co.paralleluniverse.galaxy.example.pingpong
 
co.paralleluniverse.galaxy.example.simplegenevent - package co.paralleluniverse.galaxy.example.simplegenevent
 
co.paralleluniverse.galaxy.example.simplegenserver - package co.paralleluniverse.galaxy.example.simplegenserver
 
co.paralleluniverse.galaxy.example.testing - package co.paralleluniverse.galaxy.example.testing
 
co.paralleluniverse.galaxy.quasar - package co.paralleluniverse.galaxy.quasar
 
co.paralleluniverse.remote.galaxy - package co.paralleluniverse.remote.galaxy
 
commit(StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Ends a transaction, and makes all updates visible by all other nodes in the cluster.
commit(StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
create(ActorRef<Message>, Object) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteProxyFactory
 
create(SendPort<Message>, Object) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteProxyFactory
 

D

del(long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Deletes an item from the store.
del(long, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 

E

equals(Object) - Method in class co.paralleluniverse.galaxy.example.testing.PeerTKB.Message
 
equals(Object) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteActor
 
equals(Object) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 

F

Finalizer - Class in co.paralleluniverse.remote.galaxy
 
Finalizer() - Constructor for class co.paralleluniverse.remote.galaxy.Finalizer
 

G

get(long) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item.
get(long, Persistable) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item into a Persistable.
get(long, short) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item, using a hint as to its owner in the cluster.
get(long, short, Persistable) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item into a Persistable, using a hint as to its owner in the cluster.
get(long) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
get(long, Persistable) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
get(long, short) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
get(long, short, Persistable) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getActor(String) - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 
getFromOwner(long, long) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item, using a hint as to its owner in the cluster.
getFromOwner(long, long, Persistable) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item, using a hint as to its owner in the cluster.
getFromOwner(long, long) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getFromOwner(long, long, Persistable) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getMaxItemSize() - Method in interface co.paralleluniverse.galaxy.quasar.Store
Returns the maximum size, in bytes, of a data item in the grid.
getMaxItemSize() - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getOwnerNodeId() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
getReceiver(SendPort<Message>, boolean) - Static method in class co.paralleluniverse.remote.galaxy.RemoteChannelReceiver
 
getRoot(String, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Gets or possibly creates a root data item.
getRoot(String, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
gets(long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item, and pins the shared (cached) instance to this node.
gets(long, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item into a Persistable, and pins the shared (cached) instance to this node.
gets(long, short, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item with a hint as to its owner in the cluster, and pins the shared (cached) instance to this node.
gets(long, short, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item into a Persistable with a hint as to its owner in the cluster, and pins the shared (cached) instance to this node.
gets(long, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
gets(long, Persistable, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
gets(long, short, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
gets(long, short, Persistable, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getsFromOwner(long, long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item with a hint as to its owner in the cluster, and pins the shared (cached) instance to this node.
getsFromOwner(long, long, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item with a hint as to its owner in the cluster, and pins the shared (cached) instance to this node.
getsFromOwner(long, long, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getsFromOwner(long, long, Persistable, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getState(long) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Returns an item’s state in the local store.
getState(long) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getTopic() - Method in class co.paralleluniverse.remote.galaxy.RemoteChannelReceiver
 
getx(long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item, makes this node its exclusive owner, and pins it.
getx(long, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item into a Persistable, makes this node its exclusive owner, and pins it.
getx(long, short, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item with a hint as to its owner in the cluster, makes this node its exclusive owner, and pins it.
getx(long, short, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item with a hint as to its owner in the cluster, makes this node its exclusive owner, and pins it.
getx(long, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getx(long, Persistable, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getx(long, short, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getx(long, short, Persistable, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getxFromOwner(long, long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item with a hint as to its owner in the cluster, makes this node its exclusive owner, and pins it.
getxFromOwner(long, long, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Retrieves a given data item with a hint as to its owner in the cluster, makes this node its exclusive owner, and pins it.
getxFromOwner(long, long, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
getxFromOwner(long, long, Persistable, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
GlxGlobalRegistry - Class in co.paralleluniverse.remote.galaxy
 
GlxGlobalRegistry() - Constructor for class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 
GlxLifecycleListenerProxy - Class in co.paralleluniverse.remote.galaxy
 
GlxLifecycleListenerProxy() - Constructor for class co.paralleluniverse.remote.galaxy.GlxLifecycleListenerProxy
 
GlxRemoteActor<Message> - Class in co.paralleluniverse.remote.galaxy
 
GlxRemoteActor(ActorRef<Message>, Object) - Constructor for class co.paralleluniverse.remote.galaxy.GlxRemoteActor
 
GlxRemoteChannel<Message> - Class in co.paralleluniverse.remote.galaxy
 
GlxRemoteChannel(SendPort<Message>, Object) - Constructor for class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
Used on the creating (receiving) side
GlxRemoteProxyFactory - Class in co.paralleluniverse.remote.galaxy
 
GlxRemoteProxyFactory() - Constructor for class co.paralleluniverse.remote.galaxy.GlxRemoteProxyFactory
 
goOnline() - Method in class co.paralleluniverse.galaxy.quasar.Grid
Makes this node a full participant in the cluster (rather than just an observer).
Grid - Class in co.paralleluniverse.galaxy.quasar
 
Grid(Grid) - Constructor for class co.paralleluniverse.galaxy.quasar.Grid
 

H

hashCode() - Method in class co.paralleluniverse.galaxy.example.testing.PeerTKB.Message
 
hashCode() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteActor
 
hashCode() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 

I

init() - Static method in class co.paralleluniverse.remote.galaxy.RemoteInit
 
internalSend(Object) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteActor
 
internalSendNonSuspendable(Object) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteActor
 
invoke(long, LineFunction<T>) - Method in interface co.paralleluniverse.galaxy.quasar.Store
 
invoke(long, LineFunction<T>) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
isPinned(long) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Tests whether an item is pinned on this node.
isPinned(long) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
isRootCreated(long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Tests whether a root item has been newly created.
isRootCreated(long, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 

M

main(String[]) - Static method in class co.paralleluniverse.galaxy.example.pingpong.Ping
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.pingpong.Pong
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.simplegenevent.Client
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.simplegenevent.Server
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.simplegenserver.Client
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.simplegenserver.Server
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.testing.Peer1
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.testing.Peer2
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.testing.Peer3
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.testing.Peer4
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.testing.ServerTKB
 
messageReceived(short, byte[]) - Method in class co.paralleluniverse.remote.galaxy.RemoteChannelReceiver
 
messenger() - Method in class co.paralleluniverse.galaxy.quasar.Grid
Returns the grid’s messaging service.
Messenger - Interface in co.paralleluniverse.galaxy.quasar
 
MessengerImpl - Class in co.paralleluniverse.galaxy.quasar
 
MessengerImpl(Messenger) - Constructor for class co.paralleluniverse.galaxy.quasar.MessengerImpl
 

P

Peer1 - Class in co.paralleluniverse.galaxy.example.testing
 
Peer1() - Constructor for class co.paralleluniverse.galaxy.example.testing.Peer1
 
Peer2 - Class in co.paralleluniverse.galaxy.example.testing
 
Peer2() - Constructor for class co.paralleluniverse.galaxy.example.testing.Peer2
 
Peer3 - Class in co.paralleluniverse.galaxy.example.testing
 
Peer3() - Constructor for class co.paralleluniverse.galaxy.example.testing.Peer3
 
Peer4 - Class in co.paralleluniverse.galaxy.example.testing
 
Peer4() - Constructor for class co.paralleluniverse.galaxy.example.testing.Peer4
 
PeerTKB - Class in co.paralleluniverse.galaxy.example.testing
 
PeerTKB(String, int) - Constructor for class co.paralleluniverse.galaxy.example.testing.PeerTKB
 
PeerTKB.Message - Class in co.paralleluniverse.galaxy.example.testing
 
PeerTKB.Message(int, int) - Constructor for class co.paralleluniverse.galaxy.example.testing.PeerTKB.Message
 
Ping - Class in co.paralleluniverse.galaxy.example.pingpong
 
Ping() - Constructor for class co.paralleluniverse.galaxy.example.pingpong.Ping
 
Pong - Class in co.paralleluniverse.galaxy.example.pingpong
 
Pong() - Constructor for class co.paralleluniverse.galaxy.example.pingpong.Pong
 
push(long, short...) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Makes the given item available in the given nodes’ cache.
push(long, short...) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
pushx(long, short) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Makes the given item available in the given node’s cache, and makes that node the owner of the item.
pushx(long, short) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
put(byte[], StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Puts a new item into the store and returns its (newly allocated) ID.

put(ByteBuffer, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Puts a new item into the store and returns its (newly allocated) ID.

put(Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Puts a new item into the store and returns its (newly allocated) ID.

put(byte[], StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
put(ByteBuffer, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
put(Persistable, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 

R

readResolve() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
register(Object, Runnable) - Static method in class co.paralleluniverse.remote.galaxy.Finalizer
 
register(ActorRef<?>) - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 
release(long) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Releases a line that’s been pinned to this node by one of the gets, getx, put operations.
release(long) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
RemoteChannelReceiver<Message> - Class in co.paralleluniverse.remote.galaxy
This class listens to messages received from remote ends of a channel, and forwards them to the right channel.
RemoteChannelReceiver.MessageFilter<Message> - Interface in co.paralleluniverse.remote.galaxy
 
RemoteInit - Class in co.paralleluniverse.remote.galaxy
 
removeLifecycleListener(RemoteActorRef, LifecycleListener) - Method in class co.paralleluniverse.remote.galaxy.GlxLifecycleListenerProxy
 
removeLifecycleListeners(RemoteActorRef, ActorRef) - Method in class co.paralleluniverse.remote.galaxy.GlxLifecycleListenerProxy
 
removeMessageListener(long, MessageListener) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Removes a message listener from a lonng topic.
removeMessageListener(String, MessageListener) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Removes a message listener from a String topic.
removeMessageListener(long, MessageListener) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
removeMessageListener(String, MessageListener) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
rollback(StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Reverts set operations that were performed during the transactions.
rollback(StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
run() - Method in class co.paralleluniverse.galaxy.example.testing.PeerTKB
 

S

send(short, String, byte[]) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Sends a message to a known node, on a String topic.
send(short, long, Streamable) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Sends a message to a known node, on a long topic.
send(short, String, Streamable) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Sends a message to a known node, on a String topic.
send(short, long, byte[]) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Sends a message to a known node, on a long topic.
send(short, String, byte[]) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
send(short, long, Streamable) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
send(short, String, Streamable) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
send(short, long, byte[]) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
send(Message) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
send(Message, long, TimeUnit) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
send(Message, Timeout) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
sendToOwnerOf(long, long, byte[]) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Sends a message to a the owner of a known grid object node, on a long topic.
sendToOwnerOf(long, String, byte[]) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Sends a message to a the owner of a known grid object node, on a String topic.
sendToOwnerOf(long, long, Streamable) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Sends a message to a the owner of a known grid object node, on a long topic.
sendToOwnerOf(long, String, Streamable) - Method in interface co.paralleluniverse.galaxy.quasar.Messenger
Sends a message to a the owner of a known grid object node, on a String topic.
sendToOwnerOf(long, long, byte[]) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
sendToOwnerOf(long, String, byte[]) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
sendToOwnerOf(long, long, Streamable) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
sendToOwnerOf(long, String, Streamable) - Method in class co.paralleluniverse.galaxy.quasar.MessengerImpl
 
Server - Class in co.paralleluniverse.galaxy.example.simplegenevent
 
Server() - Constructor for class co.paralleluniverse.galaxy.example.simplegenevent.Server
 
Server - Class in co.paralleluniverse.galaxy.example.simplegenserver
 
Server() - Constructor for class co.paralleluniverse.galaxy.example.simplegenserver.Server
 
ServerTKB - Class in co.paralleluniverse.galaxy.example.testing
 
ServerTKB() - Constructor for class co.paralleluniverse.galaxy.example.testing.ServerTKB
 
set(long, byte[], StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Gains ownership of an item and sets its contents.
set(long, ByteBuffer, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Gains ownership of an item and sets its contents.
set(long, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Gains ownership of an item and sets its contents.
set(long, byte[], StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
set(long, ByteBuffer, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
set(long, Persistable, StoreTransaction) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
setFilter(RemoteChannelReceiver.MessageFilter<Message>) - Method in class co.paralleluniverse.remote.galaxy.RemoteChannelReceiver
 
setListener(long, CacheListener) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Sets a listener listening for local cache events on the given item.
setListener(long, CacheListener) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
shouldForwardMessage(Message) - Method in interface co.paralleluniverse.remote.galaxy.RemoteChannelReceiver.MessageFilter
 
store() - Method in class co.paralleluniverse.galaxy.quasar.Grid
Returns the grid’s distributed data-store service.
Store - Interface in co.paralleluniverse.galaxy.quasar
 
StoreImpl - Class in co.paralleluniverse.galaxy.quasar
 
StoreImpl(Store) - Constructor for class co.paralleluniverse.galaxy.quasar.StoreImpl
 
SumRequest - Class in co.paralleluniverse.galaxy.example.simplegenserver
 
SumRequest(int, int) - Constructor for class co.paralleluniverse.galaxy.example.simplegenserver.SumRequest
 

T

trySend(Message) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 

U

unregister(ActorRef<?>) - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 
A B C D E F G H I M P R S T U