Interface ProtobufMessages.KnowledgeSessionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getMultithread()
      optional bool multithread = 1;
      ProtobufMessages.ProcessData getProcessData()
      optional .org.drools.serialization.protobuf.ProcessData process_data = 4;
      ProtobufMessages.ProcessDataOrBuilder getProcessDataOrBuilder()
      optional .org.drools.serialization.protobuf.ProcessData process_data = 4;
      ProtobufMessages.RuleData getRuleData()
      optional .org.drools.serialization.protobuf.RuleData rule_data = 3;
      ProtobufMessages.RuleDataOrBuilder getRuleDataOrBuilder()
      optional .org.drools.serialization.protobuf.RuleData rule_data = 3;
      long getTime()
      optional int64 time = 2;
      ProtobufMessages.Timers getTimers()
      optional .org.drools.serialization.protobuf.Timers timers = 5;
      ProtobufMessages.TimersOrBuilder getTimersOrBuilder()
      optional .org.drools.serialization.protobuf.Timers timers = 5;
      boolean hasMultithread()
      optional bool multithread = 1;
      boolean hasProcessData()
      optional .org.drools.serialization.protobuf.ProcessData process_data = 4;
      boolean hasRuleData()
      optional .org.drools.serialization.protobuf.RuleData rule_data = 3;
      boolean hasTime()
      optional int64 time = 2;
      boolean hasTimers()
      optional .org.drools.serialization.protobuf.Timers timers = 5;
      • Methods inherited from interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder

        getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasMultithread

        boolean hasMultithread()
        optional bool multithread = 1;
      • getMultithread

        boolean getMultithread()
        optional bool multithread = 1;
      • hasTime

        boolean hasTime()
        optional int64 time = 2;
      • getTime

        long getTime()
        optional int64 time = 2;
      • hasRuleData

        boolean hasRuleData()
        optional .org.drools.serialization.protobuf.RuleData rule_data = 3;
      • hasProcessData

        boolean hasProcessData()
        optional .org.drools.serialization.protobuf.ProcessData process_data = 4;
      • hasTimers

        boolean hasTimers()
        optional .org.drools.serialization.protobuf.Timers timers = 5;