Class TrackedContentEntryTransformer

  • All Implemented Interfaces:
    org.infinispan.query.Transformer

    @Deprecated(since="3.3.0")
    public class TrackedContentEntryTransformer
    extends Object
    implements org.infinispan.query.Transformer
    Deprecated.
    As folo recording function has been moved to tracking service, we don't need this storage anymore
    A customized infinispan Transformer used for TrackedContentEntry to support it to be used as infinispan cache key in indexing.
    • Constructor Detail

      • TrackedContentEntryTransformer

        public TrackedContentEntryTransformer()
        Deprecated.
    • Method Detail

      • fromString

        public Object fromString​(String s)
        Deprecated.
        Specified by:
        fromString in interface org.infinispan.query.Transformer
      • toString

        public String toString​(Object customType)
        Deprecated.
        Specified by:
        toString in interface org.infinispan.query.Transformer