public final class LogSequenceNumber extends Object
Modifier and Type | Field and Description |
---|---|
static LogSequenceNumber |
INVALID_LSN
Zero is used indicate an invalid pointer.
|
public static final LogSequenceNumber INVALID_LSN
public static LogSequenceNumber valueOf(long value)
value
- numeric represent position in the write-ahead log streampublic static LogSequenceNumber valueOf(String strValue)
strValue
- not null string as two hexadecimal numbers of up to 8 digits each, separated by
a slash. For example 16/3002D50
, 0/15D68C50
INVALID_LSN
public long asLong()
public String asString()
16/3002D50
, 0/15D68C50
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.