public class DBSRepositoryDescriptor extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
Integer |
cacheConcurrencyLevel |
Long |
cacheMaxSize |
Long |
cacheTTL |
Class<? extends DBSClusterInvalidator> |
clusterInvalidatorClass |
String |
clusterNodeId |
protected FulltextDescriptor |
fulltextDescriptor |
String |
idType |
protected Boolean |
isDefault |
String |
label |
String |
name |
Constructor and Description |
---|
DBSRepositoryDescriptor() |
Modifier and Type | Method and Description |
---|---|
DBSRepositoryDescriptor |
clone() |
FulltextDescriptor |
getFulltextDescriptor() |
boolean |
isCacheEnabled() |
boolean |
isChangeTokenEnabled() |
boolean |
isClusteringEnabled() |
Boolean |
isDefault() |
void |
merge(DBSRepositoryDescriptor other) |
protected void |
setCacheEnabled(boolean enabled) |
void |
setChangeTokenEnabled(boolean enabled) |
protected void |
setClusteringEnabled(boolean enabled) |
void |
setFulltextDisabled(boolean disabled) |
void |
setFulltextExcludedTypes(Set<String> fulltextExcludedTypes) |
void |
setFulltextFieldSizeLimit(int fieldSizeLimit) |
void |
setFulltextIncludedTypes(Set<String> fulltextIncludedTypes) |
void |
setFulltextIndexes(List<FulltextDescriptor.FulltextIndexDescriptor> fulltextIndexes) |
void |
setFulltextParser(String fulltextParser) |
void |
setFulltextSearchDisabled(boolean disabled) |
protected FulltextDescriptor fulltextDescriptor
public Long cacheMaxSize
public Integer cacheConcurrencyLevel
public String clusterNodeId
public Class<? extends DBSClusterInvalidator> clusterInvalidatorClass
public DBSRepositoryDescriptor()
public FulltextDescriptor getFulltextDescriptor()
public void setFulltextFieldSizeLimit(int fieldSizeLimit)
public void setFulltextDisabled(boolean disabled)
public void setFulltextSearchDisabled(boolean disabled)
public void setFulltextParser(String fulltextParser)
public void setFulltextIndexes(List<FulltextDescriptor.FulltextIndexDescriptor> fulltextIndexes)
public void setFulltextExcludedTypes(Set<String> fulltextExcludedTypes)
public void setFulltextIncludedTypes(Set<String> fulltextIncludedTypes)
public boolean isCacheEnabled()
protected void setCacheEnabled(boolean enabled)
public boolean isClusteringEnabled()
protected void setClusteringEnabled(boolean enabled)
public boolean isChangeTokenEnabled()
public void setChangeTokenEnabled(boolean enabled)
public DBSRepositoryDescriptor clone()
public void merge(DBSRepositoryDescriptor other)
Copyright © 2017 Nuxeo. All rights reserved.