public class SLogSequenceNumber
extends java.lang.Object
Constructor and Description |
---|
SLogSequenceNumber(int file,
int offset)
Construct a SLogSequenceNumber with the specified file and offset.
|
Modifier and Type | Method and Description |
---|---|
int |
getFile()
Return the file number component.
|
int |
getOffset()
Return the file offset component.
|
java.lang.String |
toString() |
public SLogSequenceNumber(int file, int offset)
file
- the log file number.offset
- the log file offset.public int getFile()
public int getOffset()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.