Skip navigation links
A B C D E F G H I K M P R S T U 

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(LifecycleListener) - Method in class co.paralleluniverse.remote.galaxy.GlxNonGlobalRemoteActor
 
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
 

C

Canonicalizer<K,V> - Class in co.paralleluniverse.remote.galaxy
 
Canonicalizer() - Constructor for class co.paralleluniverse.remote.galaxy.Canonicalizer
 
close() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
close(Throwable) - 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.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.GlxRemoteActorProxyFactory
 
create(SendPort<Message>, Object) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannelProxyFactory
 

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.GlxGlobalChannelId
 
equals(Object) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteActor
 
equals(Object) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
evicted(Cache, long) - Method in class co.paralleluniverse.remote.galaxy.GlobalRemoteChannelReceiver
 

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
 
get(K, Callable<V>) - Method in class co.paralleluniverse.remote.galaxy.Canonicalizer
 
get(K, V) - Method in class co.paralleluniverse.remote.galaxy.Canonicalizer
 
getActor(String) - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 
getActor(String, long, TimeUnit) - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 
getAddress() - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalChannelId
 
getDelegate() - Method in class co.paralleluniverse.galaxy.quasar.Grid
 
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
 
getId() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteActor
 
getId() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
getImpl(ActorRef<?>) - Static method in class co.paralleluniverse.remote.galaxy.GlxRemoteActor
 
getInstance() - Static method in class co.paralleluniverse.galaxy.quasar.Grid
 
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
 
getOrRegisterActor(String, Callable<T>) - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 
getReceiver(SendPort<Message>, long) - Static method in class co.paralleluniverse.remote.galaxy.GlobalRemoteChannelReceiver
 
getReceiver(SendPort<Message>) - Static method in class co.paralleluniverse.remote.galaxy.RemoteChannelReceiver
 
getRef(ActorImpl<Message>, ActorRef<Message>) - Method in class co.paralleluniverse.remote.galaxy.GlxActorRefCanonicalizer
 
getRoot(String, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Gets or possibly creates a root data item.
getRoot(String, long, 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
 
getRoot(String, long, 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.GlxGlobalChannelId
 
getTopic() - Method in class co.paralleluniverse.remote.galaxy.RemoteChannelReceiver
 
getVersion(long) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Item version
getVersion(long) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
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
 
GlobalRemoteChannelReceiver<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.
GlobalRemoteChannelReceiver.MessageFilter<Message> - Interface in co.paralleluniverse.remote.galaxy
 
GlxActorRefCanonicalizer - Class in co.paralleluniverse.remote.galaxy
 
GlxActorRefCanonicalizer() - Constructor for class co.paralleluniverse.remote.galaxy.GlxActorRefCanonicalizer
 
GlxGlobalChannelId - Class in co.paralleluniverse.remote.galaxy
 
GlxGlobalChannelId(boolean, long, long) - Constructor for class co.paralleluniverse.remote.galaxy.GlxGlobalChannelId
 
GlxGlobalRegistry - Class in co.paralleluniverse.remote.galaxy
 
GlxGlobalRegistry() - Constructor for class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 
GlxGlobalRemoteActor<Message> - Class in co.paralleluniverse.remote.galaxy
 
GlxGlobalRemoteActor(ActorRef<Message>, Object) - Constructor for class co.paralleluniverse.remote.galaxy.GlxGlobalRemoteActor
 
GlxMigrator - Class in co.paralleluniverse.remote.galaxy
 
GlxMigrator() - Constructor for class co.paralleluniverse.remote.galaxy.GlxMigrator
 
GlxNonGlobalRemoteActor<Message> - Class in co.paralleluniverse.remote.galaxy
 
GlxNonGlobalRemoteActor(ActorRef<Message>) - Constructor for class co.paralleluniverse.remote.galaxy.GlxNonGlobalRemoteActor
 
GlxRemoteActor<Message> - Class in co.paralleluniverse.remote.galaxy
 
GlxRemoteActor(ActorRef<Message>) - Constructor for class co.paralleluniverse.remote.galaxy.GlxRemoteActor
 
GlxRemoteActorProxyFactory - Class in co.paralleluniverse.remote.galaxy
 
GlxRemoteActorProxyFactory() - Constructor for class co.paralleluniverse.remote.galaxy.GlxRemoteActorProxyFactory
 
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
GlxRemoteChannelProxyFactory - Class in co.paralleluniverse.remote.galaxy
 
GlxRemoteChannelProxyFactory() - Constructor for class co.paralleluniverse.remote.galaxy.GlxRemoteChannelProxyFactory
 
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
 

H

hashCode() - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalChannelId
 
hashCode() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteActor
 
hashCode() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
hire(ActorRef, ActorImpl, ByteArraySerializer) - Method in class co.paralleluniverse.remote.galaxy.GlxMigrator
 

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
 
invalidated(Cache, long) - Method in class co.paralleluniverse.remote.galaxy.GlobalRemoteChannelReceiver
 
invoke(long, LineFunction<T>) - Method in interface co.paralleluniverse.galaxy.quasar.Store
 
invoke(long, LineFunction<T>) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
isGlobal() - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalChannelId
 
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
 

K

killed(Cache, long) - Method in class co.paralleluniverse.remote.galaxy.GlobalRemoteChannelReceiver
 

M

messageReceived(byte[]) - Method in class co.paralleluniverse.remote.galaxy.GlobalRemoteChannelReceiver
 
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
 
migrate(Object, Actor, byte[]) - Method in class co.paralleluniverse.remote.galaxy.GlxMigrator
 

P

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.GlxGlobalRemoteActor
 
readResolve() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteActor
 
readResolve() - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 
received(Cache, long, long, ByteBuffer) - Method in class co.paralleluniverse.remote.galaxy.GlobalRemoteChannelReceiver
 
register(Object, Runnable) - Static method in class co.paralleluniverse.remote.galaxy.Finalizer
 
register(Actor<Message, ?>, ActorRef<Message>) - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 
registerMigratingActor() - Method in class co.paralleluniverse.remote.galaxy.GlxMigrator
 
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(LifecycleListener) - Method in class co.paralleluniverse.remote.galaxy.GlxNonGlobalRemoteActor
 
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
 
removeObserverListeners(ActorRef) - Method in class co.paralleluniverse.remote.galaxy.GlxNonGlobalRemoteActor
 
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
 

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(long, Streamable) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Sends a message to an item, which will be received by CacheListener.messageReceived on the item's owning node.
send(long, byte[]) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Sends a message to an item, which will be received by CacheListener.messageReceived on the item's owning node.
send(long, Streamable) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
send(long, byte[]) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
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
 
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(GlobalRemoteChannelReceiver.MessageFilter<Message>) - Method in class co.paralleluniverse.remote.galaxy.GlobalRemoteChannelReceiver
 
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
 
setListenerIfAbsent(long, CacheListener) - Method in interface co.paralleluniverse.galaxy.quasar.Store
Sets a listener listening for local cache events on the given item if absent.
setListenerIfAbsent(long, CacheListener) - Method in class co.paralleluniverse.galaxy.quasar.StoreImpl
 
shouldForwardMessage(Message) - Method in interface co.paralleluniverse.remote.galaxy.GlobalRemoteChannelReceiver.MessageFilter
 
shouldForwardMessage(Message) - Method in interface co.paralleluniverse.remote.galaxy.RemoteChannelReceiver.MessageFilter
 
shutdown() - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 
stopReceiver(long) - Static method in class co.paralleluniverse.remote.galaxy.GlobalRemoteChannelReceiver
 
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

toString() - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalChannelId
 
tryGetActor(String) - Method in class co.paralleluniverse.remote.galaxy.GlxGlobalRegistry
 
trySend(Message) - Method in class co.paralleluniverse.remote.galaxy.GlxRemoteChannel
 

U

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