| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence.tree | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.internal.util.lang | |
| org.apache.ignite.internal.util.spring | |
| org.apache.ignite.internal.util.typedef |
Contains typedefs definitions for frequently used classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
BPlusTree.destroyDownPages(LongListReuseBag bag,
long pageId,
int lvl,
@Nullable IgniteInClosure<L> c,
AtomicLong lockHoldStartTime,
long lockMaxTime,
Deque<GridTuple3<Long,Long,Long>> lockedPages)
Recursively destroys tree pages.
|
| Modifier and Type | Method and Description |
|---|---|
static List<GridTuple3<String,Long,File>> |
GridConfigurationFinder.getConfigFiles()
Lists paths to all Ignite configuration files located in IGNITE_HOME with their
last modification timestamps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTriple<T>
Simple extension over
GridTuple3 for three objects of the same type. |
| Modifier and Type | Method and Description |
|---|---|
static <V1,V2,V3> GridTuple3<V1,V2,V3> |
GridFunc.t(V1 v1,
V2 v2,
V3 v3)
Factory method returning new tuple with given parameters.
|
static <V1,V2,V3> GridTuple3<V1,V2,V3> |
GridFunc.t3()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GridTuple3<Map<String,?>,Map<Class<?>,Collection>,? extends GridSpringResourceContext> |
IgniteSpringHelper.loadBeans(URL cfgUrl,
Collection<String> beanNames,
Class<?>... beanClasses)
Loads bean instances that match the given types or names from given configuration file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
T3<V1,V2,V3>
Defines
alias for GridTuple3 by extending it. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023