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

A

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(RemoteActor, 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

beginTransaction() - Method in interface co.paralleluniverse.galaxy.quasar.Store
Creates a new transaction.
beginTransaction() - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
ByteArraySerializer - Interface in co.paralleluniverse.io.serialization
 

C

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 - package co.paralleluniverse.galaxy.example
 
co.paralleluniverse.galaxy.quasar - package co.paralleluniverse.galaxy.quasar
 
co.paralleluniverse.io.serialization - package co.paralleluniverse.io.serialization
 
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(LocalActor<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.remote.galaxy.GlxRemoteActor
 
equals(Object) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
ExternalizableKryoSerializer<T extends java.io.Externalizable> - Class in co.paralleluniverse.io.serialization
 
ExternalizableKryoSerializer() - Constructor for class co.paralleluniverse.io.serialization.ExternalizableKryoSerializer
 

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.
If the item is indeed found on the hinted node, the retrieval performance might be superior.
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.
If the item is indeed found on the hinted node, the retrieval performance might be superior.
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
 
getInstance() - Static method in class co.paralleluniverse.io.serialization.Serialization
 
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(LocalActor<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.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, InvokeOnLine<T>) - Method in interface co.paralleluniverse.galaxy.quasar.Store
 
invoke(long, InvokeOnLine<T>) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
IOStreamSerializer - Interface in co.paralleluniverse.io.serialization
 
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
 

J

JDKSerializer - Class in co.paralleluniverse.io.serialization
 
JDKSerializer() - Constructor for class co.paralleluniverse.io.serialization.JDKSerializer
 

K

kryo - Variable in class co.paralleluniverse.io.serialization.KryoSerializer
 
KryoSerializer - Class in co.paralleluniverse.io.serialization
 
KryoSerializer() - Constructor for class co.paralleluniverse.io.serialization.KryoSerializer
 

M

main(String[]) - Static method in class co.paralleluniverse.galaxy.example.Peer1
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.Peer2
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.Peer3
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.Peer4
 
main(String[]) - Static method in class co.paralleluniverse.galaxy.example.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
 
Peer1() - Constructor for class co.paralleluniverse.galaxy.example.Peer1
 
Peer2 - Class in co.paralleluniverse.galaxy.example
 
Peer2() - Constructor for class co.paralleluniverse.galaxy.example.Peer2
 
Peer3 - Class in co.paralleluniverse.galaxy.example
 
Peer3() - Constructor for class co.paralleluniverse.galaxy.example.Peer3
 
Peer4 - Class in co.paralleluniverse.galaxy.example
 
Peer4() - Constructor for class co.paralleluniverse.galaxy.example.Peer4
 
PeerTKB - Class in co.paralleluniverse.galaxy.example
 
PeerTKB(String, int) - Constructor for class co.paralleluniverse.galaxy.example.PeerTKB
 
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

read(byte[]) - Method in interface co.paralleluniverse.io.serialization.ByteArraySerializer
 
read(Kryo, Input, Class<T>) - Method in class co.paralleluniverse.io.serialization.ExternalizableKryoSerializer
 
read(InputStream) - Method in interface co.paralleluniverse.io.serialization.IOStreamSerializer
 
read(byte[]) - Method in class co.paralleluniverse.io.serialization.JDKSerializer
 
read(InputStream) - Method in class co.paralleluniverse.io.serialization.JDKSerializer
 
read(byte[]) - Method in class co.paralleluniverse.io.serialization.KryoSerializer
 
read(byte[], Class<T>) - Method in class co.paralleluniverse.io.serialization.KryoSerializer
 
read(InputStream) - Method in class co.paralleluniverse.io.serialization.KryoSerializer
 
read(InputStream, Class<T>) - Method in class co.paralleluniverse.io.serialization.KryoSerializer
 
read(Kryo, Input, Class<Object>) - Method in class co.paralleluniverse.io.serialization.ReplacableObjectSerializer
 
read(byte[]) - Method in class co.paralleluniverse.io.serialization.Serialization
 
read(InputStream) - Method in class co.paralleluniverse.io.serialization.Serialization
 
readObject(Input, Class<T>, Serializer) - Method in class co.paralleluniverse.io.serialization.ReplaceableObjectKryo
 
readResolve() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
register(Class) - Static method in class co.paralleluniverse.io.serialization.KryoSerializer
 
register(Class, int) - Static method in class co.paralleluniverse.io.serialization.KryoSerializer
 
register(Class, Serializer) - Static method in class co.paralleluniverse.io.serialization.KryoSerializer
 
register(Class, Serializer, int) - Static method in class co.paralleluniverse.io.serialization.KryoSerializer
 
register(Object, Runnable) - Static method in class co.paralleluniverse.remote.galaxy.Finalizer
 
register(LocalActor<?, ?>) - 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(RemoteActor, LifecycleListener) - Method in class co.paralleluniverse.remote.galaxy.GlxLifecycleListenerProxy
 
removeLifecycleListeners(RemoteActor, ActorImpl) - 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
 
ReplacableObjectSerializer - Class in co.paralleluniverse.io.serialization
 
ReplacableObjectSerializer(Kryo, Class) - Constructor for class co.paralleluniverse.io.serialization.ReplacableObjectSerializer
 
ReplaceableObjectKryo - Class in co.paralleluniverse.io.serialization
 
ReplaceableObjectKryo() - Constructor for class co.paralleluniverse.io.serialization.ReplaceableObjectKryo
 
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.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
 
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
 
Serialization - Class in co.paralleluniverse.io.serialization
 
ServerTKB - Class in co.paralleluniverse.galaxy.example
 
ServerTKB() - Constructor for class co.paralleluniverse.galaxy.example.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
 

T

toDataInput(InputStream) - Static method in class co.paralleluniverse.io.serialization.JDKSerializer
 
toDataOutput(OutputStream) - Static method in class co.paralleluniverse.io.serialization.JDKSerializer
 
toObjectInput(InputStream) - Static method in class co.paralleluniverse.io.serialization.JDKSerializer
 
toObjectOutput(OutputStream) - Static method in class co.paralleluniverse.io.serialization.JDKSerializer
 
trySend(Message) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 

U

unregister(LocalActor<?, ?>) - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 

W

write(Object) - Method in interface co.paralleluniverse.io.serialization.ByteArraySerializer
 
write(Kryo, Output, T) - Method in class co.paralleluniverse.io.serialization.ExternalizableKryoSerializer
 
write(OutputStream, Object) - Method in interface co.paralleluniverse.io.serialization.IOStreamSerializer
 
write(Object) - Method in class co.paralleluniverse.io.serialization.JDKSerializer
 
write(OutputStream, Object) - Method in class co.paralleluniverse.io.serialization.JDKSerializer
 
write(Object) - Method in class co.paralleluniverse.io.serialization.KryoSerializer
 
write(OutputStream, Object) - Method in class co.paralleluniverse.io.serialization.KryoSerializer
 
write(Kryo, Output, Object) - Method in class co.paralleluniverse.io.serialization.ReplacableObjectSerializer
 
write(Object) - Method in class co.paralleluniverse.io.serialization.Serialization
 
write(OutputStream, Object) - Method in class co.paralleluniverse.io.serialization.Serialization
 
writeClass(Output, Class) - Method in class co.paralleluniverse.io.serialization.ReplaceableObjectKryo
 
writeClassAndObject(Output, Object) - Method in class co.paralleluniverse.io.serialization.ReplaceableObjectKryo
 
writeObject(Output, Object, Serializer) - Method in class co.paralleluniverse.io.serialization.ReplaceableObjectKryo
 
A B C D E F G H I J K M P R S T U W