SnapshotMetadataBuffer

  • SnapshotMetadataBuffer is a data structure that provides access to a list of snapshots.

  • It inherits methods from AbstractDataBuffer and other interfaces, including close(), getCount(), and iterator().

  • The public method get(int position) allows retrieval of a SnapshotMetadata object at a specific position.

public class SnapshotMetadataBuffer extends AbstractDataBuffer<SnapshotMetadata>

Data structure providing access to a list of snapshots.

Public Method Summary

SnapshotMetadata
get(int position)

Inherited Method Summary

Public Methods

public SnapshotMetadata get (int position)