Uses of Class
org.apache.ignite.internal.util.lang.GridTuple3
-
Packages that use GridTuple3 Package Description org.apache.ignite.internal.management 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. -
-
Uses of GridTuple3 in org.apache.ignite.internal.management
Methods in org.apache.ignite.internal.management that return GridTuple3 Modifier and Type Method Description GridTuple3<UUID,String,ClusterState>StateCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, NoArg arg, Consumer<String> printer)Executes command logic. -
Uses of GridTuple3 in org.apache.ignite.internal.processors.cache.persistence.tree
Method parameters in org.apache.ignite.internal.processors.cache.persistence.tree with type arguments of type GridTuple3 Modifier and Type Method Description protected longBPlusTree. 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. -
Uses of GridTuple3 in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return types with arguments of type GridTuple3 Modifier and Type Method 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. -
Uses of GridTuple3 in org.apache.ignite.internal.util.lang
Subclasses of GridTuple3 in org.apache.ignite.internal.util.lang Modifier and Type Class Description classGridTriple<T>Simple extension overGridTuple3for three objects of the same type.Methods in org.apache.ignite.internal.util.lang that return GridTuple3 Modifier and Type Method 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. -
Uses of GridTuple3 in org.apache.ignite.internal.util.spring
Methods in org.apache.ignite.internal.util.spring that return GridTuple3 Modifier and Type Method 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. -
Uses of GridTuple3 in org.apache.ignite.internal.util.typedef
Subclasses of GridTuple3 in org.apache.ignite.internal.util.typedef Modifier and Type Class Description classT3<V1,V2,V3>DefinesaliasforGridTuple3by extending it.
-