Class SnapshotTableArgsGroup
java.lang.Object
org.gridgain.internal.cli.commands.snapshot.SnapshotTableArgsGroup
Arguments defining what tables will be used in a Snapshot operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanall()Returnstrueif all tables should be used in Snapshot operation.Returns list of tables to use in Snapshot operation.
-
Constructor Details
-
SnapshotTableArgsGroup
public SnapshotTableArgsGroup()
-
-
Method Details
-
tableNames
Returns list of tables to use in Snapshot operation.- Returns:
- list of tables to use.
-
all
public boolean all()Returnstrueif all tables should be used in Snapshot operation.- Returns:
trueif all tables should be used.
-