public class PoolPojo extends Object
Modifier and Type | Field and Description |
---|---|
String[] |
destinations
Destinations where data is.
|
String |
esClusterId
Name of Elasticsearch cluster used to store objects meta-data.
|
String |
esIndex
Elasticsearch index containing objects meta-data.
|
String |
esTimeout
Time-out of Elasticsearch requests when requesting
archives meta-data.
|
Double |
maxDeletionPercentage
Maximum deletion percentage compared with the whole cluster
data.
|
String |
pool
Pool name.
|
String |
retention
Pool retention.
|
String |
user
User name used to access to Ceph cluster if it makes sense
(it makes sense for Ceph objects-storage implementation only).
|
Constructor and Description |
---|
PoolPojo()
default ctor
|
public String[] destinations
public String pool
public String retention
public Double maxDeletionPercentage
public String esClusterId
public String esIndex
public String esTimeout
public String user
Copyright © 2014–2023. All rights reserved.