Class PathValue

    • Method Detail

      • getResolvedValue

        @Nullable
        public Object getResolvedValue()
        Returns the value that will be stored in the FDB row key for a path.
        Returns:
        the value that will be stored in the FDB row key
      • getMetadata

        @Nullable
        public byte[] getMetadata()
        If the PathValue was returned by the DirectoryLayerDirectory or some other directory type that involves a LocatableResolver, this will return any metadata that is associated with the key in by LocatableResolver.
        Returns:
        metadata associated with the key in the LocatableResolver or null if no metadata exists or is applicable for the directory type