static BitmapCommit.Builder |
BitmapCommit.copyFrom(BitmapCommit commit) |
Get a builder of BitmapCommit whose fields are copied from
commit .
|
static BitmapCommit.Builder |
BitmapCommit.newBuilder(AnyObjectId objId) |
Get a builder of BitmapCommit whose object id is objId .
|
BitmapCommit.Builder |
BitmapCommit.Builder.setAddToIndex(boolean addToIndex) |
Set whether whether the bitmap of the BitmapCommit should be added to
PackBitmapIndexBuilder when building bitmap index file.
|
BitmapCommit.Builder |
BitmapCommit.Builder.setFlags(int flags) |
Set flags of the builder.
|
BitmapCommit.Builder |
BitmapCommit.Builder.setId(AnyObjectId objectId) |
Set objectId of the builder.
|
BitmapCommit.Builder |
BitmapCommit.Builder.setReuseWalker(boolean reuseWalker) |
Set reuseWalker of the builder.
|