Uses of Class
org.drools.serialization.protobuf.ProtobufMarshallerReaderContext
-
Packages that use ProtobufMarshallerReaderContext Package Description org.drools.serialization.protobuf org.drools.serialization.protobuf.timers -
-
Uses of ProtobufMarshallerReaderContext in org.drools.serialization.protobuf
Methods in org.drools.serialization.protobuf with parameters of type ProtobufMarshallerReaderContext Modifier and Type Method Description static voidProtobufInputMarshaller. readActionQueue(ProtobufMarshallerReaderContext context, ProtobufMessages.RuleData _session)static voidProtobufInputMarshaller. readAgenda(ProtobufMarshallerReaderContext context, ProtobufMessages.RuleData _ruleData, org.drools.core.common.InternalAgenda agenda)static org.drools.core.common.InternalFactHandleProtobufInputMarshaller. readFactHandle(ProtobufMarshallerReaderContext context, org.kie.api.runtime.rule.EntryPoint entryPoint, ProtobufMessages.FactHandle _handle)static voidProtobufInputMarshaller. readFactHandles(ProtobufMarshallerReaderContext context, ProtobufMessages.EntryPoint _ep, org.drools.core.common.ObjectStore objectStore, List<org.drools.core.common.PropagationContext> pctxs)static org.drools.kiesession.session.StatefulKnowledgeSessionImplProtobufInputMarshaller. readSession(org.drools.kiesession.session.StatefulKnowledgeSessionImpl session, ProtobufMarshallerReaderContext context)Stream the data into an existing sessionstatic ReadSessionResultProtobufInputMarshaller. readSession(ProtobufMarshallerReaderContext context, int id)Create a new session into which to read the stream datastatic ReadSessionResultProtobufInputMarshaller. readSession(ProtobufMarshallerReaderContext context, int id, org.kie.api.runtime.Environment environment, org.drools.core.SessionConfiguration config)static ReadSessionResultProtobufInputMarshaller. readSession(ProtobufMarshallerReaderContext context, int id, org.kie.api.runtime.Environment environment, org.drools.core.SessionConfiguration config, KieSessionInitializer initializer)static org.drools.kiesession.session.StatefulKnowledgeSessionImplProtobufInputMarshaller. readSession(ProtobufMessages.KnowledgeSession _session, org.drools.kiesession.session.StatefulKnowledgeSessionImpl session, org.drools.core.common.InternalAgenda agenda, ProtobufMarshallerReaderContext context)static voidProtobufInputMarshaller. readTruthMaintenanceSystem(ProtobufMarshallerReaderContext context, org.kie.api.runtime.rule.EntryPoint wmep, ProtobufMessages.EntryPoint _ep, List<org.drools.core.common.PropagationContext> pctxs) -
Uses of ProtobufMarshallerReaderContext in org.drools.serialization.protobuf.timers
Methods in org.drools.serialization.protobuf.timers with parameters of type ProtobufMarshallerReaderContext Modifier and Type Method Description voidBehaviorJobContextTimerInputMarshaller. read(ProtobufMarshallerReaderContext inCtx)voidExpireJobContextTimerInputMarshaller. read(ProtobufMarshallerReaderContext inCtx)
-