Class PersistedDecision

All Implemented Interfaces:
DbValue, Recyclable, BufferReader, BufferWriter

public final class PersistedDecision extends UnpackedObject implements DbValue
  • Constructor Details

    • PersistedDecision

      public PersistedDecision()
  • Method Details

    • wrap

      public void wrap(DecisionRecord record)
    • copy

      public PersistedDecision copy()
    • getDecisionId

      public org.agrona.DirectBuffer getDecisionId()
    • getDecisionName

      public org.agrona.DirectBuffer getDecisionName()
    • getVersion

      public int getVersion()
    • getDecisionKey

      public long getDecisionKey()
    • getDecisionRequirementsId

      public org.agrona.DirectBuffer getDecisionRequirementsId()
    • getDecisionRequirementsKey

      public long getDecisionRequirementsKey()
    • getTenantId

      public String getTenantId()
    • setTenantId

      public void setTenantId(String tenantId)