public class EngineSnapshot
extends java.lang.Object
Constructor and Description |
---|
EngineSnapshot(Active active,
FileSnapshot left,
FileSnapshot right)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
FileSnapshot |
getActive()
Get the FileSnapshot for the active file list (at the time of the snapshot).
|
FileSnapshot |
getInactive()
Get the FileSnapshot for the inactive file list (at the time of the snapshot).
|
FileSnapshot |
getLeft()
Get the FileSnapshot of the left file list.
|
FileSnapshot |
getRight()
Get the FileSnapshot of the right file list.
|
java.lang.String |
toString() |
public EngineSnapshot(Active active, FileSnapshot left, FileSnapshot right)
active
- indicates which file list was active when the snapshot was made.left
- FileSnapshot for the left file list.right
- FileSnapshot for the right file list.public FileSnapshot getActive()
public FileSnapshot getInactive()
public FileSnapshot getLeft()
public FileSnapshot getRight()
public java.lang.String toString()
toString
in class java.lang.Object