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 and structures should be used in Snapshot operation.Returns list of structures to use 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.
-
structureNames
Returns list of structures to use in Snapshot operation.- Returns:
- list of structures to use.
-
all
public boolean all()Returnstrueif all tables and structures should be used in Snapshot operation.
-