org.apache.jackrabbit.mk.store
Interface Binding
- All Known Implementing Classes:
- BinaryBinding
public interface Binding
write
void write(String key,
String value)
throws Exception
- Throws:
Exception
write
void write(String key,
byte[] value)
throws Exception
- Throws:
Exception
write
void write(String key,
long value)
throws Exception
- Throws:
Exception
write
void write(String key,
int value)
throws Exception
- Throws:
Exception
writeMap
void writeMap(String key,
int count,
Binding.StringEntryIterator iterator)
throws Exception
- Throws:
Exception
writeMap
void writeMap(String key,
int count,
Binding.BytesEntryIterator iterator)
throws Exception
- Throws:
Exception
readStringValue
String readStringValue(String key)
throws Exception
- Throws:
Exception
readBytesValue
byte[] readBytesValue(String key)
throws Exception
- Throws:
Exception
readLongValue
long readLongValue(String key)
throws Exception
- Throws:
Exception
readIntValue
int readIntValue(String key)
throws Exception
- Throws:
Exception
readStringMap
Binding.StringEntryIterator readStringMap(String key)
throws Exception
- Throws:
Exception
readBytesMap
Binding.BytesEntryIterator readBytesMap(String key)
throws Exception
- Throws:
Exception
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.