Uses of Class
org.apache.ignite.internal.util.typedef.T3
-
Packages that use T3 Package Description org.apache.ignite.internal.client.thin org.apache.ignite.internal.management.property -
-
Uses of T3 in org.apache.ignite.internal.client.thin
Method parameters in org.apache.ignite.internal.client.thin with type arguments of type T3 Modifier and Type Method Description voidTcpClientCache. putAllConflict(Map<? extends K,? extends T3<? extends V,GridCacheVersion,Long>> drMap)Store DR data.IgniteClientFuture<Void>TcpClientCache. putAllConflictAsync(Map<? extends K,T3<? extends V,GridCacheVersion,Long>> drMap)Store DR data asynchronously. -
Uses of T3 in org.apache.ignite.internal.management.property
Methods in org.apache.ignite.internal.management.property that return types with arguments of type T3 Modifier and Type Method Description Collection<T3<String,String,String>>PropertiesListResult. properties()Constructor parameters in org.apache.ignite.internal.management.property with type arguments of type T3 Constructor Description PropertiesListResult(Collection<T3<String,String,String>> props)
-