Class Stat

java.lang.Object
org.apache.pulsar.metadata.api.Stat

public class Stat extends Object
Represent the information associated with a given value in the store.
  • Constructor Details

    • Stat

      public Stat(String path, long version, long creationTimestamp, long modificationTimestamp, boolean ephemeral, boolean createdBySelf)