Class LocatedSegmentDescriptor

java.lang.Object
org.apache.druid.query.LocatedSegmentDescriptor

public class LocatedSegmentDescriptor extends Object
public, evolving

extended version of SegmentDescriptor, which is internal class, with location and size information attached

  • Constructor Details

  • Method Details

    • getInterval

      public org.joda.time.Interval getInterval()
    • getVersion

      public String getVersion()
    • getPartitionNumber

      public int getPartitionNumber()
    • getSize

      public long getSize()
    • getLocations

      public List<DruidServerMetadata> getLocations()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object