Class EntityStage<N extends Stage<?,​T>,​T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      N entity()
      Start stage for query for certain entity.
      • Methods inherited from class cern.nxcals.api.extraction.data.builders.fluent.Stage

        data, next
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • entity

        public N entity()
        Start stage for query for certain entity. Example of usage:
         byEntities().entity().keyValues("Device", "device1").build();
         
        Returns:
        stage for passing entity key values