Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The HLI API covers all available Access Layer features with the following exposed methods:

  • —Operations on a data base entryData Entry:
    • —CREATE         (creation of a new Data Entry)
    • —OPEN            (opening an existing Data Entry)
    • —CLOSE           (closing a Data Entry)
  • —Operations on IDSsan IDS:
    • —PUT               (writing data from an IDS to a Data Entry)
    • —GET               (reading data of an IDS from an existing Data Entry)
    • —PUT_SLICE    (writing a IDS time slice to a Data Entry)
    • —GET_SLICE    (reading a time slice of an IDS from an existing Data Entry)
    • —DELETE         (deleting an IDS from an existing Data Entry)

...