Class ProjectionDetails

java.lang.Object
com.eventstore.dbclient.ProjectionDetails

public class ProjectionDetails extends Object
Provides the details for a projection.
  • Method Details

    • getCoreProcessingTime

      public long getCoreProcessingTime()
      The core processing time.
    • getVersion

      public long getVersion()
      The projection version.
    • getEpoch

      public long getEpoch()
      The projection's current epoch.
    • getEffectiveName

      public String getEffectiveName()
      The projection's effective name.
    • getWritesInProgress

      public int getWritesInProgress()
      The projection's writes-in-progress.
    • getReadsInProgress

      public int getReadsInProgress()
      The projection's reads-in-progress.
    • getPartitionsCached

      public int getPartitionsCached()
      The number of partitions cached.
    • getStatus

      public String getStatus()
      The projection's status.
    • getStateReason

      public String getStateReason()
      The projection's StateReason.
    • getName

      public String getName()
      The projection's name.
    • getMode

      public String getMode()
      The projection's mode.
    • getPosition

      public String getPosition()
      The projection's position.
    • getProgress

      public float getProgress()
      The projection's progress.
    • getLastCheckpoint

      public String getLastCheckpoint()
      The projection's last checkpoint.
    • getEventsProcessedAfterRestart

      public long getEventsProcessedAfterRestart()
      The projection's events processed after restart.
    • getCheckpointStatus

      public String getCheckpointStatus()
      The projection's checkpoint status.
    • getBufferedEvents

      public long getBufferedEvents()
      The projection's buffered events.
    • getWritePendingEventsBeforeCheckpoint

      public int getWritePendingEventsBeforeCheckpoint()
      The projection write pending events before checkpoint.
    • getWritePendingEventsAfterCheckpoint

      public int getWritePendingEventsAfterCheckpoint()
      The projection write pending events after checkpoint.
    • toString

      public String toString()
      Overrides:
      toString in class Object