Class IncludeExclude.LongFilter

java.lang.Object
org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.Filter
org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.LongFilter
Direct Known Subclasses:
IncludeExclude.PartitionedLongFilter, IncludeExclude.SetBackedLongFilter
Enclosing class:
IncludeExclude

public abstract static class IncludeExclude.LongFilter
extends IncludeExclude.Filter
  • Constructor Summary

    Constructors 
    Constructor Description
    LongFilter()  
  • Method Summary

    Modifier and Type Method Description
    abstract boolean accept​(long value)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • accept

      public abstract boolean accept​(long value)