Skip to content

Class: StatisticsCache

Statistics cache status.

URI: https://github.com/vdjserver/vdjserver-airr-schema/StatisticsCache

 classDiagram
    class StatisticsCache
    click StatisticsCache href "../StatisticsCache/"
      VDJServerStandards <|-- StatisticsCache
        click VDJServerStandards href "../VDJServerStandards/"

      StatisticsCache : enable_cache

      StatisticsCache : jobs_submitted

Inheritance

Slots

Name Cardinality and Range Description Inheritance
enable_cache 1
Boolean
direct
jobs_submitted 1
Boolean
Flag indicating if statistics jobs are being run direct

Usages

used by used in type used
StatisticsCacheMeta value range StatisticsCache

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://github.com/vdjserver/vdjserver-airr-schema/StatisticsCache
native https://github.com/vdjserver/vdjserver-airr-schema/StatisticsCache

LinkML Source

Direct

name: StatisticsCache
description: Statistics cache status.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slots:
- enable_cache
- jobs_submitted
slot_usage:
  enable_cache:
    name: enable_cache
    required: true
  jobs_submitted:
    name: jobs_submitted
    required: true

Induced

name: StatisticsCache
description: Statistics cache status.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slot_usage:
  enable_cache:
    name: enable_cache
    required: true
  jobs_submitted:
    name: jobs_submitted
    required: true
attributes:
  enable_cache:
    name: enable_cache
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: StatisticsCache
    domain_of:
    - ADCRepository
    - ADCDownloadCache
    - StatisticsCache
    range: boolean
    required: true
  jobs_submitted:
    name: jobs_submitted
    description: Flag indicating if statistics jobs are being run.
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: StatisticsCache
    domain_of:
    - StatisticsCache
    range: boolean
    required: true