Class StorageIndexRevisionMapping

  • All Implemented Interfaces:
    IFSSHTTPBSerializable

    public class StorageIndexRevisionMapping
    extends StreamObject
    Specifies the storage index revision mappings (with revision and revision mapping extended GUIDs, and revision mapping serial number)
    • Field Detail

      • revisionExGuid

        public ExGuid revisionExGuid
      • revisionMappingExGuid

        public ExGuid revisionMappingExGuid
      • revisionMappingSerialNumber

        public SerialNumber revisionMappingSerialNumber
    • Constructor Detail

      • StorageIndexRevisionMapping

        public StorageIndexRevisionMapping()
        Initializes a new instance of the StorageIndexRevisionMapping class.
    • Method Detail

      • deserializeItemsFromByteArray

        protected void deserializeItemsFromByteArray​(byte[] byteArray,
                                                     AtomicInteger currentIndex,
                                                     int lengthOfItems)
                                              throws org.apache.tika.exception.TikaException,
                                                     IOException
        Used to de-serialize the items
        Specified by:
        deserializeItemsFromByteArray in class StreamObject
        Parameters:
        byteArray - A Byte array
        currentIndex - Start position
        lengthOfItems - The length of the items
        Throws:
        org.apache.tika.exception.TikaException
        IOException