Index

A B C I L M N O S W 
All Classes and Interfaces|All Packages|Serialized Form

A

api() - Method in interface org.apache.ignite.IgniteServer
Returns the Ignite API.
appendClusterConfiguration(String) - Method in class org.apache.ignite.InitParametersBuilder
Append provided cluster configuration clusterConfiguration to current cluster config.
asyncContinuationExecutor(Executor) - Method in class org.apache.ignite.IgniteServer.Builder
Specifies executor in which futures obtained via API will be completed..

B

build() - Method in class org.apache.ignite.IgniteServer.Builder
Builds an IgniteServer.
build() - Method in class org.apache.ignite.InitParametersBuilder
builder() - Static method in class org.apache.ignite.InitParameters
 
builder(String, String, Path) - Static method in interface org.apache.ignite.IgniteServer
Returns a builder for an embedded Ignite node.
builder(String, Path, Path) - Static method in interface org.apache.ignite.IgniteServer
Returns a builder for an embedded Ignite node.

C

clusterConfiguration() - Method in class org.apache.ignite.InitParameters
 
clusterConfiguration(String) - Method in class org.apache.ignite.InitParametersBuilder
Sets cluster configuration, that will be applied after initialization.
ClusterInitFailureException - Exception in org.apache.ignite.lang
Thrown when cluster initialization failed.
ClusterInitFailureException(String) - Constructor for exception org.apache.ignite.lang.ClusterInitFailureException
 
ClusterInitFailureException(String, Throwable) - Constructor for exception org.apache.ignite.lang.ClusterInitFailureException
 
ClusterInitFailureException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.ClusterInitFailureException
 
clusterName() - Method in class org.apache.ignite.InitParameters
 
clusterName(String) - Method in class org.apache.ignite.InitParametersBuilder
Sets Human-readable name of the cluster.
ClusterNotInitializedException - Exception in org.apache.ignite.lang
Thrown when cluster is not yet initialized.
ClusterNotInitializedException() - Constructor for exception org.apache.ignite.lang.ClusterNotInitializedException
 
ClusterNotInitializedException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.ClusterNotInitializedException
 
cmgNodeNames() - Method in class org.apache.ignite.InitParameters
 
cmgNodeNames(String...) - Method in class org.apache.ignite.InitParametersBuilder
Sets names of nodes that will host the CMG.
cmgNodeNames(Collection<String>) - Method in class org.apache.ignite.InitParametersBuilder
Sets names of nodes that will host the CMG.
cmgNodes(Collection<IgniteServer>) - Method in class org.apache.ignite.InitParametersBuilder
Sets nodes that will host the CMG.
cmgNodes(IgniteServer...) - Method in class org.apache.ignite.InitParametersBuilder
Sets nodes that will host the CMG.

I

IgniteServer - Interface in org.apache.ignite
Embedded Ignite node.
IgniteServer.Builder - Class in org.apache.ignite
Builder for IgniteServer.
initCluster(InitParameters) - Method in interface org.apache.ignite.IgniteServer
Initializes the cluster that the given node is present in synchronously.
initClusterAsync(InitParameters) - Method in interface org.apache.ignite.IgniteServer
Initializes the cluster that the given node is present in.
InitParameters - Class in org.apache.ignite
Initialization parameters.
InitParametersBuilder - Class in org.apache.ignite
Builder of InitParameters.
InitParametersBuilder() - Constructor for class org.apache.ignite.InitParametersBuilder
 

L

license() - Method in class org.apache.ignite.InitParameters
 
license(String) - Method in class org.apache.ignite.InitParametersBuilder
 

M

metaStorageNodeNames() - Method in class org.apache.ignite.InitParameters
 
metaStorageNodeNames(String...) - Method in class org.apache.ignite.InitParametersBuilder
Sets names of nodes that will host the Meta Storage.
metaStorageNodeNames(Collection<String>) - Method in class org.apache.ignite.InitParametersBuilder
Sets names of nodes that will host the Meta Storage.
metaStorageNodes(Collection<IgniteServer>) - Method in class org.apache.ignite.InitParametersBuilder
Sets nodes that will host the Meta Storage.
metaStorageNodes(IgniteServer...) - Method in class org.apache.ignite.InitParametersBuilder
Sets nodes that will host the Meta Storage.

N

name() - Method in interface org.apache.ignite.IgniteServer
Returns node name.
NodeNotStartedException - Exception in org.apache.ignite.lang
Thrown when embedded node is not yet started or it's already stopped.
NodeNotStartedException() - Constructor for exception org.apache.ignite.lang.NodeNotStartedException
 
NodeNotStartedException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.NodeNotStartedException
 
NodeStartException - Exception in org.apache.ignite.lang
Thrown when node failed to start.
NodeStartException(String) - Constructor for exception org.apache.ignite.lang.NodeStartException
 
NodeStartException(String, Throwable) - Constructor for exception org.apache.ignite.lang.NodeStartException
 
NodeStartException(UUID, int, String, Throwable) - Constructor for exception org.apache.ignite.lang.NodeStartException
 

O

org.apache.ignite - package org.apache.ignite
 
org.apache.ignite.lang - package org.apache.ignite.lang
 

S

serviceLoaderClassLoader(ClassLoader) - Method in class org.apache.ignite.IgniteServer.Builder
Specifies class loader to use when loading components via ServiceLoader.
shutdown() - Method in interface org.apache.ignite.IgniteServer
Stops the node synchronously.
shutdownAsync() - Method in interface org.apache.ignite.IgniteServer
Stops the node.
start() - Method in interface org.apache.ignite.IgniteServer
Starts the node.
start(String, String, Path) - Static method in interface org.apache.ignite.IgniteServer
Starts an embedded Ignite node with a configuration from a HOCON string synchronously.
start(String, Path, Path) - Static method in interface org.apache.ignite.IgniteServer
Starts an embedded Ignite node with a configuration from a HOCON file synchronously.
startAsync() - Method in interface org.apache.ignite.IgniteServer
Starts the node.
startAsync(String, String, Path) - Static method in interface org.apache.ignite.IgniteServer
Starts an embedded Ignite node with a configuration from a HOCON string.
startAsync(String, Path, Path) - Static method in interface org.apache.ignite.IgniteServer
Starts an embedded Ignite node with a configuration from a HOCON file.

W

waitForInitAsync() - Method in interface org.apache.ignite.IgniteServer
Waits for the cluster initialization.
A B C I L M N O S W 
All Classes and Interfaces|All Packages|Serialized Form