com.filenet.api.admin
Interface CmElasticSearchIndex
-
- All Superinterfaces:
- DependentObject, EngineObject, RepositoryObject, java.io.Serializable
public interface CmElasticSearchIndex extends RepositoryObject, EngineObject, DependentObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description IdListget_BaseClassIds()The base classes associated with this collection.java.util.Dateget_DateCreated()The date and time this object was created.Idget_Id()The unique object ID.java.lang.Doubleget_IndexedObjectCount()The number of objects in this full text indexIndexingStatusget_IndexingStatus()The status of indexing for the full text index.java.lang.Stringget_IndexName()The name of the indexjava.lang.Integerget_IndexReplicas()The number of replicas per index in this index area.java.lang.Integerget_IndexShards()The number of shards per index in this index area.java.lang.Doubleget_IndexSizeKbytes()The size in KB of the full text Indexjava.lang.Integerget_MaximumResultsWindow()The maximum number of results per query segment for indexes in this index area.ResourceStatusget_ResourceStatus()Open, closed, full, or standby statusjava.lang.Stringget_UpdateFailureDescription()A description of the last failure that occurred when processing an update to the number of shards or replicas for the index,java.util.Dateget_UpdateHeldUntilDate()The date and time until which the lease is held on the index for the purpose of updating the number of shards or replicas, or until which update processing is suspended pending a retry.java.lang.Integerget_UpdateOperation()An integer indicating the type of shards or replicas update in progress for the index,voidset_BaseClassIds(IdList value)The base classes associated with this collection.voidset_IndexReplicas(java.lang.Integer value)The number of replicas per index in this index area.voidset_IndexShards(java.lang.Integer value)The number of shards per index in this index area.voidset_MaximumResultsWindow(java.lang.Integer value)The maximum number of results per query segment for indexes in this index area.voidset_ResourceStatus(ResourceStatus value)Open, closed, full, or standby status Settability Restrictions: None.-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_Id
Id get_Id()
The unique object ID.
-
get_DateCreated
java.util.Date get_DateCreated()
The date and time this object was created.
-
get_BaseClassIds
IdList get_BaseClassIds()
The base classes associated with this collection.
-
set_BaseClassIds
void set_BaseClassIds(IdList value)
The base classes associated with this collection. Settability Restrictions: None.
-
get_IndexName
java.lang.String get_IndexName()
The name of the index
-
get_ResourceStatus
ResourceStatus get_ResourceStatus()
Open, closed, full, or standby status
-
set_ResourceStatus
void set_ResourceStatus(ResourceStatus value)
Open, closed, full, or standby status Settability Restrictions: None.
-
get_IndexSizeKbytes
java.lang.Double get_IndexSizeKbytes()
The size in KB of the full text Index
-
get_IndexedObjectCount
java.lang.Double get_IndexedObjectCount()
The number of objects in this full text index
-
get_IndexingStatus
IndexingStatus get_IndexingStatus()
The status of indexing for the full text index.
-
get_IndexShards
java.lang.Integer get_IndexShards()
The number of shards per index in this index area.
-
set_IndexShards
void set_IndexShards(java.lang.Integer value)
The number of shards per index in this index area. Settability Restrictions: None.
-
get_IndexReplicas
java.lang.Integer get_IndexReplicas()
The number of replicas per index in this index area.
-
set_IndexReplicas
void set_IndexReplicas(java.lang.Integer value)
The number of replicas per index in this index area. Settability Restrictions: None.
-
get_MaximumResultsWindow
java.lang.Integer get_MaximumResultsWindow()
The maximum number of results per query segment for indexes in this index area.
-
set_MaximumResultsWindow
void set_MaximumResultsWindow(java.lang.Integer value)
The maximum number of results per query segment for indexes in this index area. Settability Restrictions: None.
-
get_UpdateOperation
java.lang.Integer get_UpdateOperation()
An integer indicating the type of shards or replicas update in progress for the index,
-
get_UpdateHeldUntilDate
java.util.Date get_UpdateHeldUntilDate()
The date and time until which the lease is held on the index for the purpose of updating the number of shards or replicas, or until which update processing is suspended pending a retry.
-
get_UpdateFailureDescription
java.lang.String get_UpdateFailureDescription()
A description of the last failure that occurred when processing an update to the number of shards or replicas for the index,
-
-