SnapshotMetadataBuffer

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

  • It has a public get method to retrieve 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)