public interface CmTextSearchAffinityGroup extends IndependentlyPersistableObject
The Content Engine server uses a load-balancing algorithm to automatically assign IBM Content Search Services servers to indexes according to the indexing workload of the servers. If you want to override this built-in load balancing feature, you can create affinity groups and manually dedicate IBM Content Search Services servers to specific index areas.
An IBM Content Search Services server can belong to, at most, one affinity group. A server that is a member of an affinity group can serve only index areas that are assigned to that affinity group and that belong to the same site as the server. A server that is not a member of an affinity group can serve only index areas that do not belong to an affinity group and belong to the same site as the server.
An IBM Content Search Services index area can be assigned to, at most, one affinity group. An index area that is assigned to an affinity group can be served only by members of the affinity group that belong to the same site as the index area. An index area that is not assigned to an affinity group can be served only by servers that are not members of an affinity group and belong to the same site as the index area.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_Creator()
Returns the value of the Creator property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property.
|
java.lang.String |
get_DescriptiveText()
Returns the value of the DescriptiveText property.
|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
CmTextSearchServerSet |
get_TextSearchServers()
Returns the value of the TextSearchServers property.
|
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property.
|
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property.
|
void |
set_DescriptiveText(java.lang.String value)
Sets the value of the DescriptiveText property.
|
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property.
|
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
java.util.Date get_DateLastModified()
Id get_Id()
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
java.lang.String get_DescriptiveText()
void set_DescriptiveText(java.lang.String value)
CmTextSearchServerSet get_TextSearchServers()
© Copyright IBM Corporation 2006, 2015. All rights reserved.