Class PersistedClusterStateService.OnDiskState

java.lang.Object
org.elasticsearch.gateway.PersistedClusterStateService.OnDiskState
Enclosing class:
PersistedClusterStateService

public static class PersistedClusterStateService.OnDiskState
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    long currentTerm  
    long lastAcceptedVersion  
    Metadata metadata  
  • Method Summary

    Modifier and Type Method Description
    boolean empty()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • currentTerm

      public final long currentTerm
    • lastAcceptedVersion

      public final long lastAcceptedVersion
    • metadata

      public final Metadata metadata
  • Method Details

    • empty

      public boolean empty()