| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.managers.communication |
TODO.
|
| org.apache.ignite.internal.managers.deployment |
TODO.
|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.datastreamer |
Data streamer processor.
|
| Modifier and Type | Field and Description |
|---|---|
static DeploymentMode |
IgniteConfiguration.DFLT_DEPLOYMENT_MODE
Default deployment mode (value is
SHARED). |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable DeploymentMode |
DeploymentMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
DeploymentMode |
IgniteConfiguration.getDeploymentMode()
Gets deployment mode for deploying tasks and other classes on this node.
|
static DeploymentMode |
DeploymentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentMode[] |
DeploymentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteConfiguration |
IgniteConfiguration.setDeploymentMode(DeploymentMode deployMode)
Sets task classes and resources sharing mode.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentMode |
GridJobExecuteRequest.getDeploymentMode() |
| Constructor and Description |
|---|
GridJobExecuteRequest(IgniteUuid sesId,
IgniteUuid jobId,
String taskName,
String userVer,
String taskClsName,
byte[] jobBytes,
ComputeJob job,
long startTaskTime,
long timeout,
@Nullable Collection<UUID> top,
@Nullable IgnitePredicate<ClusterNode> topPred,
byte[] topPredBytes,
byte[] siblingsBytes,
Collection<ComputeJobSibling> siblings,
byte[] sesAttrsBytes,
Map<Object,Object> sesAttrs,
byte[] jobAttrsBytes,
Map<? extends Serializable,? extends Serializable> jobAttrs,
String cpSpi,
IgniteUuid clsLdrId,
DeploymentMode depMode,
boolean dynamicSiblings,
Map<UUID,IgniteUuid> ldrParticipants,
boolean forceLocDep,
boolean sesFullSup,
boolean internal,
@Nullable int[] cacheIds,
int part,
@Nullable AffinityTopologyVersion topVer,
@Nullable String execName) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DeploymentMode |
GridIoUserMessage.deploymentMode() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentMode |
GridDeploymentInfoBean.deployMode() |
DeploymentMode |
GridDeployment.deployMode()
Gets property depMode.
|
DeploymentMode |
GridDeploymentInfo.deployMode() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable GridDeployment |
GridDeploymentManager.getGlobalDeployment(DeploymentMode depMode,
String rsrcName,
String clsName,
String userVer,
UUID sndNodeId,
IgniteUuid clsLdrId,
Map<UUID,IgniteUuid> participants,
@Nullable IgnitePredicate<ClusterNode> nodeFilter) |
| Constructor and Description |
|---|
GridDeploymentInfoBean(IgniteUuid clsLdrId,
String userVer,
DeploymentMode depMode,
Map<UUID,IgniteUuid> participants) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDeploymentManager.p2pContext(UUID sndId,
IgniteUuid ldrId,
String userVer,
DeploymentMode mode,
Map<UUID,IgniteUuid> participants) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentMode |
DataStreamerRequest.deploymentMode() |
| Constructor and Description |
|---|
DataStreamerRequest(long reqId,
byte[] resTopicBytes,
@Nullable String cacheName,
byte[] updaterBytes,
Collection<DataStreamerEntry> entries,
boolean ignoreDepOwnership,
boolean skipStore,
boolean keepBinary,
DeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,IgniteUuid> ldrParticipants,
IgniteUuid clsLdrId,
boolean forceLocDep,
@NotNull AffinityTopologyVersion topVer,
int partId) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023