Uses of Class
org.metricshub.jawk.jrt.BlockObject
Packages that use BlockObject
-
Uses of BlockObject in org.metricshub.jawk.ext
Methods in org.metricshub.jawk.ext that return BlockObject -
Uses of BlockObject in org.metricshub.jawk.jrt
Methods in org.metricshub.jawk.jrt that return types with arguments of type BlockObjectModifier and TypeMethodDescriptionBlockObject.getBlockObjects()Obtain all chained BlockObjects as a List, including this one.Methods in org.metricshub.jawk.jrt with parameters of type BlockObjectModifier and TypeMethodDescriptionBlockManager.block(BlockObject bo) Executes all block segments simultaneously, waiting for one block release.voidBlockObject.setNextBlockObject(BlockObject bo) Chain this BlockObject to another BlockObject.