Home
last modified time | relevance | path

Searched refs:retention (Results 76 – 100 of 4149) sorted by relevance

12345678910>>...166

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/proto/
H A DHSAdminRefreshProtocol.proto50 * refresh job retention settings request.
56 * Response for refresh job retention.
62 * refresh log retention request.
68 * Response for refresh log retention.
90 * Refresh job retention.
96 * Refresh log retention
/dports/www/gitea/gitea-1.16.5/vendor/github.com/minio/minio-go/v7/
H A Dapi-object-retention.go85 retention, err := newObjectRetention(opts.Mode, opts.RetainUntilDate)
90 retentionData, err := xml.Marshal(retention)
159 retention := &objectRetention{}
160 if err = xml.NewDecoder(resp.Body).Decode(retention); err != nil {
164 return &retention.Mode, retention.RetainUntilDate, nil
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/minio/minio-go/v7/
H A Dapi-object-retention.go85 retention, err := newObjectRetention(opts.Mode, opts.RetainUntilDate)
90 retentionData, err := xml.Marshal(retention)
159 retention := &objectRetention{}
160 if err = xml.NewDecoder(resp.Body).Decode(retention); err != nil {
164 return &retention.Mode, retention.RetainUntilDate, nil
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationType.java66 private final RetentionPolicy retention; field in AnnotationType
152 retention = (ret == null ? RetentionPolicy.CLASS : ret.value()); in AnnotationType()
156 retention = RetentionPolicy.RUNTIME; in AnnotationType()
217 public RetentionPolicy retention() { in retention() method in AnnotationType
218 return retention; in retention()
235 " Retention policy: " + retention + "\n" + in toString()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/minio-go/v7/
H A Dapi-object-retention.go85 retention, err := newObjectRetention(opts.Mode, opts.RetainUntilDate)
90 retentionData, err := xml.Marshal(retention)
159 retention := &objectRetention{}
160 if err = xml.NewDecoder(resp.Body).Decode(retention); err != nil {
164 return &retention.Mode, retention.RetainUntilDate, nil
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/minio/minio-go/v7/
H A Dapi-object-retention.go85 retention, err := newObjectRetention(opts.Mode, opts.RetainUntilDate)
90 retentionData, err := xml.Marshal(retention)
159 retention := &objectRetention{}
160 if err = xml.NewDecoder(resp.Body).Decode(retention); err != nil {
164 return &retention.Mode, retention.RetainUntilDate, nil
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationType.java66 private final RetentionPolicy retention; field in AnnotationType
153 retention = (ret == null ? RetentionPolicy.CLASS : ret.value()); in AnnotationType()
157 retention = RetentionPolicy.RUNTIME; in AnnotationType()
218 public RetentionPolicy retention() { in retention() method in AnnotationType
219 return retention; in retention()
236 " Retention policy: " + retention + "\n" + in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationType.java66 private final RetentionPolicy retention; field in AnnotationType
152 retention = (ret == null ? RetentionPolicy.CLASS : ret.value()); in AnnotationType()
156 retention = RetentionPolicy.RUNTIME; in AnnotationType()
217 public RetentionPolicy retention() { in retention() method in AnnotationType
218 return retention; in retention()
235 " Retention policy: " + retention + "\n" + in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationType.java66 private final RetentionPolicy retention; field in AnnotationType
152 retention = (ret == null ? RetentionPolicy.CLASS : ret.value()); in AnnotationType()
156 retention = RetentionPolicy.RUNTIME; in AnnotationType()
217 public RetentionPolicy retention() { in retention() method in AnnotationType
218 return retention; in retention()
235 " Retention policy: " + retention + "\n" + in toString()
/dports/ftp/sftpgo/sftpgo-2.2.0/docs/
H A Ddata-retention-hook.md1 # Data retention hook
3 This hook runs after a data retention check completes if you specify `Hook` between notifications m…
9 - `SFTPGO_DATA_RETENTION_RESULT`, it contains the data retention check result JSON serialized.
14 …is URL will be invoked as HTTP POST and the POST body contains the data retention check result JSO…
18 Here is the schema for the data retention check result:
28 - `retention`, int. Retention time in hours
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationType.java66 private final RetentionPolicy retention; field in AnnotationType
152 retention = (ret == null ? RetentionPolicy.CLASS : ret.value()); in AnnotationType()
156 retention = RetentionPolicy.RUNTIME; in AnnotationType()
217 public RetentionPolicy retention() { in retention() method in AnnotationType
218 return retention; in retention()
235 " Retention policy: " + retention + "\n" + in toString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationType.java66 private final RetentionPolicy retention; field in AnnotationType
152 retention = (ret == null ? RetentionPolicy.CLASS : ret.value()); in AnnotationType()
156 retention = RetentionPolicy.RUNTIME; in AnnotationType()
217 public RetentionPolicy retention() { in retention() method in AnnotationType
218 return retention; in retention()
235 " Retention policy: " + retention + "\n" + in toString()
/dports/net-mgmt/promscale/promscale-0.6.2/docs/
H A Dmetric_deletion_and_retention.md8 4. Metric retention (Deletion via scheduling data retention policies (SQL))
10 Promscale supports series deletion & metric retention. Series deletion deletes all data for a speci…
13 Metric retention deletes data older than a specified duration for a given metric. You can specify a…
14 retention period as well as overwrite that default on a particular metric.
123 Promscale offers full control over data retentions i.e., you can set a default data retention perio…
125 SQL command to set the default retention policy to two days for all metrics that do not have custom…
131 SQL command to set a custom retention policy for a specific metric.
137 SQL command to reset specific metric retention to the default metric retention.
143 For TimescaleDB versions < 2.0, the retention policies are executed using a cron job. Please see th…
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/services/retention/
H A Dconfig_test.go13 var c retention.Config
30 c := retention.NewConfig()
35 c = retention.NewConfig()
41 c = retention.NewConfig()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/services/retention/
H A Dconfig_test.go13 var c retention.Config
30 c := retention.NewConfig()
35 c = retention.NewConfig()
41 c = retention.NewConfig()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/services/retention/
H A Dconfig_test.go13 var c retention.Config
30 c := retention.NewConfig()
35 c = retention.NewConfig()
41 c = retention.NewConfig()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/services/retention/
H A Dconfig_test.go13 var c retention.Config
30 c := retention.NewConfig()
35 c = retention.NewConfig()
41 c = retention.NewConfig()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/docs/
H A Dmessage_retention_policies.md1 # Message retention policies
3 Synapse admins can enable support for message retention policies on
4 their homeserver. Message retention policies exist at a room level,
13 A message retention policy is mainly defined by its `max_lifetime`
15 it was sent to the room. If a room doesn't have a message retention
26 Note that message retention policies don't apply to state events.
39 Similarly, if a server (with support for message retention policies
53 `retention` section of the Synapse configuration file (see the
56 To enable support for message retention policies, set the setting
141 `retention` section of the configuration file:
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dretention-clear.go73 1. Clear object retention for a specific object
76 2. Clear object retention for recursively for all objects at a given prefix
79 3. Clear object retention for a specific version of a specific object
82 4. Clear object retention for recursively for all versions of all objects
85 5. Clear object retention for recursively for all versions created one year ago
88 6. Clear a bucket retention configuration
/dports/databases/pgbarman/barman-release-2.17/doc/barman.5.d/
H A D50-retention_policy.md2 : Policy for retention of periodic backups and archive logs. If left empty,
3 retention policies are not enforced. For redundancy based retention policy
5 of backups to retain). For recovery window retention policy use
/dports/www/yanopaste/yanopaste-1.3.0/
H A DClassParseSave.php28 public $retention = 24; variable in ParseSave
51 $this->out->writeAttribute("retention", $this->retention);
141 if ($this->retention != "forever") {
142 $this->retention = $_YANOPASTE["lifetimes"][$this->retention];
144 $this->id = $this->generateBaseId() . "-" . $this->retention;
/dports/devel/awscli/awscli-1.20.61/awscli/examples/logs/
H A Dput-retention-policy.rst1 The following command adds a 5 day retention policy to a log group named ``my-logs``::
3 aws logs put-retention-policy --log-group-name my-logs --retention-in-days 5
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/lib/
H A Doutput.cpp64 , retention{other.retention}
119 if (retention == Output::Retention::Individual) { in apply_global()
176 && d->retention == output->d->retention; in compare()
516 Output::Retention Output::retention() const in retention() function in Disman::Output
518 return d->retention; in retention()
521 void Output::set_retention(Retention retention) in set_retention() argument
523 d->retention = retention; in set_retention()
558 set_retention(other->d->retention); in apply()
607 auto stream_retention = [](Retention retention) -> std::string { in log() argument
608 switch (retention) { in log()
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-PurgeOldestVolume.rst.inc1retention periods of all Files and Jobs written to this Volume. The Volume is then recycled and wi…
3 … all Volumes are full, but you don’t want to worry about setting proper retention periods. However…
12 Be aware that :strong:`Purge Oldest Volume`\ disregards all retention
16 in your Pool before running any jobs. If you want retention periods to
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/docs/manuals/source/manually_added_config_directive_descriptions/
H A Ddir-pool-PurgeOldestVolume.rst.inc1retention periods of all Files and Jobs written to this Volume. The Volume is then recycled and wi…
3 … all Volumes are full, but you don’t want to worry about setting proper retention periods. However…
12 Be aware that :strong:`Purge Oldest Volume`\ disregards all retention
16 in your Pool before running any jobs. If you want retention periods to

12345678910>>...166