public interface org.postgresql.replication.PGReplicationStream extends java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.postgresql.replication.PGReplicationStream
  super_class: java.lang.Object
{
  public abstract java.nio.ByteBuffer read();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException

  public abstract java.nio.ByteBuffer readPending();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException

  public abstract org.postgresql.replication.LogSequenceNumber getLastReceiveLSN();
    descriptor: ()Lorg/postgresql/replication/LogSequenceNumber;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.postgresql.replication.LogSequenceNumber getLastFlushedLSN();
    descriptor: ()Lorg/postgresql/replication/LogSequenceNumber;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.postgresql.replication.LogSequenceNumber getLastAppliedLSN();
    descriptor: ()Lorg/postgresql/replication/LogSequenceNumber;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setFlushedLSN(org.postgresql.replication.LogSequenceNumber);
    descriptor: (Lorg/postgresql/replication/LogSequenceNumber;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      flushed  

  public abstract void setAppliedLSN(org.postgresql.replication.LogSequenceNumber);
    descriptor: (Lorg/postgresql/replication/LogSequenceNumber;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      applied  

  public abstract void forceUpdateStatus();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException

  public abstract boolean isClosed();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
}
SourceFile: "PGReplicationStream.java"