Class LookupSegment

All Implemented Interfaces:
Closeable, AutoCloseable, Segment

public class LookupSegment extends RowBasedSegment<Map.Entry<String,String>>
A Segment that is based on a LookupExtractor. Allows direct querying of lookups. The lookup must support LookupExtractor.asMap().
  • Constructor Details

  • Method Details

    • getDebugString

      public String getDebugString()
      Description copied from interface: Segment
      Developer friendly string suitable to use in internal error messages and provide some additional information about what kind of segment was involved in a problem