| Package | Description |
|---|---|
| org.drools.serialization.protobuf | |
| org.drools.serialization.protobuf.timers |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProtobufInputMarshaller.readActionQueue(ProtobufMarshallerReaderContext context,
ProtobufMessages.RuleData _session) |
static void |
ProtobufInputMarshaller.readAgenda(ProtobufMarshallerReaderContext context,
ProtobufMessages.RuleData _ruleData,
org.drools.core.common.InternalAgenda agenda) |
static org.drools.core.common.InternalFactHandle |
ProtobufInputMarshaller.readFactHandle(ProtobufMarshallerReaderContext context,
org.kie.api.runtime.rule.EntryPoint entryPoint,
ProtobufMessages.FactHandle _handle) |
static void |
ProtobufInputMarshaller.readFactHandles(ProtobufMarshallerReaderContext context,
ProtobufMessages.EntryPoint _ep,
org.drools.core.common.ObjectStore objectStore,
List<org.drools.core.spi.PropagationContext> pctxs) |
static ReadSessionResult |
ProtobufInputMarshaller.readSession(ProtobufMarshallerReaderContext context,
int id)
Create a new session into which to read the stream data
|
static ReadSessionResult |
ProtobufInputMarshaller.readSession(ProtobufMarshallerReaderContext context,
int id,
org.kie.api.runtime.Environment environment,
org.drools.core.SessionConfiguration config) |
static ReadSessionResult |
ProtobufInputMarshaller.readSession(ProtobufMarshallerReaderContext context,
int id,
org.kie.api.runtime.Environment environment,
org.drools.core.SessionConfiguration config,
org.drools.core.marshalling.impl.KieSessionInitializer initializer) |
static org.drools.core.impl.StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session,
org.drools.core.impl.StatefulKnowledgeSessionImpl session,
org.drools.core.common.InternalAgenda agenda,
ProtobufMarshallerReaderContext context) |
static org.drools.core.impl.StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(org.drools.core.impl.StatefulKnowledgeSessionImpl session,
ProtobufMarshallerReaderContext context)
Stream the data into an existing session
|
static void |
ProtobufInputMarshaller.readTruthMaintenanceSystem(ProtobufMarshallerReaderContext context,
org.kie.api.runtime.rule.EntryPoint wmep,
ProtobufMessages.EntryPoint _ep,
List<org.drools.core.spi.PropagationContext> pctxs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpireJobContextTimerInputMarshaller.read(ProtobufMarshallerReaderContext inCtx) |
void |
BehaviorJobContextTimerInputMarshaller.read(ProtobufMarshallerReaderContext inCtx) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.