class OutputWebFacade extends OutputFacade with ServiceWebFacadeWithDatabase with ServiceFacade[OutputFacade]
- Alphabetic
- By Inheritance
- OutputWebFacade
- ServiceWebFacadeWithDatabase
- ServiceWebFacade
- OutputFacade
- ServiceFacade
- ServiceFacadeWithDatabase
- ServiceFacadeBase
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new OutputWebFacade(hostAddress: String, httpClient: HttpClient, environment: String, token: UUID, connectAttempts: Int)
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
-
var
_httpChannel: HttpChannel
- Attributes
- protected
- Definition Classes
- OutputWebFacade → ServiceWebFacade
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
environment: String
- Definition Classes
- OutputWebFacade → ServiceWebFacade → ServiceFacadeBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getArtifactContentForSnapshotForPipeline(pipelineId: String, pipelineSnapshotVersion: UUID, transformId: String, name: String, pipelineTag: String, outputStream: OutputStream): Unit
Gets the content for a specific artifact in a given pipeline snapshot.
Gets the content for a specific artifact in a given pipeline snapshot.
- pipelineId
The unique id of the pipeline.
- pipelineSnapshotVersion
The
UUIDof the snapshot.- transformId
The unique id of the transform in the pipeline.
- name
The name of the artifact.
- pipelineTag
The tag of the snapshot.
- outputStream
The stream where data is written to.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getArtifactsForSnapshotForPipeline(id: String, snapshotId: UUID): Array[ArtifactsInfo]
Gets the artifact metadata associated a specific pipeline and snapshot.
Gets the artifact metadata associated a specific pipeline and snapshot.
- id
The unique id of the pipeline.
- snapshotId
The
UUIDof the snapshot.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getBuildInfo: BuildLabels
- Definition Classes
- ServiceWebFacade
-
def
getCacheStatistics: Array[CacheStatistics]
- Definition Classes
- ServiceWebFacade → ServiceFacadeBase
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getDatabase(outputStream: OutputStream): Unit
- Definition Classes
- ServiceWebFacadeWithDatabase
-
def
getDatabasePath: String
- Definition Classes
- ServiceWebFacadeWithDatabase
-
def
getFile(path: String, outputStream: OutputStream): Unit
- Definition Classes
- ServiceWebFacade → ServiceFacadeBase
-
def
getLatestForSnapshotsForBatch(id: String, tag: String, date: LocalDateTime): BatchSnapshotInfo
Gets the most recent snapshot relative to a given date for a specific batch and tag.
Gets the most recent snapshot relative to a given date for a specific batch and tag.
- id
The unique id of the batch.
- tag
The tag of the snapshot.
- date
The date to use as the upper bound. LocalDateTime.MAX not supported. Use DateTimeSupport.maxDate instead.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getLatestForSnapshotsForPipeline(id: String, tag: String, date: LocalDateTime): PipelineSnapshotInfo
Gets the most recent snapshot relative to a given date for a specific pipeline and tag.
Gets the most recent snapshot relative to a given date for a specific pipeline and tag.
- id
The unique id of the pipeline.
- tag
The tag of the snapshot.
- date
The date to use as the upper bound. LocalDateTime.MAX not supported. Use DateTimeSupport.maxDate instead.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getLatestForSnapshotsForSource(id: String, tag: String, date: LocalDateTime): SourceSnapshotInfo
Gets the most recent snapshot relative to a given date for a specific source and tag.
Gets the most recent snapshot relative to a given date for a specific source and tag.
- id
The unique id of the source.
- tag
The tag of the snapshot.
- date
The date to use as the upper bound. LocalDateTime.MAX not supported. Use DateTimeSupport.maxDate instead.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getLogLevel: String
- Definition Classes
- ServiceWebFacade → ServiceFacadeBase
-
val
getOutputDefaultLocale: String
The default value for
localeused in getOutputForSnapshotsForSource, getOutputForSnapshotsForPipeline.The default value for
localeused in getOutputForSnapshotsForSource, getOutputForSnapshotsForPipeline. The value is equal to EnvironmentVariables.DATASOLVR_DEFAULT_OUTPUT_LOCALE.- Definition Classes
- OutputFacade
-
val
getOutputDefaultMaxDecimals: Int
The default value for
maxDecimalsused in getOutputForSnapshotsForSource, getOutputForSnapshotsForPipeline.The default value for
maxDecimalsused in getOutputForSnapshotsForSource, getOutputForSnapshotsForPipeline. The value is equal to EnvironmentVariables.DATASOLVR_DEFAULT_MAX_DECIMALS.- Definition Classes
- OutputFacade
-
def
getOutputForSnapshotsForPipeline(id: String, snapshotIds: Array[UUID], transformId: String, outputStream: OutputStream, locale: String = getOutputDefaultLocale, limit: Option[Int] = None, maxDecimals: Int = getOutputDefaultMaxDecimals, serializeAsJson: Boolean = false): Unit
Gets the output data set for a specific pipeline transform and specific snapshots.
Gets the output data set for a specific pipeline transform and specific snapshots. Data is written incrementally, but this may still take a long time to complete for large data sets.
- id
The unique id of the pipeline.
- snapshotIds
The
UUIDvalues of the snapshots.- transformId
The unique id of the transform in the pipeline.
- outputStream
The stream where data is written to.
- locale
The locale to use when formatting numbers, i.e. 'da'.
- limit
A limit on the number of data rows to write.
- maxDecimals
The maximum number of decimals to include when formatting numbers.
- serializeAsJson
Serialize the output as JSON array of arrays or as a csv with a ';' as the separator in either case the first row/line is the header.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getOutputForSnapshotsForSource(id: String, snapshotIds: Array[UUID], outputStream: OutputStream, locale: String = getOutputDefaultLocale, limit: Option[Int] = None, maxDecimals: Int = getOutputDefaultMaxDecimals, serializeAsJson: Boolean = false): Unit
Gets the output data set for a specific source and specific snapshots.
Gets the output data set for a specific source and specific snapshots. Data is written incrementally, but this may still take a long time to complete for large data sets.
- id
The unique id of the source.
- snapshotIds
The
UUIDvalues of the snapshots.- outputStream
The stream data is written to.
- locale
The locale to use when formatting numbers, i.e. 'da'.
- limit
A limit on the number of data rows to write.
- maxDecimals
The maximum number of decimals to include when formatting numbers.
- serializeAsJson
Serialize the output as JSON array of arrays or as a csv with a ';' as the separator in either case the first row/line is the header.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getPerformanceMetrics: PerformanceMetrics
- Definition Classes
- ServiceWebFacade → ServiceFacadeBase
-
def
getRaw(url: String): String
- Definition Classes
- ServiceWebFacade
-
def
getSnapshotForBatch(id: String, tag: String, date: LocalDateTime): BatchSnapshotInfo
Gets a specific snapshot for a specific batch.
Gets a specific snapshot for a specific batch. Batch snapshots are uniquely determined by their batch id, tag and date.
- id
The unique id of the batch.
- tag
The tag of the snapshot.
- date
The date of the snapshot.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getSnapshotForPipeline(id: String, snapshotId: UUID): PipelineSnapshotInfo
Gets a specific snapshot for a specific pipeline.
Gets a specific snapshot for a specific pipeline.
- id
The unique id of the pipeline.
- snapshotId
The
UUIDof the snapshot.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getSnapshotForSource(id: String, snapshotId: UUID): SourceSnapshotInfo
Gets a specific snapshot for a specific source.
Gets a specific snapshot for a specific source.
- id
The unique id of the source.
- snapshotId
The
UUIDof the snapshot.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getSnapshotsForBatch(id: String, includeVolatile: Boolean = false, snapshotIds: Option[Array[LocalDateTime]] = None): Array[BatchSnapshotInfo]
Gets all snapshots for a specific batch filtered on given parameters.
Gets all snapshots for a specific batch filtered on given parameters.
- id
The unique id of the batch.
- includeVolatile
Whether to include snapshots with an expiration date.
- snapshotIds
An optional set of specific snapshot ids to use as filter.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getSnapshotsForBatchForTag(id: String, tag: String, includeVolatile: Boolean = false, snapshotIds: Option[Array[LocalDateTime]] = None): Array[BatchSnapshotInfo]
Gets all snapshots for a specific batch and tag filtered on given parameters.
Gets all snapshots for a specific batch and tag filtered on given parameters.
- id
The unique id of the batch.
- tag
A tag to require on the snapshot.
- includeVolatile
Whether to include snapshots with an expiration date.
- snapshotIds
An optional set of specific snapshot ids to use as filter.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getSnapshotsForPipeline(id: String, includeDeleted: Boolean = false, includeVolatile: Boolean = false, snapshotIds: Option[Array[UUID]] = None): Array[PipelineSnapshotInfo]
Gets all snapshots for a specific pipeline filtered on given parameters.
Gets all snapshots for a specific pipeline filtered on given parameters.
- id
The unique id of the pipeline.
- includeVolatile
Whether to include snapshots with an expiration date.
- snapshotIds
An optional set of specific snapshot ids to use as filter.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getSnapshotsForPipelineForTag(id: String, tag: String, includeDeleted: Boolean = false, includeVolatile: Boolean = false, snapshotIds: Option[Array[UUID]] = None): Array[PipelineSnapshotInfo]
Gets all snapshots for a specific pipeline and tag filtered on given parameters.
Gets all snapshots for a specific pipeline and tag filtered on given parameters.
- id
The unique id of the pipeline.
- tag
A tag to require on the snapshot.
- includeDeleted
Whether to include snapshots that have either been deleted or are not yet computed.
- includeVolatile
Whether to include snapshots with an expiration date.
- snapshotIds
An optional set of specific snapshot ids to use as filter.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getSnapshotsForSource(id: String, includeDeleted: Boolean = false, includeVolatile: Boolean = false, snapshotIds: Option[Array[UUID]] = None): Array[SourceSnapshotInfo]
Gets all snapshots for a specific source filtered on given parameters.
Gets all snapshots for a specific source filtered on given parameters.
- id
The unique id of the source.
- includeVolatile
Whether to include snapshots with an expiration date.
- snapshotIds
An optional set of specific snapshot ids to use as filter.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getSnapshotsForSourceForTag(id: String, tag: String, includeDeleted: Boolean = false, includeVolatile: Boolean = false, snapshotIds: Option[Array[UUID]] = None): Array[SourceSnapshotInfo]
Gets all snapshots for a specific source and tag filtered on given parameters.
Gets all snapshots for a specific source and tag filtered on given parameters.
- id
The unique id of the source.
- tag
A tag to require on the snapshot.
- includeDeleted
Whether to include snapshots that have either been deleted or are not yet computed.
- includeVolatile
Whether to include snapshots with an expiration date.
- snapshotIds
An optional set of specific snapshot ids to use as filter.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getTableMetadata(tableName: String): TableMetadataInfo
Gets the metadata associated with a given data set.
Gets the metadata associated with a given data set. For internal use only.
- tableName
The name of the data set generated from OutputAccess.id.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
getVersion: String
- Definition Classes
- ServiceWebFacade → ServiceFacadeBase
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
hostAddress: String
- Definition Classes
- OutputWebFacade → ServiceWebFacade
-
implicit
def
httpChannel: HttpChannel
- Definition Classes
- ServiceWebFacade
-
val
httpClient: HttpClient
- Definition Classes
- OutputWebFacade → ServiceWebFacade
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isReady: Boolean
- Definition Classes
- ServiceWebFacade → ServiceFacadeBase
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
postCachePurge(id: Option[String]): Unit
- Definition Classes
- ServiceWebFacade → ServiceFacadeBase
-
def
postCheckpointForSnapshotForPipeline(id: String, snapshotId: UUID, checkpoint: PipelineCheckpoint): Unit
Appends a checkpoint to a specific pipeline snapshot.
Appends a checkpoint to a specific pipeline snapshot. Checkpoints are used to allow partial reuse of data in a previously created snapshot. This way a transient failure would not necessarily require running all transforms in the pipeline again. For internal use only.
- id
The unique id of the pipeline.
- snapshotId
The
UUIDof the snapshot.- checkpoint
The checkpoint information to append.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postDatabaseBackup(encryptionEnabled: Option[Boolean], encryptionMasterKeyIdentifier: Option[String], outputRepository: String): Unit
- Definition Classes
- ServiceWebFacadeWithDatabase
-
def
postDeleteColumnsForSnapshotForPipeline(id: String, snapshotId: UUID, transform: String, columns: List[String]): Unit
Attempts to restore a deleted pipeline snapshot to a persisted state.
Attempts to restore a deleted pipeline snapshot to a persisted state. The restore is dependent on versioning in the underlying data store.
- id
The unique id of the pipeline.
- snapshotId
The
UUIDvalue of the snapshot.- transform
The name of the transform to delete from.
- columns
The names of the columns to delete snapshot.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postDeleteColumnsForSnapshotForSource(id: String, snapshotId: UUID, columns: List[String]): Unit
Deletes one or more columns from a persisted source snapshot.
Deletes one or more columns from a persisted source snapshot.
- id
The unique id of the source.
- snapshotId
The
UUIDvalue of the snapshot.- columns
The names of the columns to delete snapshot.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postDeleteForSnapshotForBatch(id: String, tag: String, dates: LocalDateTime*): Unit
Deletes a list of specific batch snapshots and marks all included source and pipeline snapshots, that are not used by other batch snapshots, as deleted.
Deletes a list of specific batch snapshots and marks all included source and pipeline snapshots, that are not used by other batch snapshots, as deleted.
- id
The unique id of the batch.
- tag
The tag of the snapshot.
- dates
The dates for the snapshots.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postDeleteForSnapshotForPipeline(id: String, snapshotIds: UUID*): Unit
Marks a list of snapshots for a specific pipeline as deleted.
Marks a list of snapshots for a specific pipeline as deleted. The underlying data will eventually be purged dependent on EnvironmentVariables.DATASOLVR_OUTPUT_PURGE_AFTER_DAYS.
- id
The unique id of the pipeline.
- snapshotIds
The
UUIDvalues for the snapshots.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postDeleteForSnapshotForSource(id: String, snapshotIds: UUID*): Unit
Marks a list of snapshots for a specific source as deleted.
Marks a list of snapshots for a specific source as deleted. The underlying data will eventually be purged dependent on EnvironmentVariables.DATASOLVR_OUTPUT_PURGE_AFTER_DAYS.
- id
The unique id of the source.
- snapshotIds
The
UUIDvalues for the snapshots.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postGenerateForSnapshotForBatch(batch: BatchContent, tag: String, date: LocalDateTime): BatchSnapshotInfo
Generates a snapshot for a given batch definition, tag and date.
Generates a snapshot for a given batch definition, tag and date. This snapshot is not stored in the database and cannot be referenced.
- batch
The batch definition.
- tag
The tag to use when creating the snapshot.
- date
The date to associate with the snapshot.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postGenerateForSnapshotForPipeline(pipeline: PipelineContent, date: LocalDateTime, sourceSnapshots: List[SourceSnapshotInfo], pipelineSnapshots: List[PipelineSnapshotInfo]): PipelineSnapshotInfo
Generates a snapshot for a given pipeline definition and date.
Generates a snapshot for a given pipeline definition and date. This snapshot is not stored in the database and cannot be referenced.
- pipeline
The pipeline definition.
- date
The date to associate with the snapshot.
- sourceSnapshots
A collection of generated source snapshots that can be used when building the snapshot.
- pipelineSnapshots
A collection of generated pipeline snapshots that can be used when building the snapshot.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postGenerateForSnapshotForSource(source: SourceContent, date: LocalDateTime): SourceSnapshotInfo
Generates a snapshot for a given source definition and date.
Generates a snapshot for a given source definition and date. This snapshot is not stored in the database and cannot be referenced.
- source
The source definition.
- date
The date to associate with the snapshot.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postIsPersistedForSnapshotForPipeline(id: String, snapshotIds: Array[UUID], isPersisted: Boolean): Unit
Update the persistence status of a collection of snapshots for a specific pipeline.
Update the persistence status of a collection of snapshots for a specific pipeline. For internal use only.
- id
The unique id of the pipeline.
- snapshotIds
The
UUIDvalues of the snapshots.- isPersisted
The persistence value to set.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postIsPersistedForSnapshotForSource(id: String, snapshotIds: Array[UUID], isPersisted: Boolean): Unit
Update the persistence status of a collection of snapshots for a specific source.
Update the persistence status of a collection of snapshots for a specific source. For internal use only.
- id
The unique id of the source.
- snapshotIds
The
UUIDvalues of the snapshots.- isPersisted
The persistence value to set.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postRaw(url: String, body: String): String
- Definition Classes
- ServiceWebFacade
-
def
postRestart: Unit
- Definition Classes
- ServiceWebFacade → ServiceFacadeBase
-
def
postRestoreForSnapshotForPipeline(id: String, snapshotId: UUID): Unit
Attempts to restore a deleted pipeline snapshot to a persisted state.
Attempts to restore a deleted pipeline snapshot to a persisted state. The restore is dependent on versioning in the underlying data store.
- id
The unique id of the pipeline.
- snapshotId
The
UUIDvalue of the snapshot.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postRestoreForSnapshotForSource(id: String, snapshotId: UUID): Unit
Attempts to restore a deleted source snapshot to a persisted state.
Attempts to restore a deleted source snapshot to a persisted state. The restore is dependent on versioning in the underlying data store.
- id
The unique id of the source.
- snapshotId
The
UUIDvalue of the snapshot.
- Definition Classes
- OutputWebFacade → OutputFacade
-
val
postSnapshotDefaultDate: () ⇒ LocalDateTime
The default value for
dateused in postSnapshotForSource, postSnapshotForPipeline and postSnapshotForBatch.The default value for
dateused in postSnapshotForSource, postSnapshotForPipeline and postSnapshotForBatch. The value is a function that returns the current UTC time.- Definition Classes
- OutputFacade
-
def
postSnapshotForBatch(id: String, tag: String, date: LocalDateTime = postSnapshotDefaultDate(), expires: Option[LocalDateTime] = None, updates: BatchUpdates): BatchSnapshotInfo
Creates a snapshot for a specific batch for a given tag and date.
Creates a snapshot for a specific batch for a given tag and date. This creates snapshots for all sources and pipelines with results missing from the batch, with a requested update or with a dependency on a requested update. Untagged pipelines and sources may be used if no matching tag exists.
- id
The unique id of the batch.
- tag
The tag to use when creating the snapshot.
- date
The date to associate with the snapshot.
- expires
An optional expiration time for the snapshot.
- updates
A specification of source and pipelines that should be updated. This will also update dependencies in the batch.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postSnapshotForPipeline(id: String, tag: String, date: LocalDateTime = postSnapshotDefaultDate(), allowOverwrite: Boolean = false): PipelineSnapshotInfo
Creates a snapshot for a specific pipeline for a given tag and date.
Creates a snapshot for a specific pipeline for a given tag and date. Untagged pipelines and sources may be used if no matching tag exists.
- id
The unique id of the pipeline.
- tag
The tag to use when creating the snapshot
- date
The date to associate with the snapshot.
- allowOverwrite
Whether to allow deletion of an existing snapshot with the same date and tag, and no dependent snapshots.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postSnapshotForSource(id: String, tag: String, date: LocalDateTime = postSnapshotDefaultDate(), allowOverwrite: Boolean = false): SourceSnapshotInfo
Creates a snapshot for a specific source for a given tag and date.
Creates a snapshot for a specific source for a given tag and date. Untagged sources and files may be used if no matching tag exists.
- id
The unique id of the source.
- tag
The tag to use when creating the snapshot
- date
The date to associate with the snapshot.
- allowOverwrite
Whether to allow deletion of an existing snapshot with the same date and tag, and no dependent snapshots.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postTableMetadata(metadata: TableMetadataInfo): Unit
Updates the collection of data set metadata.
Updates the collection of data set metadata. For internal use only.
- metadata
The metadata to insert or update.
- Definition Classes
- OutputWebFacade → OutputFacade
-
def
postVacuumDatabase: Unit
- Definition Classes
- ServiceWebFacadeWithDatabase
-
def
setLogLevel(level: String): Unit
- Definition Classes
- ServiceWebFacade → ServiceFacadeBase
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
token: UUID
- Definition Classes
- OutputWebFacade → ServiceWebFacade
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
waitIsReady(timeoutSeconds: Int, pollIntervalSeconds: Int): Unit
- Definition Classes
- ServiceFacadeBase
-
def
withTimeout(seconds: Int): OutputWebFacade
- Definition Classes
- OutputWebFacade → ServiceWebFacade → ServiceFacade
-
def
withToken(other: UUID): OutputWebFacade
- Definition Classes
- OutputWebFacade → ServiceFacade
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated