- abort(StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Ends a transaction after a failure.
- AbstractCacheListener - Class in co.paralleluniverse.galaxy
-
- AbstractCacheListener() - Constructor for class co.paralleluniverse.galaxy.AbstractCacheListener
-
- AbstractNodeAddressResolver<Address> - Class in co.paralleluniverse.galaxy.cluster
-
- AbstractNodeAddressResolver(Cluster) - Constructor for class co.paralleluniverse.galaxy.cluster.AbstractNodeAddressResolver
-
- addDependency(Service) - Method in class co.paralleluniverse.common.spring.Service
-
Adds a service this service depends on.
- addLifecycleListener(LifecycleListener) - Method in interface co.paralleluniverse.galaxy.Cluster
-
Adds a listener for lifecycle events.
- addListener(DistributedTree.Listener) - Method in class co.paralleluniverse.galaxy.cluster.DistributedBranchHelper
-
- addListener(String, DistributedTree.Listener) - Method in interface co.paralleluniverse.galaxy.cluster.DistributedTree
-
Adds a
listener
listening for modifications on the given node.
- addListener(String, DistributedTree.Listener) - Method in class co.paralleluniverse.galaxy.cluster.DistributedTreeAdapter
-
- addMasterNodePropertyListener(String, NodePropertyListener) - Method in interface co.paralleluniverse.galaxy.Cluster
-
Adds a listener that will be notified when a node property has changed on one of the master nodes.
- addMessageListener(long, MessageListener) - Method in interface co.paralleluniverse.galaxy.Messenger
-
Adds a message listener on a lonng
topic.
- addMessageListener(String, MessageListener) - Method in interface co.paralleluniverse.galaxy.Messenger
-
Adds a message listener on a String
topic.
- addNodeChangeListener(NodeChangeListener) - Method in interface co.paralleluniverse.galaxy.Cluster
-
Adds a listener for events relating nodes joining and leaving the cluster.
- addNodeProperty(String, boolean, boolean, ReaderWriter<?>) - Method in interface co.paralleluniverse.galaxy.Cluster
-
Adds a new node property that will be visible on the cluster.
- addSlaveConfigurationListener(SlaveConfigurationListener) - Method in interface co.paralleluniverse.galaxy.Cluster
-
Adds a listener for events relating to this master-slaves node group configuration.
- addSlaveNodePropertyListener(String, NodePropertyListener) - Method in interface co.paralleluniverse.galaxy.Cluster
-
Adds a listener that will be notified when a node property has changed on one of this node's slaves.
- afterPropertiesSet() - Method in class co.paralleluniverse.common.spring.Component
-
- alloc(int, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Allocates one or more new (and empty) items in the store.
- allocAsync(int, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Allocates one or more new (and empty) items in the store.
- asObjectInput(Input, Kryo) - Static method in class co.paralleluniverse.io.serialization.kryo.KryoUtil
-
- asObjectOutput(Output, Kryo) - Static method in class co.paralleluniverse.io.serialization.kryo.KryoUtil
-
- assertDuringInitialization() - Method in class co.paralleluniverse.common.spring.Component
-
- assertInitialized() - Method in class co.paralleluniverse.common.spring.Component
-
- available(boolean) - Method in class co.paralleluniverse.common.spring.Service
-
Called when this service becomes available (it is ready and all its dependencies are available) or unavailable.
- awaitAvailable() - Method in class co.paralleluniverse.common.spring.Service
-
Availability changes between calls to this method are the responsibility of the user code, which must be able to handle a short interruption (e.g.
- GalaxyTestingUtils - Class in co.paralleluniverse.galaxy.testing
-
- GalaxyTestingUtils() - Constructor for class co.paralleluniverse.galaxy.testing.GalaxyTestingUtils
-
- get() - Method in class co.paralleluniverse.common.concurrent.SimpleFuture
-
- get(long, TimeUnit) - Method in class co.paralleluniverse.common.concurrent.SimpleFuture
-
- get(String) - Method in interface co.paralleluniverse.galaxy.cluster.DistributedTree
-
Returns the contents of a given node.
- get(String) - Method in class co.paralleluniverse.galaxy.cluster.DistributedTreeAdapter
-
- get(String) - Method in interface co.paralleluniverse.galaxy.cluster.NodeInfo
-
Returns a given property of the node.
- get(long) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item.
- get(long, Persistable) - Method in interface co.paralleluniverse.galaxy.Store
-
- get(long, short) - Method in interface co.paralleluniverse.galaxy.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.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.
- getAddress(NodeInfo) - Method in class co.paralleluniverse.galaxy.cluster.AbstractNodeAddressResolver
-
- getAddress(String) - Method in interface co.paralleluniverse.galaxy.cluster.SlaveAddressResolver
-
- getArray(ByteBuffer, int, Object) - Static method in class co.paralleluniverse.common.io.ByteBufferUtil
-
- getArray(ByteBuffer, Object) - Static method in class co.paralleluniverse.common.io.ByteBufferUtil
-
- getAsync(long) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously.
- getAsync(long, Persistable) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item into a
Persistable
asynchronously.
- getAsync(long, short) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously, using a hint as to its
owner
in
the cluster.
- getAsync(long, short, Persistable) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously into a
Persistable
, using a hint as to its
owner
in the cluster.
- getChecksum() - Method in class co.paralleluniverse.common.io.HashFunctionChecksum
-
- getChildExecutor(Runnable) - Method in class co.paralleluniverse.common.concurrent.OrderedThreadPoolExecutor
-
- getChildExecutorKey(Runnable) - Method in class co.paralleluniverse.common.concurrent.OrderedThreadPoolExecutor
-
- getChildren() - Method in class co.paralleluniverse.galaxy.cluster.DistributedBranchHelper
-
- getChildren(String) - Method in interface co.paralleluniverse.galaxy.cluster.DistributedTree
-
Returns all child-nodes (direct descendents) of a given node, with ephemeral ordered nodes returned in the order they were created.
- getChildren(String) - Method in class co.paralleluniverse.galaxy.cluster.DistributedTreeAdapter
-
- getDependedBy() - Method in class co.paralleluniverse.common.spring.Service
-
- getDependencyGraph() - Method in class co.paralleluniverse.common.spring.Service
-
- getDependsOn() - Method in class co.paralleluniverse.common.spring.Service
-
- getDistributedTree() - Method in interface co.paralleluniverse.galaxy.Cluster
-
- getExecutor() - Method in interface co.paralleluniverse.common.concurrent.WithExecutor
-
Returns the executor on which to run the object's methods.
- getForRead() - Method in interface co.paralleluniverse.galaxy.LineFunction.LineAccess
-
- getForWrite(int) - Method in interface co.paralleluniverse.galaxy.LineFunction.LineAccess
-
- getFromOwner(long, long) - Method in interface co.paralleluniverse.galaxy.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.Store
-
Retrieves a given data item, using a hint as to its
owner
in the cluster.
- getFromOwnerAsync(long, long) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously, using a hint as to its
owner
in
the cluster.
- getFromOwnerAsync(long, long, Persistable) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously, using a hint as to its
owner
in
the cluster.
- getInstance(int) - Static method in class co.paralleluniverse.common.concurrent.QueueFactory
-
- getInstance() - Static method in class co.paralleluniverse.galaxy.Grid
-
Retrieves the named grid instance, as specified in the default configuration file.
- getInstance(String, String) - Static method in class co.paralleluniverse.galaxy.Grid
-
Retrieves the grid instance, as defined in the given configuration file.
- getInstance(String, Properties) - Static method in class co.paralleluniverse.galaxy.Grid
-
Retrieves the grid instance, as defined in the given configuration file.
- getInstance() - Static method in class co.paralleluniverse.io.serialization.Serialization
-
- getKryo() - Method in class co.paralleluniverse.io.serialization.kryo.KryoSerializer
-
- getKryo() - Static method in class co.paralleluniverse.io.serialization.Serialization
-
- getListener(long) - Method in interface co.paralleluniverse.galaxy.Cache
-
- getListener(long) - Method in interface co.paralleluniverse.galaxy.Store
-
- getMaster(short) - Method in interface co.paralleluniverse.galaxy.Cluster
-
Returns a given node-group master if this node is a slave.
- getMasters() - Method in interface co.paralleluniverse.galaxy.Cluster
-
Returns all the current, online master nodes.
- getMaxItemSize() - Method in interface co.paralleluniverse.galaxy.Store
-
Returns the maximum size, in bytes, of a data item in the grid.
- getMyMaster() - Method in interface co.paralleluniverse.galaxy.Cluster
-
Returns this node's master node if this is a slave.
- getMyNodeId() - Method in interface co.paralleluniverse.galaxy.Cluster
-
Returns this cluster node's ID.
- getMyNodeInfo() - Method in interface co.paralleluniverse.galaxy.Cluster
-
Returns this cluster node's info.
- getMySlaves() - Method in interface co.paralleluniverse.galaxy.Cluster
-
Returns this node's master node if this is a slave.
- getName() - Method in class co.paralleluniverse.common.spring.Component
-
- getName() - Method in interface co.paralleluniverse.galaxy.cluster.NodeInfo
-
Returns the node's cluster-wide unique name.
- getNode(Address) - Method in interface co.paralleluniverse.galaxy.cluster.SlaveAddressResolver
-
- getNodeAddress(short) - Method in class co.paralleluniverse.galaxy.cluster.AbstractNodeAddressResolver
-
- getNodeAddress(short) - Method in interface co.paralleluniverse.galaxy.cluster.NodeAddressResolver
-
Returns the address of the master node with the given ID.
- getNodeId(Address) - Method in class co.paralleluniverse.galaxy.cluster.AbstractNodeAddressResolver
-
- getNodeId(Address) - Method in interface co.paralleluniverse.galaxy.cluster.NodeAddressResolver
-
- getNodeId() - Method in interface co.paralleluniverse.galaxy.cluster.NodeInfo
-
Returns the node's ID.
- getNodeInfoByName(String) - Method in interface co.paralleluniverse.galaxy.Cluster
-
Returns a
NodeInfo
for any cluster node, identified by its (unique) name.
- getNodes() - Method in interface co.paralleluniverse.galaxy.Cluster
-
Returns the IDs of all online nodes (each master and slaves group of nodes is listed once - remember: masters and slaves share the same ID).
- getNodesByProperty(String, Object) - Method in interface co.paralleluniverse.galaxy.Cluster
-
Returns a set of
NodeInfo
for any cluster node, with a property equal to the given value.
- getObject() - Method in class co.paralleluniverse.common.spring.NullBean
-
- getObjectType() - Method in class co.paralleluniverse.common.spring.NullBean
-
- getProperties() - Method in interface co.paralleluniverse.galaxy.cluster.NodeInfo
-
Returns a collection of all of this node's property names.
- getRoot(String, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Gets or possibly creates a root data item.
- getRoot(String, long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Gets or possibly creates a root data item.
- gets(long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.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.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.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.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.
- getsAsync(long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously, and pins the shared (cached) instance to this node.
- getsAsync(long, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data asynchronously item into a
Persistable
, and pins the shared (cached) instance to
this node.
- getsAsync(long, short, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously with a hint as to its
owner
in the cluster,
and pins the shared (cached) instance to this node.
- getsAsync(long, short, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data asynchronously item into a
Persistable
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 interface co.paralleluniverse.galaxy.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.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.
- getsFromOwnerAsync(long, long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously with a hint as to its
owner
in the cluster,
and pins the shared (cached) instance to this node.
- getsFromOwnerAsync(long, long, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously with a hint as to its
owner
in the cluster, and
pins the shared (cached) instance to this node.
- getState(long) - Method in interface co.paralleluniverse.galaxy.Store
-
Returns an item's state in the local store.
- getType() - Method in class co.paralleluniverse.common.spring.Component
-
- getUnderlyingResource() - Method in interface co.paralleluniverse.galaxy.Cluster
-
Returns the main resource used by the cluster for coordination, namely a org.jgroups.JChannel
for a JGroups-based cluster or
a com.netflix.curator.framework.CuratorFramework
for a ZooKeeper-based cluster.
- getVersion(long) - Method in interface co.paralleluniverse.galaxy.Store
-
CacheLine version
- getx(long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.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.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.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.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.
- getxAsync(long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously, makes this node its exclusive owner, and pins it.
- getxAsync(long, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously into a
Persistable
, makes this node its exclusive owner, and
pins it.
- getxAsync(long, short, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously with a hint as to its
owner
in the cluster,
makes this node its exclusive owner, and pins it.
- getxAsync(long, short, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously 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 interface co.paralleluniverse.galaxy.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.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.
- getxFromOwnerAsync(long, long, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously with a hint as to its
owner
in the cluster,
makes this node its exclusive owner, and pins it.
- getxFromOwnerAsync(long, long, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Retrieves a given data item asynchronously with a hint as to its
owner
in the cluster,
makes this node its exclusive owner, and pins it.
- goOffline() - Method in interface co.paralleluniverse.galaxy.Cluster
-
Leave the cluster and shutdown the JVM.
- goOnline() - Method in class co.paralleluniverse.galaxy.Grid
-
Makes this node a full participant in the cluster (rather than just an observer).
- Grid - Class in co.paralleluniverse.galaxy
-
The central access point to the grid's services (the word grid describes the collection distributed of software provided
in the physical node cluster).
- parent(String) - Static method in class co.paralleluniverse.galaxy.cluster.DistributedTreeUtil
-
Returns the parent tree node of a given node.
- pathToResource(String) - Static method in class co.paralleluniverse.galaxy.testing.GalaxyTestingUtils
-
- Persistable - Interface in co.paralleluniverse.common.io
-
This interface marks an object that can be persisted to a
ByteBuffer
.
- persistable(Streamable) - Static method in class co.paralleluniverse.common.io.Persistables
-
- persistable(ByteBuffer) - Static method in class co.paralleluniverse.common.io.Persistables
-
- Persistables - Class in co.paralleluniverse.common.io
-
- postInit() - Method in class co.paralleluniverse.common.spring.Component
-
Called after bean properties have been set, and init() called.
- postInit() - Method in class co.paralleluniverse.common.spring.Service
-
- print(String, PrintStream) - Method in interface co.paralleluniverse.galaxy.cluster.DistributedTree
-
Prints the tree's structure, starting at a given node, to the given stream.
- print(String, PrintStream) - Method in class co.paralleluniverse.galaxy.cluster.DistributedTreeAdapter
-
- propertyChanged(NodeInfo, String, Object) - Method in interface co.paralleluniverse.galaxy.cluster.NodePropertyListener
-
Invoked when the node's property has been added, changed or removed.
- push(long, short...) - Method in interface co.paralleluniverse.galaxy.Store
-
Makes the given item available in the given nodes' cache.
- pushx(long, short) - Method in interface co.paralleluniverse.galaxy.Store
-
Makes the given item available in the given node's cache, and makes that node the owner of the item.
- put(byte[], StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Puts a new item into the store and returns its (newly allocated) ID.
- put(ByteBuffer, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Puts a new item into the store and returns its (newly allocated) ID.
- put(Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Puts a new item into the store and returns its (newly allocated) ID.
- putArray(ByteBuffer, int, Object) - Static method in class co.paralleluniverse.common.io.ByteBufferUtil
-
- putArray(ByteBuffer, Object) - Static method in class co.paralleluniverse.common.io.ByteBufferUtil
-
- putAsync(byte[], StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Puts a new item into the store and returns its (newly allocated) ID.
- putAsync(ByteBuffer, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Puts a new item into the store and returns its (newly allocated) ID.
- putAsync(Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Puts a new item into the store and returns its (newly allocated) ID.
- send(short, String, byte[]) - Method in interface co.paralleluniverse.galaxy.Messenger
-
Sends a message to a known node, on a String
topic.
- send(short, long, Streamable) - Method in interface co.paralleluniverse.galaxy.Messenger
-
Sends a message to a known node, on a long
topic.
- send(short, String, Streamable) - Method in interface co.paralleluniverse.galaxy.Messenger
-
Sends a message to a known node, on a String
topic.
- send(short, long, byte[]) - Method in interface co.paralleluniverse.galaxy.Messenger
-
Sends a message to a known node, on a long
topic.
- send(long, Streamable) - Method in interface co.paralleluniverse.galaxy.Store
-
- send(long, byte[]) - Method in interface co.paralleluniverse.galaxy.Store
-
- sendAsync(long, Streamable) - Method in interface co.paralleluniverse.galaxy.Store
-
- sendAsync(long, byte[]) - Method in interface co.paralleluniverse.galaxy.Store
-
- sendToOwnerOf(long, long, byte[]) - Method in interface co.paralleluniverse.galaxy.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.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.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.Messenger
-
Sends a message to a the owner of a known grid object node, on a String
topic.
- sendToOwnerOfAsync(long, long, byte[]) - Method in interface co.paralleluniverse.galaxy.Messenger
-
Sends a message to a the owner of a known grid object node, on a long
topic.
- sendToOwnerOfAsync(long, String, byte[]) - Method in interface co.paralleluniverse.galaxy.Messenger
-
Sends a message to a the owner of a known grid object node, on a String
topic.
- sendToOwnerOfAsync(long, long, Streamable) - Method in interface co.paralleluniverse.galaxy.Messenger
-
Sends a message to a the owner of a known grid object node, on a long
topic.
- sendToOwnerOfAsync(long, String, Streamable) - Method in interface co.paralleluniverse.galaxy.Messenger
-
Sends a message to a the owner of a known grid object node, on a String
topic.
- Serialization - Class in co.paralleluniverse.io.serialization
-
- Server - Class in co.paralleluniverse.galaxy
-
This class runs the Galaxy server.
- Server() - Constructor for class co.paralleluniverse.galaxy.Server
-
- Service - Class in co.paralleluniverse.common.spring
-
A component that may have dependencies, and can signal its readiness to its dependents.
- Service(String) - Constructor for class co.paralleluniverse.common.spring.Service
-
Constructs a service with a given name.
- set(String, byte[]) - Method in interface co.paralleluniverse.galaxy.cluster.DistributedTree
-
Associates data with (sets the contents of) a given node.
- set(String, byte[]) - Method in class co.paralleluniverse.galaxy.cluster.DistributedTreeAdapter
-
- set(long, byte[], StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Gains ownership of an item and sets its contents.
- set(long, ByteBuffer, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Gains ownership of an item and sets its contents.
- set(long, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Gains ownership of an item and sets its contents.
- setAsync(long, byte[], StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Gains ownership of an item and sets its contents asynchronously.
- setAsync(long, ByteBuffer, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Gains ownership of an item and sets its contents asynchronously.
- setAsync(long, Persistable, StoreTransaction) - Method in interface co.paralleluniverse.galaxy.Store
-
Gains ownership of an item and sets its contents asynchronously.
- setException(Throwable) - Method in class co.paralleluniverse.common.concurrent.SimpleFuture
-
- setListener(long, CacheListener) - Method in interface co.paralleluniverse.galaxy.Cache
-
Sets a listener listening for local cache events on the given item.
- setListener(long, CacheListener) - Method in interface co.paralleluniverse.galaxy.Store
-
Sets a listener listening for local cache events on the given item.
- setListenerIfAbsent(long, CacheListener) - Method in interface co.paralleluniverse.galaxy.Cache
-
Sets a listener listening for local cache events on the given item if absent.
- setListenerIfAbsent(long, CacheListener) - Method in interface co.paralleluniverse.galaxy.Store
-
Sets a listener listening for local cache events on the given item if absent.
- setNodeProperty(String, Object) - Method in interface co.paralleluniverse.galaxy.Cluster
-
- setReady(boolean) - Method in class co.paralleluniverse.common.spring.Service
-
Sets the readiness of this service.
- setResult(V) - Method in class co.paralleluniverse.common.concurrent.SimpleFuture
-
- SHORT - Static variable in class co.paralleluniverse.galaxy.cluster.ReaderWriters
-
- shutdown() - Method in class co.paralleluniverse.common.spring.Component
-
Called when the container is destroyed.
- SimpleFuture<V> - Class in co.paralleluniverse.common.concurrent
-
- SimpleFuture() - Constructor for class co.paralleluniverse.common.concurrent.SimpleFuture
-
- size() - Method in interface co.paralleluniverse.common.io.Persistable
-
Returns the size in bytes of the object's persisted form.
- size() - Method in interface co.paralleluniverse.common.io.Streamable
-
Returns the size in bytes of the object's serialized form.
- slaveAdded(NodeInfo) - Method in interface co.paralleluniverse.galaxy.cluster.SlaveConfigurationListener
-
Invoked when a new slave was added to this (master) node's group.
- SlaveAddressResolver<Address> - Interface in co.paralleluniverse.galaxy.cluster
-
- SlaveConfigurationListener - Interface in co.paralleluniverse.galaxy.cluster
-
A listener for events relating to this master-slaves node group configuration.
- slaveRemoved(NodeInfo) - Method in interface co.paralleluniverse.galaxy.cluster.SlaveConfigurationListener
-
Invoked when a slave has left this (master) node's group (it's gone offline).
- slice(ByteBuffer, int, int) - Static method in class co.paralleluniverse.common.io.Persistables
-
- slice(ByteBuffer, int) - Static method in class co.paralleluniverse.common.io.Persistables
-
- start(String) - Static method in class co.paralleluniverse.galaxy.Server
-
Starts the galaxy server.
- start(String, String) - Static method in class co.paralleluniverse.galaxy.Server
-
Starts the galaxy server.
- startGlxServer(String, String) - Static method in class co.paralleluniverse.galaxy.testing.GalaxyTestingUtils
-
- startZookeeper(String, String) - Static method in class co.paralleluniverse.galaxy.testing.GalaxyTestingUtils
-
- store() - Method in class co.paralleluniverse.galaxy.Grid
-
Returns the grid's distributed data-store service.
- Store - Interface in co.paralleluniverse.galaxy
-
The grid's distributed data-store service.
- StoreTransaction - Class in co.paralleluniverse.galaxy
-
Represents a grid data-store transaction.
- StoreTransaction() - Constructor for class co.paralleluniverse.galaxy.StoreTransaction
-
- Streamable - Interface in co.paralleluniverse.common.io
-
This interface marks an object that can be serialized to a data stream.
- Streamables - Class in co.paralleluniverse.common.io
-
Provides utility methods for working with
Streamable
s and/or data streams.
- Streamables() - Constructor for class co.paralleluniverse.common.io.Streamables
-
- STRING - Static variable in class co.paralleluniverse.galaxy.cluster.ReaderWriters
-
- switchToMaster() - Method in interface co.paralleluniverse.galaxy.cluster.LifecycleListener
-
Invoked when this (formerly) slave node has now become the master.