Class TransportNodesListShardStoreMetaData.StoreFilesMetaData

    • Constructor Detail

      • StoreFilesMetaData

        public StoreFilesMetaData​(StreamInput in)
                           throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • shardId

        public ShardId shardId()
      • isEmpty

        public boolean isEmpty()
      • fileExists

        public boolean fileExists​(java.lang.String name)
      • getPeerRecoveryRetentionLeaseRetainingSeqNo

        public long getPeerRecoveryRetentionLeaseRetainingSeqNo​(DiscoveryNode node)
        Returns the retaining sequence number of the peer recovery retention lease for a given node if exists; otherwise, returns -1.
      • peerRecoveryRetentionLeases

        public java.util.List<RetentionLease> peerRecoveryRetentionLeases()
      • syncId

        public java.lang.String syncId()
        Returns:
        commit sync id if exists, else null
      • toString

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