Constructor and Description |
---|
Standard(int capacity,
int mergeFac)
Constructor for the Standard object.
|
Modifier and Type | Method and Description |
---|---|
void |
add(BarrelReader reader)
Append a new barrel to the existing data
structure.
|
void |
add(BarrelReader reader,
String srcLocation)
Pullovers (moves) a new barrel to the
existing data structure.
|
Properties |
getState(Properties p)
Return the properties of this Standard.
|
boolean |
lock()
Not implemented, transactions are not supported.
|
void |
optimize(boolean useSoftDelete)
Optimize the data structure following a delete (or remove)
operation on the managed Barrels.
|
void |
setState(Properties state)
Use the given properties for this object.
|
boolean |
unlock()
Not implemented, transactions are not supported.
|
close, commit, destroy, elements, getSlotter, initializeUnderControl, isDirty, removeDoc, setSlotter
public Standard(int capacity, int mergeFac)
public void setState(Properties state)
state
- the desired propertiespublic Properties getState(Properties p)
p
- the properties which will be also returned for your
conveniencepublic void add(BarrelReader reader)
public void add(BarrelReader reader, String srcLocation)
Dynamizer
public void optimize(boolean useSoftDelete)
public boolean lock()
public boolean unlock()
Copyright © 2016 Egothor. All Rights Reserved.