Class CompositeLeftTupleSinkAdapter

    • Constructor Detail

      • CompositeLeftTupleSinkAdapter

        public CompositeLeftTupleSinkAdapter()
      • CompositeLeftTupleSinkAdapter

        public CompositeLeftTupleSinkAdapter​(org.drools.base.common.RuleBasePartitionId partitionId)
    • Method Detail

      • addTupleSink

        public void addTupleSink​(LeftTupleSink sink)
      • removeTupleSink

        public void removeTupleSink​(LeftTupleSink sink)
      • size

        public int size()
      • readExternal

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

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