public class SolrIndexOperationRecordModel extends ItemModel
Deprecated since 6.2, please use SolrIndexOperation instead.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_INDEXCORE2INDEXOPERATIONRECORDS
Generated relation code constant for relation
IndexCore2IndexOperationRecords defining source attribute solrIndexCoreRecord in extension solrfacetsearch. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CLUSTERID
Generated constant - Attribute key of
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch. |
static java.lang.String |
FAILEDREASON
Generated constant - Attribute key of
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch. |
static java.lang.String |
FINISHTIME
Generated constant - Attribute key of
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch. |
static java.lang.String |
MODE
Generated constant - Attribute key of
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch. |
static java.lang.String |
SOLRINDEXCORERECORD
Generated constant - Attribute key of
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch. |
static java.lang.String |
SOLRINDEXCORERECORDPOS
Generated constant - Attribute key of
SolrIndexOperationRecord.solrIndexCoreRecordPOS attribute defined at extension solrfacetsearch. |
static java.lang.String |
STARTTIME
Generated constant - Attribute key of
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch. |
static java.lang.String |
STATUS
Generated constant - Attribute key of
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch. |
static java.lang.String |
THREADID
Generated constant - Attribute key of
SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrIndexOperationRecordModel()
Generated constructor - Default constructor for generic creation.
|
SolrIndexOperationRecordModel(int _clusterId,
IndexerOperationValues _mode,
ItemModel _owner,
SolrIndexedCoresRecordModel _solrIndexCoreRecord,
IndexerOperationStatus _status,
java.lang.String _threadId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrIndexOperationRecordModel(int _clusterId,
IndexerOperationValues _mode,
SolrIndexedCoresRecordModel _solrIndexCoreRecord,
IndexerOperationStatus _status,
java.lang.String _threadId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrIndexOperationRecordModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClusterId()
Generated method - Getter of the
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch. |
java.lang.String |
getFailedReason()
Generated method - Getter of the
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch. |
java.util.Date |
getFinishTime()
Generated method - Getter of the
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch. |
IndexerOperationValues |
getMode()
Generated method - Getter of the
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch. |
SolrIndexedCoresRecordModel |
getSolrIndexCoreRecord()
Generated method - Getter of the
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch. |
java.util.Date |
getStartTime()
Generated method - Getter of the
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch. |
IndexerOperationStatus |
getStatus()
Generated method - Getter of the
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch. |
java.lang.String |
getThreadId()
Generated method - Getter of the
SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch. |
void |
setClusterId(int value)
Generated method - Setter of
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch. |
void |
setFailedReason(java.lang.String value)
Generated method - Setter of
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch. |
void |
setFinishTime(java.util.Date value)
Generated method - Setter of
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch. |
void |
setMode(IndexerOperationValues value)
Generated method - Setter of
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch. |
void |
setSolrIndexCoreRecord(SolrIndexedCoresRecordModel value)
Generated method - Setter of
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch. |
void |
setStartTime(java.util.Date value)
Generated method - Setter of
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch. |
void |
setStatus(IndexerOperationStatus value)
Generated method - Setter of
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch. |
void |
setThreadId(java.lang.String value)
Generated method - Setter of
SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _INDEXCORE2INDEXOPERATIONRECORDS
IndexCore2IndexOperationRecords defining source attribute solrIndexCoreRecord in extension solrfacetsearch.public static final java.lang.String STARTTIME
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.public static final java.lang.String FINISHTIME
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.public static final java.lang.String MODE
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.public static final java.lang.String STATUS
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.public static final java.lang.String THREADID
SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.public static final java.lang.String CLUSTERID
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.public static final java.lang.String FAILEDREASON
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.public static final java.lang.String SOLRINDEXCORERECORDPOS
SolrIndexOperationRecord.solrIndexCoreRecordPOS attribute defined at extension solrfacetsearch.public static final java.lang.String SOLRINDEXCORERECORD
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.public SolrIndexOperationRecordModel()
public SolrIndexOperationRecordModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SolrIndexOperationRecordModel(int _clusterId,
IndexerOperationValues _mode,
SolrIndexedCoresRecordModel _solrIndexCoreRecord,
IndexerOperationStatus _status,
java.lang.String _threadId)
_clusterId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_mode - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_solrIndexCoreRecord - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_status - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_threadId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch@Deprecated
public SolrIndexOperationRecordModel(int _clusterId,
IndexerOperationValues _mode,
ItemModel _owner,
SolrIndexedCoresRecordModel _solrIndexCoreRecord,
IndexerOperationStatus _status,
java.lang.String _threadId)
_clusterId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_mode - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core_solrIndexCoreRecord - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_status - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_threadId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch@Accessor(qualifier="clusterId", type=GETTER) public int getClusterId()
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.@Accessor(qualifier="failedReason", type=GETTER) public java.lang.String getFailedReason()
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.@Accessor(qualifier="finishTime", type=GETTER) public java.util.Date getFinishTime()
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.@Accessor(qualifier="mode", type=GETTER) public IndexerOperationValues getMode()
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.@Accessor(qualifier="solrIndexCoreRecord", type=GETTER) public SolrIndexedCoresRecordModel getSolrIndexCoreRecord()
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.@Accessor(qualifier="startTime", type=GETTER) public java.util.Date getStartTime()
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.@Accessor(qualifier="status", type=GETTER) public IndexerOperationStatus getStatus()
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.@Accessor(qualifier="threadId", type=GETTER) public java.lang.String getThreadId()
SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.@Accessor(qualifier="clusterId", type=SETTER) public void setClusterId(int value)
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.value - the clusterId@Accessor(qualifier="failedReason", type=SETTER) public void setFailedReason(java.lang.String value)
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.value - the failedReason@Accessor(qualifier="finishTime", type=SETTER) public void setFinishTime(java.util.Date value)
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.value - the finishTime@Accessor(qualifier="mode", type=SETTER) public void setMode(IndexerOperationValues value)
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.value - the mode@Accessor(qualifier="solrIndexCoreRecord", type=SETTER) public void setSolrIndexCoreRecord(SolrIndexedCoresRecordModel value)
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.value - the solrIndexCoreRecord@Accessor(qualifier="startTime", type=SETTER) public void setStartTime(java.util.Date value)
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.value - the startTime@Accessor(qualifier="status", type=SETTER) public void setStatus(IndexerOperationStatus value)
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.value - the statusCopyright © 2018 SAP SE. All Rights Reserved.