V3PGReplicationStream类
流复制相关方法类。
close
语法格式
public void close()
throws SQLException
说明
定义:PGReplicationStream接口的close方法。
forceUpdateStatus
语法格式
public void forceUpdateStatus()
throws SQLException
说明
定义:PGReplicationStream接口的forceUpdateStatus方法。
getLastAppliedLSN
语法格式
public LogSequenceNumber getLastAppliedLSN()
说明
定义:PGReplicationStream接口的getLastAppliedLSN方法。
getLastFlushedLSN
语法格式
public LogSequenceNumber getLastFlushedLSN()
说明
定义:PGReplicationStream接口的getLastFlushedLSN方法。
getLastReceiveLSN
语法格式
public LogSequenceNumber getLastReceiveLSN()
说明
定义:PGReplicationStream接口的getLastReceiveLSN方法。
isClosed
语法格式
public boolean isClosed()
说明
定义:PGReplicationStream接口的isClosed方法。
read
语法格式
public ByteBuffer read()
throws SQLException
说明
定义:PGReplicationStream接口的read方法。
readPending
语法格式
public ByteBuffer readPending()
throws SQLException
说明
定义:PGReplicationStream接口的readPending方法。
setAppliedLSN
语法格式
public void setAppliedLSN(LogSequenceNumber applied)
说明
定义:PGReplicationStream接口的setAppliedLSN方法。
setFlushedLSN
语法格式
public void setFlushedLSN(LogSequenceNumber flushed)
说明
定义:PGReplicationStream接口的setFlushedLSN方法。
其他
已实现的接口: PGReplicationStream。