|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Name2Addr.Entry | |
|---|---|
| com.bigdata.journal | The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. |
| Uses of Name2Addr.Entry in com.bigdata.journal |
|---|
| Fields in com.bigdata.journal declared as Name2Addr.Entry | |
|---|---|
protected Name2Addr.Entry |
CompactTask.CopyIndexTask.entry
An Name2Addr.Entry from the Name2Addr index for an index
defined on the CompactTask.oldJournal. |
| Methods in com.bigdata.journal that return Name2Addr.Entry | |
|---|---|
Name2Addr.Entry |
Name2Addr.EntrySerializer.deserialize(DataInput in)
|
Name2Addr.Entry |
Name2Addr.Name2AddrTupleSerializer.deserialize(ITuple tuple)
|
Name2Addr.Entry |
Name2Addr.getEntry(String name)
Return the Name2Addr.Entry for the named index. |
| Methods in com.bigdata.journal with parameters of type Name2Addr.Entry | |
|---|---|
byte[] |
Name2Addr.EntrySerializer.serialize(Name2Addr.Entry entry)
|
byte[] |
Name2Addr.Name2AddrTupleSerializer.serializeVal(Name2Addr.Entry entry)
Return the byte[] value an Name2Addr.Entry. |
| Constructors in com.bigdata.journal with parameters of type Name2Addr.Entry | |
|---|---|
CompactTask.CopyIndexTask(Journal newJournal,
Name2Addr.Entry entry)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||