com.gemstone.gemfire.management
Class DiskBackupResult
java.lang.Object
com.gemstone.gemfire.management.DiskBackupResult
public class DiskBackupResult
- extends Object
Composite data type used to distribute the results of a disk backup
operation.
- Since:
- 7.0
Method Summary |
String |
getDiskDirectory()
Returns the name of the directory where the files for this backup
were written. |
boolean |
isOffilne()
Returns whether the backup was successful. |
DiskBackupResult
@ConstructorProperties(value={"diskDirectory","offilne"})
public DiskBackupResult(String diskDirectory,
boolean offline)
getDiskDirectory
public String getDiskDirectory()
- Returns the name of the directory where the files for this backup
were written.
isOffilne
public boolean isOffilne()
- Returns whether the backup was successful.
- Returns:
- True if the backup was successful, false otherwise.
Copyright © 1997-2013 VMware, Inc. All rights reserved.