Package com.eventstore.dbclient
Class ProjectionDetails
java.lang.Object
com.eventstore.dbclient.ProjectionDetails
Provides the details for a projection.
-
Method Summary
Modifier and TypeMethodDescriptionlongThe projection's buffered events.The projection's checkpoint status.longThe core processing time.The projection's effective name.longgetEpoch()The projection's current epoch.longThe projection's events processed after restart.The projection's last checkpoint.getMode()The projection's mode.getName()The projection's name.intThe number of partitions cached.The projection's position.floatThe projection's progress.intThe projection's reads-in-progress.The projection's StateReason.The projection's status.longThe projection version.intThe projection write pending events after checkpoint.intThe projection write pending events before checkpoint.intThe projection's writes-in-progress.toString()
-
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
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
The projection's status. -
getStateReason
The projection's StateReason. -
getName
The projection's name. -
getMode
The projection's mode. -
getPosition
The projection's position. -
getProgress
public float getProgress()The projection's progress. -
getLastCheckpoint
The projection's last checkpoint. -
getEventsProcessedAfterRestart
public long getEventsProcessedAfterRestart()The projection's events processed after restart. -
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
-