Class Snapshots
public class Snapshots : JVMBridgeBase<Snapshots>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
Snapshots
- Implements
- Inherited Members
Constructors
Snapshots()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Snapshots()
Snapshots(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public Snapshots(params object[] args)
Parameters
args
object[]
Properties
BOOTSTRAP_SNAPSHOT_ID
public static OffsetAndEpoch BOOTSTRAP_SNAPSHOT_ID { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DELETE_SUFFIX
public static String DELETE_SUFFIX { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
SUFFIX
public static String SUFFIX { get; }
Property Value
Methods
CreateTempFile(Path, OffsetAndEpoch)
public static Path CreateTempFile(Path arg0, OffsetAndEpoch arg1)
Parameters
arg0
Patharg1
OffsetAndEpoch
Returns
DeleteIfExists(Path, OffsetAndEpoch)
public static bool DeleteIfExists(Path arg0, OffsetAndEpoch arg1)
Parameters
arg0
Patharg1
OffsetAndEpoch
Returns
FilenameFromSnapshotId(OffsetAndEpoch)
public static String FilenameFromSnapshotId(OffsetAndEpoch arg0)
Parameters
Returns
LastContainedLogTimestamp(Path, OffsetAndEpoch)
public static long LastContainedLogTimestamp(Path arg0, OffsetAndEpoch arg1)
Parameters
arg0
Patharg1
OffsetAndEpoch
Returns
LastContainedLogTimestamp(RawSnapshotReader)
public static long LastContainedLogTimestamp(RawSnapshotReader arg0)
Parameters
Returns
MarkForDelete(Path, OffsetAndEpoch)
public static Path MarkForDelete(Path arg0, OffsetAndEpoch arg1)
Parameters
arg0
Patharg1
OffsetAndEpoch
Returns
Parse(Path)
public static Optional<SnapshotPath> Parse(Path arg0)
Parameters
Returns
SnapshotPath(Path, OffsetAndEpoch)
public static Path SnapshotPath(Path arg0, OffsetAndEpoch arg1)
Parameters
arg0
Patharg1
OffsetAndEpoch