Class ResolveOffsetRangeResult.TieredFile

java.lang.Object
org.apache.kafka.clients.admin.ResolveOffsetRangeResult.TieredFile
Enclosing class:
ResolveOffsetRangeResult

public static class ResolveOffsetRangeResult.TieredFile extends Object
  • Constructor Details

  • Method Details

    • objectLocator

      public String objectLocator()
    • startPosition

      public long startPosition()
    • endPosition

      public long endPosition()
    • fragmentType

      public TieredFragmentType fragmentType()
    • encryptionMetadata

      Returns the encrypted metadata for this tiered file.
      Returns:
      The encrypted metadata, or empty if not available.
    • encryptedDek

      public Optional<ByteBuffer> encryptedDek()
      Returns the encrypted data encryption key for this tiered file.
      Returns:
      The encrypted DEK, or empty if not available.
    • pathToTenantMetadata

      public Optional<String> pathToTenantMetadata()
      Returns the path to tenant metadata for this tiered file.
      Returns:
      The path to tenant metadata in the same bucket, or empty if not available.
    • toString

      public String toString()
      Overrides:
      toString in class Object