Uses of Class
com.tailf.maapi.MaapiInputStream
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of MaapiInputStream in com.tailf.maapi
Modifier and TypeMethodDescriptionCLIInteraction.cmdIO
(String command, EnumSet<CLIInteractionFlag> flags, String unhide) Execute CLI command in ongoing CLI session and output result on socket.Maapi.rollbackConfig
(int tid, String fmt, String... args) This function can be used to save the equivalent of a rollback file for a given configuration before it is committed (or a subtree thereof) in curly bracket format.Maapi.saveConfig
(int tid, EnumSet<MaapiConfigFlag> flags) Save the entire config in different formats.Maapi.saveConfig
(int tid, EnumSet<MaapiConfigFlag> flags, ConfPath path) Save the subtree in different formats.Maapi.saveConfig
(int tid, EnumSet<MaapiConfigFlag> flags, String fmt, Object... args) Save the subtree in different formats, with ability to XPath Filtering.