Interface KxDataviewSegmentConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<KxDataviewSegmentConfiguration.Builder,KxDataviewSegmentConfiguration>, SdkBuilder<KxDataviewSegmentConfiguration.Builder,KxDataviewSegmentConfiguration>, SdkPojo
Enclosing class:
KxDataviewSegmentConfiguration

public static interface KxDataviewSegmentConfiguration.Builder extends SdkPojo, CopyableBuilder<KxDataviewSegmentConfiguration.Builder,KxDataviewSegmentConfiguration>
  • Method Details

    • dbPaths

      The database path of the data that you want to place on each selected volume for the segment. Each segment must have a unique database path for each volume.

      Parameters:
      dbPaths - The database path of the data that you want to place on each selected volume for the segment. Each segment must have a unique database path for each volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbPaths

      The database path of the data that you want to place on each selected volume for the segment. Each segment must have a unique database path for each volume.

      Parameters:
      dbPaths - The database path of the data that you want to place on each selected volume for the segment. Each segment must have a unique database path for each volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • volumeName

      The name of the volume where you want to add data.

      Parameters:
      volumeName - The name of the volume where you want to add data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • onDemand

      Enables on-demand caching on the selected database path when a particular file or a column of the database is accessed. When on demand caching is True, dataviews perform minimal loading of files on the filesystem as needed. When it is set to False, everything is cached. The default value is False.

      Parameters:
      onDemand - Enables on-demand caching on the selected database path when a particular file or a column of the database is accessed. When on demand caching is True, dataviews perform minimal loading of files on the filesystem as needed. When it is set to False, everything is cached. The default value is False.
      Returns:
      Returns a reference to this object so that method calls can be chained together.