com.continuent.tungsten.replicator.backup
Class StorageIndex
java.lang.Object
com.continuent.tungsten.replicator.backup.StorageIndex
public class StorageIndex
- extends java.lang.Object
Contains index to storage files. The index is used to generate new
file numbers.
- Version:
- 1.0
- Author:
- Robert Hodges
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageIndex
public StorageIndex(TungstenProperties props)
- Creates an index specification from existing properties.
StorageIndex
public StorageIndex()
- Creates a new specification whose values must be filled in.
incrementIndex
public void incrementIndex()
getIndex
public long getIndex()
setIndex
public void setIndex(long index)
getVersion
public java.lang.String getVersion()
toProperties
public TungstenProperties toProperties()