Uses of Class
org.apache.ignite.internal.util.typedef.internal.SB
-
Packages that use SB Package Description org.apache.ignite.internal.management.api org.apache.ignite.internal.processors.cache.distributed.dht.topology org.apache.ignite.internal.util System-wide utility routine and helper classes. -
-
Uses of SB in org.apache.ignite.internal.management.api
Methods in org.apache.ignite.internal.management.api that return SB Modifier and Type Method Description static SBCommandUtils. join(SB sb, String sbDelimeter, String delimeter, Object... params)Join input parameters with specifieddelimeterbetween them and append to the enddelimeter.Methods in org.apache.ignite.internal.management.api with parameters of type SB Modifier and Type Method Description static SBCommandUtils. join(SB sb, String sbDelimeter, String delimeter, Object... params)Join input parameters with specifieddelimeterbetween them and append to the enddelimeter. -
Uses of SB in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type SB Modifier and Type Method Description voidGridDhtLocalPartition. dumpDebugInfo(SB buf)Collects detailed info about the partition. -
Uses of SB in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return SB Modifier and Type Method Description static SBGridStringBuilderFactory. acquire()Acquires a cached instance ofStringBuilderif current thread is not using it yet.Methods in org.apache.ignite.internal.util with parameters of type SB Modifier and Type Method Description static voidGridStringBuilderFactory. release(SB builder)ReleasesStringBuilderback to cache.
-