Versions Compared

Key

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

...

TAR Retriever Service.

Dependencies

Attributes

...

#CacheRoot
Anchor
CacheRoot
CacheRoot

Root directory in which retrieved tars are extracted. A relative path name is resolved relative to dcm4chee_home archive-install-directory/server/default/.

...

(warning) For reliable function of the deletion of least recent accessed objects, a separate file system should be used for the cache.

...

Default Value: tar-extracted

#MinimumFreeDiskSpace
Anchor
MinimumFreeDiskSpace
MinimumFreeDiskSpace

Minimum free disk space on Cache Directory. If the free available disk space on the cache directory falls below this value, least recent accessed sub-directories are deleted, BEFORE further TARs are retrieved and extracted. 1MB = 1000000 bytes, 1GB = 1000MB.

Default Value: 50MB

...

#PreferredFreeDiskSpace
Anchor
PreferredFreeDiskSpace
PreferredFreeDiskSpace

Preferred free disk space on Cache Directory. If the free available disk space on the cache directory falls below this value, least recent accessed sub-directories are deleted, WITHOUT blocking retrieve and extraction of further TARs. 1MB = 1000000 bytes, 1GB = 1000MB.

...

Default Value: 100MB

#TarFetchCommand
Anchor
TarFetchCommand
TarFetchCommand

External command to fetch tarballs from the source file system, with

...

NONE = TAR file on local accessable file system.

Default Value: NONE

...

#TarIncomingDirectory
Anchor
TarIncomingDirectory
TarIncomingDirectory

Directory in which TARs shall be retrieved by external #TarFetchCommand. A relative path name is resolved relative to dcm4chee_home/server/default/.
Not effective if #TarFetchCommand='NONE'.

...

Default Value: tar-incoming

#BufferSize
Anchor
BufferSize
BufferSize

Size of write byte buffer.

...

Default Value: 8192

#LRUCacheSize
Anchor
LRUCacheSize
LRUCacheSize

Number of cached references to least recent accessed directories.

Default Value: 20

...

#Name
Anchor
Name
Name

The class name of the MBean

...

#State
Anchor
State
State

The status of the MBean

...

#StateString
Anchor
StateString
StateString

The status of the MBean in text form

Operations

...

#create
Anchor
create
create

Standard MBean lifecycle method

...

#start
Anchor
start
start

The start lifecycle operation

...

#stop
Anchor
stop
stop

The stop lifecycle operation

...

#destroy
Anchor
destroy
destroy

The destroy lifecycle operation

...

#jbossInternalLifecycle
Anchor
jbossInternalLifecycle
jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

...

#retrieveFileFromTAR
Anchor
retrieveFileFromTAR
retrieveFileFromTAR

Retrieve file from TAR specified by File System ID and File ID.

...

#free
Anchor
free
free

Delete oldest directories to free specified amount of disk space.

...