Class TransformConfig

    • Method Detail

      • forPreview

        public static TransformConfig forPreview​(SourceConfig source,
                                                 PivotConfig pivotConfig)
        Helper method for previewing a transform configuration The TransformConfig returned from this method should only be used for previewing the resulting data. A new, valid, TransformConfig with an appropriate destination and ID will have to be constructed to create the transform.
        Parameters:
        source - Source configuration for gathering the data
        pivotConfig - Pivot config to preview
        Returns:
        A TransformConfig to preview, NOTE it will have a null id, destination and index.
      • getId

        public java.lang.String getId()
      • getDestination

        public DestConfig getDestination()
      • getFrequency

        public TimeValue getFrequency()
      • getSyncConfig

        public SyncConfig getSyncConfig()
      • getVersion

        public Version getVersion()
      • getCreateTime

        public java.time.Instant getCreateTime()
      • getDescription

        @Nullable
        public java.lang.String getDescription()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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