Class RLHashIndexPredicate.RLPath

java.lang.Object
org.nustaq.reallive.api.RLHashIndexPredicate.RLPath
Direct Known Subclasses:
RLHashIndexPredicate.IntersectionPath, RLHashIndexPredicate.JoinPath, RLHashIndexPredicate.SubtractPath
Enclosing class:
RLHashIndexPredicate

public abstract static class RLHashIndexPredicate.RLPath
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    RLPath​(java.lang.String path, java.lang.Object key)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getKey()  
    java.lang.String getPathString()  
    boolean test​(Record r)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RLPath

      public RLPath​(java.lang.String path, java.lang.Object key)
  • Method Details

    • test

      public boolean test​(Record r)
    • getKey

      public java.lang.Object getKey()
    • getPathString

      public java.lang.String getPathString()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object