Class SolrIndexOperationRecordModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrIndexOperationRecordModel
    extends ItemModel
    Generated model class for type SolrIndexOperationRecord first defined at extension solrfacetsearch.

    Deprecated since 6.2, please use SolrIndexOperation instead.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _INDEXCORE2INDEXOPERATIONRECORDS

        public static final java.lang.String _INDEXCORE2INDEXOPERATIONRECORDS
        Generated relation code constant for relation IndexCore2IndexOperationRecords defining source attribute solrIndexCoreRecord in extension solrfacetsearch.
        See Also:
        Constant Field Values
      • STARTTIME

        public static final java.lang.String STARTTIME
        Generated constant - Attribute key of SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • FINISHTIME

        public static final java.lang.String FINISHTIME
        Generated constant - Attribute key of SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • MODE

        public static final java.lang.String MODE
        Generated constant - Attribute key of SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Generated constant - Attribute key of SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • THREADID

        public static final java.lang.String THREADID
        Generated constant - Attribute key of SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • CLUSTERID

        public static final java.lang.String CLUSTERID
        Generated constant - Attribute key of SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • FAILEDREASON

        public static final java.lang.String FAILEDREASON
        Generated constant - Attribute key of SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • SOLRINDEXCORERECORDPOS

        public static final java.lang.String SOLRINDEXCORERECORDPOS
        Generated constant - Attribute key of SolrIndexOperationRecord.solrIndexCoreRecordPOS attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • SOLRINDEXCORERECORD

        public static final java.lang.String SOLRINDEXCORERECORD
        Generated constant - Attribute key of SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SolrIndexOperationRecordModel

        public SolrIndexOperationRecordModel()
        Generated constructor - Default constructor for generic creation.
      • SolrIndexOperationRecordModel

        public SolrIndexOperationRecordModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SolrIndexOperationRecordModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrIndexOperationRecordModel​(int _clusterId,
                                             IndexerOperationValues _mode,
                                             SolrIndexedCoresRecordModel _solrIndexCoreRecord,
                                             IndexerOperationStatus _status,
                                             java.lang.String _threadId)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _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
      • SolrIndexOperationRecordModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrIndexOperationRecordModel​(int _clusterId,
                                             IndexerOperationValues _mode,
                                             ItemModel _owner,
                                             SolrIndexedCoresRecordModel _solrIndexCoreRecord,
                                             IndexerOperationStatus _status,
                                             java.lang.String _threadId)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _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
    • Method Detail

      • getClusterId

        @Accessor(qualifier="clusterId",
                  type=GETTER)
        public int getClusterId()
        Generated method - Getter of the SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
        Returns:
        the clusterId
      • getFailedReason

        @Accessor(qualifier="failedReason",
                  type=GETTER)
        public java.lang.String getFailedReason()
        Generated method - Getter of the SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
        Returns:
        the failedReason
      • getFinishTime

        @Accessor(qualifier="finishTime",
                  type=GETTER)
        public java.util.Date getFinishTime()
        Generated method - Getter of the SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
        Returns:
        the finishTime
      • getSolrIndexCoreRecord

        @Accessor(qualifier="solrIndexCoreRecord",
                  type=GETTER)
        public SolrIndexedCoresRecordModel getSolrIndexCoreRecord()
        Generated method - Getter of the SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
        Returns:
        the solrIndexCoreRecord
      • getStartTime

        @Accessor(qualifier="startTime",
                  type=GETTER)
        public java.util.Date getStartTime()
        Generated method - Getter of the SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
        Returns:
        the startTime
      • getThreadId

        @Accessor(qualifier="threadId",
                  type=GETTER)
        public java.lang.String getThreadId()
        Generated method - Getter of the SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.
        Returns:
        the threadId
      • setClusterId

        @Accessor(qualifier="clusterId",
                  type=SETTER)
        public void setClusterId​(int value)
        Generated method - Setter of SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
        Parameters:
        value - the clusterId
      • setFailedReason

        @Accessor(qualifier="failedReason",
                  type=SETTER)
        public void setFailedReason​(java.lang.String value)
        Generated method - Setter of SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
        Parameters:
        value - the failedReason
      • setFinishTime

        @Accessor(qualifier="finishTime",
                  type=SETTER)
        public void setFinishTime​(java.util.Date value)
        Generated method - Setter of SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
        Parameters:
        value - the finishTime
      • setSolrIndexCoreRecord

        @Accessor(qualifier="solrIndexCoreRecord",
                  type=SETTER)
        public void setSolrIndexCoreRecord​(SolrIndexedCoresRecordModel value)
        Generated method - Setter of SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
        Parameters:
        value - the solrIndexCoreRecord
      • setStartTime

        @Accessor(qualifier="startTime",
                  type=SETTER)
        public void setStartTime​(java.util.Date value)
        Generated method - Setter of SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
        Parameters:
        value - the startTime
      • setStatus

        @Accessor(qualifier="status",
                  type=SETTER)
        public void setStatus​(IndexerOperationStatus value)
        Generated method - Setter of SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.
        Parameters:
        value - the status
      • setThreadId

        @Accessor(qualifier="threadId",
                  type=SETTER)
        public void setThreadId​(java.lang.String value)
        Generated method - Setter of SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.
        Parameters:
        value - the threadId