|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteSequence | |
|---|---|
| org.apache.kahadb.journal | journal based data storage - scalable and fast |
| org.apache.kahadb.util | |
| Uses of ByteSequence in org.apache.kahadb.journal |
|---|
| Methods in org.apache.kahadb.journal that return ByteSequence | |
|---|---|
ByteSequence |
Journal.read(Location location)
|
| Methods in org.apache.kahadb.journal with parameters of type ByteSequence | |
|---|---|
void |
ReplicationTarget.replicate(Location location,
ByteSequence sequence,
boolean sync)
|
void |
Journal.update(Location location,
ByteSequence data,
boolean sync)
|
Location |
Journal.write(ByteSequence data,
boolean sync)
|
Location |
Journal.write(ByteSequence data,
java.lang.Runnable onComplete)
|
| Uses of ByteSequence in org.apache.kahadb.util |
|---|
| Methods in org.apache.kahadb.util that return ByteSequence | |
|---|---|
ByteSequence |
DataByteArrayOutputStream.getByteSequence()
|
ByteSequence |
DataByteArrayOutputStream.toByteSequence()
Get a ByteSequence from the stream |
ByteSequence |
ByteArrayOutputStream.toByteSequence()
|
| Methods in org.apache.kahadb.util with parameters of type ByteSequence | |
|---|---|
int |
ByteSequence.indexOf(ByteSequence needle,
int pos)
|
void |
DataByteArrayInputStream.restart(ByteSequence sequence)
reset the StoreByteArrayInputStream to use an new
ByteSequence |
| Constructors in org.apache.kahadb.util with parameters of type ByteSequence | |
|---|---|
ByteArrayInputStream(ByteSequence sequence)
|
|
DataByteArrayInputStream(ByteSequence sequence)
Creates a StoreByteArrayInputStream. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||