Class RegisteredView

  • Direct Known Subclasses:
    AutoValue_RegisteredView

    @Immutable
    public abstract class RegisteredView
    extends java.lang.Object
    Internal representation of a View and InstrumentSelector.

    This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.

    • Constructor Detail

      • RegisteredView

        RegisteredView()
    • Method Detail

      • getInstrumentSelector

        public abstract InstrumentSelector getInstrumentSelector()
        Instrument filter for applying this view.
      • getView

        public abstract View getView()
        The view to apply.
      • getCardinalityLimit

        public abstract int getCardinalityLimit()
        The view's cardinality limit.
      • getViewSourceInfo

        public abstract SourceInfo getViewSourceInfo()
        The SourceInfo from where the view was registered.
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object