- 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
-
- 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
-