class
MetadataStore extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
dataset: String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
implicit
val
executionContext: ExecutionContext
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getConf[T <: TBase[_, _]](confPathOrName: String)(implicit arg0: Manifest[T]): Try[T]
-
def
getEntityListByTeam[T <: TBase[_, _]](team: String)(implicit arg0: Manifest[T]): Try[Seq[String]]
-
lazy val
getGroupByListByTeam: TTLCache[String, Try[Seq[String]]]
-
-
lazy val
getJoinConf: TTLCache[String, Try[JoinOps]]
-
lazy val
getJoinListByTeam: TTLCache[String, Try[Seq[String]]]
-
def
getSchemaFromKVStore(dataset: String, key: String): AvroCodec
-
lazy val
getStatsSchemaFromKVStore: TTLCache[(String, String), AvroCodec]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
lazy val
logger: Logger
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
put(kVPairs: Map[String, Seq[String]], datasetName: String = ChrononMetadataKey, batchSize: Int = CONF_BATCH_SIZE): Future[Seq[Boolean]]
-
def
putJoinConf(join: Join): Unit
-
def
setPartitionMeta(format: String): Unit
-
def
setPartitionMeta(format: String, spanMillis: Long): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
validateGroupByExist(team: String, name: String): Boolean
-
def
validateJoinExist(team: String, name: String): Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any