Class StorageIndexCellMapping

  • All Implemented Interfaces:
    IFSSHTTPBSerializable

    public class StorageIndexCellMapping
    extends StreamObject
    Specifies the storage index cell mappings (with cell identifier, cell mapping extended GUID, and cell mapping serial number)
    • Field Detail

      • cellID

        public CellID cellID
      • cellMappingExGuid

        public ExGuid cellMappingExGuid
      • cellMappingSerialNumber

        public SerialNumber cellMappingSerialNumber
    • Constructor Detail

      • StorageIndexCellMapping

        public StorageIndexCellMapping()
        Initializes a new instance of the StorageIndexCellMapping 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