Packages

class AccumuloBulkIngestParams extends IngestParams with AccumuloDataStoreParams with OutputPathParam with OptionalIndexParam with OptionalCqlFilterParam with TempPathParam

Annotations
@Parameters()
Linear Supertypes
TempPathParam, OptionalCqlFilterParam, CqlFilterParam, OptionalIndexParam, IndexParam, OutputPathParam, AccumuloDataStoreParams, CatalogParam, AccumuloConnectionParams, KerberosParams, CredentialsParams, PasswordParams, InstanceNameParams, ZookeepersParam, IngestParams, DistributedCombineParam, DistributedRunParam, OptionalInputFormatParam, InputFilesParam, ConverterConfigParam, OptionalForceParam, OptionalFeatureSpecParam, FeatureSpecParam, OptionalTypeNameParam, TypeNameParam, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AccumuloBulkIngestParams
  2. TempPathParam
  3. OptionalCqlFilterParam
  4. CqlFilterParam
  5. OptionalIndexParam
  6. IndexParam
  7. OutputPathParam
  8. AccumuloDataStoreParams
  9. CatalogParam
  10. AccumuloConnectionParams
  11. KerberosParams
  12. CredentialsParams
  13. PasswordParams
  14. InstanceNameParams
  15. ZookeepersParam
  16. IngestParams
  17. DistributedCombineParam
  18. DistributedRunParam
  19. OptionalInputFormatParam
  20. InputFilesParam
  21. ConverterConfigParam
  22. OptionalForceParam
  23. OptionalFeatureSpecParam
  24. FeatureSpecParam
  25. OptionalTypeNameParam
  26. TypeNameParam
  27. AnyRef
  28. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AccumuloBulkIngestParams()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val auths: String
    Definition Classes
    AccumuloConnectionParams
    Annotations
    @Parameter()
  6. val catalog: String
    Definition Classes
    CatalogParam
    Annotations
    @Parameter()
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. val combineInputs: Boolean
    Definition Classes
    DistributedCombineParam
    Annotations
    @Parameter()
  9. val config: String
    Definition Classes
    ConverterConfigParam
    Annotations
    @Parameter()
  10. val cqlFilter: Filter
    Definition Classes
    OptionalCqlFilterParam → CqlFilterParam
    Annotations
    @Parameter()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. val errorMode: ErrorMode
    Definition Classes
    ConverterConfigParam
    Annotations
    @Parameter()
  14. val featureName: String
    Definition Classes
    OptionalTypeNameParam → TypeNameParam
    Annotations
    @Parameter()
  15. val files: List[String]
    Definition Classes
    InputFilesParam
    Annotations
    @Parameter()
  16. val force: Boolean
    Definition Classes
    OptionalForceParam
    Annotations
    @Parameter()
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. val index: String
    Definition Classes
    OptionalIndexParam → IndexParam
    Annotations
    @Parameter()
  20. val inputFormat: String
    Definition Classes
    OptionalInputFormatParam
    Annotations
    @Parameter()
  21. val instance: String
    Definition Classes
    InstanceNameParams
    Annotations
    @Parameter()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val keytab: String
    Definition Classes
    KerberosParams
    Annotations
    @Parameter()
  24. def loadIndex[DS <: GeoMesaDataStore[DS]](ds: DS, typeName: String, mode: IndexMode): Option[GeoMesaFeatureIndex[_, _]]
    Definition Classes
    OptionalIndexParam
    Annotations
    @throws(scala.this.throws.<init>$default$1[com.beust.jcommander.ParameterException])
  25. val maxSplitSize: Integer
    Definition Classes
    DistributedCombineParam
    Annotations
    @Parameter()
  26. lazy val mode: Option[RunMode]
    Definition Classes
    DistributedRunParam
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. val noWaitForCompletion: Boolean
    Definition Classes
    IngestParams
    Annotations
    @Parameter()
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. val outputPath: String
    Definition Classes
    OutputPathParam
    Annotations
    @Parameter()
  32. val password: String
    Definition Classes
    PasswordParams
    Annotations
    @Parameter()
  33. val runMode: String
    Definition Classes
    DistributedRunParam
    Annotations
    @Parameter()
  34. var skipImport: Boolean
  35. val spec: String
    Definition Classes
    OptionalFeatureSpecParam → FeatureSpecParam
    Annotations
    @Parameter()
  36. val srcList: Boolean
    Definition Classes
    IngestParams
    Annotations
    @Parameter()
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. val tempPath: String
    Definition Classes
    TempPathParam
    Annotations
    @Parameter()
  39. val threads: Integer
    Definition Classes
    IngestParams
    Annotations
    @Parameter()
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val user: String
    Definition Classes
    CredentialsParams
    Annotations
    @Parameter()
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. def waitForCompletion: Boolean
    Definition Classes
    IngestParams
  46. val zkTimeout: String
    Definition Classes
    ZookeepersParam
    Annotations
    @Parameter()
  47. val zookeepers: String
    Definition Classes
    ZookeepersParam
    Annotations
    @Parameter()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from TempPathParam

Inherited from OptionalCqlFilterParam

Inherited from CqlFilterParam

Inherited from OptionalIndexParam

Inherited from IndexParam

Inherited from OutputPathParam

Inherited from CatalogParam

Inherited from KerberosParams

Inherited from CredentialsParams

Inherited from PasswordParams

Inherited from InstanceNameParams

Inherited from ZookeepersParam

Inherited from IngestParams

Inherited from DistributedCombineParam

Inherited from DistributedRunParam

Inherited from OptionalInputFormatParam

Inherited from InputFilesParam

Inherited from ConverterConfigParam

Inherited from OptionalForceParam

Inherited from OptionalFeatureSpecParam

Inherited from FeatureSpecParam

Inherited from OptionalTypeNameParam

Inherited from TypeNameParam

Inherited from AnyRef

Inherited from Any

Ungrouped