public static class DistributedTransactionService.SnapshotHelper extends Object
Note: The caller must prevent concurrent changes to the index.
Constructor and Description |
---|
DistributedTransactionService.SnapshotHelper() |
Modifier and Type | Method and Description |
---|---|
static long |
read(CommitTimeIndex ndx,
DataInputStream is) |
static long |
read(CommitTimeIndex ndx,
File file) |
static long |
write(CommitTimeIndex ndx,
DataOutputStream os) |
static long |
write(CommitTimeIndex ndx,
File file) |
public DistributedTransactionService.SnapshotHelper()
public static long read(CommitTimeIndex ndx, File file) throws IOException
IOException
public static long read(CommitTimeIndex ndx, DataInputStream is) throws IOException
IOException
public static long write(CommitTimeIndex ndx, File file) throws IOException
IOException
public static long write(CommitTimeIndex ndx, DataOutputStream os) throws IOException
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.