Interface UpdatableLayer
- All Known Implementing Classes:
UpdatableIndexLayer,UpdatableInteractiveMapLayer,UpdatableObjectStoreLayer,UpdatableStreamLayer,UpdatableVersionLayer,UpdatableVolatileLayer
public interface UpdatableLayer
-
Method Summary
Modifier and TypeMethodDescriptionasIndex()asStream()scala.Option<scala.collection.immutable.Set<String>>scala.Option<Coverage>coverage()scala.Option<String>getName()getTags()scala.Option<String>name()scala.Option<String>summary()scala.Option<scala.collection.immutable.Set<String>>tags()
-
Method Details
-
asIndex
UpdatableIndexLayer asIndex() -
asInteractiveMap
UpdatableInteractiveMapLayer asInteractiveMap() -
asObjectStore
UpdatableObjectStoreLayer asObjectStore() -
asStream
UpdatableStreamLayer asStream() -
asVersion
UpdatableVersionLayer asVersion() -
asVolatile
UpdatableVolatileLayer asVolatile() -
billingTags
scala.Option<scala.collection.immutable.Set<String>> billingTags() -
coverage
scala.Option<Coverage> coverage() -
description
scala.Option<String> description() -
getBillingTags
-
getCoverage
-
getDescription
-
getName
-
getSummary
-
getTags
-
name
scala.Option<String> name() -
summary
scala.Option<String> summary() -
tags
scala.Option<scala.collection.immutable.Set<String>> tags()
-