object GlueClient
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GlueClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val NON_WORD_RE: Regex
- val YYYY_MM_DD: Regex
- def addPartitions(s3Bucket: String, db: String, client: String, app: String, entity: String, version: String, timeSuffixes: Seq[String]): BatchCreatePartitionResult
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def batchCreatePartition(dbName: String, tableName: String, s3pathPrefix: String, timeStrings: Seq[String]): BatchCreatePartitionResult
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val glueClient: AWSGlue
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parquetInputFormat: String
- val parquetOutputFormat: String
- def partitionInput(s3pathPrefix: String, timeString: String): PartitionInput
- def partitionInputs(s3pathPrefix: String, timeStrings: Seq[String]): List[PartitionInput]
- def partitionValues(timeString: String): (String, String, String)
- def s3PrefixPath(s3Bucket: String, db: String, client: String, app: String, entity: String, version: String): String
- def sanitise(str: String): String
- val serDeInfo: SerDeInfo
- val serializer: String
- def storageDescriptor(s3Location: String): StorageDescriptor
- val storageParams: Map[String, String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tableName(client: String, app: String, entity: String, version: String): String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )