NTClusterBuilderMode

enum NTClusterBuilderMode : NSInteger {}

Possible cluster builder modes.

  • Cluster builder receives full list of elements in the cluster. This mode is more expensive compared to the light mode.

    Declaration

    Objective-C

    NT_CLUSTER_BUILDER_MODE_ELEMENTS
  • Cluster builder receives element count in the cluster. This mode is less expensive compared to the full mode.

    Declaration

    Objective-C

    NT_CLUSTER_BUILDER_MODE_ELEMENT_COUNT