Class AbstractLeftTupleSinkAdapter

    • Field Detail

      • partitionId

        protected org.drools.base.common.RuleBasePartitionId partitionId
    • Constructor Detail

      • AbstractLeftTupleSinkAdapter

        protected AbstractLeftTupleSinkAdapter​(org.drools.base.common.RuleBasePartitionId partitionId)
      • AbstractLeftTupleSinkAdapter

        protected AbstractLeftTupleSinkAdapter()
    • Method Detail

      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • getPartitionId

        public org.drools.base.common.RuleBasePartitionId getPartitionId()
        Returns the partition to which this propagator belongs to
        Returns:
        the ID of the partition
      • setPartitionId

        public void setPartitionId​(org.drools.base.common.RuleBasePartitionId partitionId)
        Sets the partition to which this propagator belongs to
        Parameters:
        partitionId -