Java Doc for kelondroAbstractRecords.java in  » Search-Engine » yacy » de » anomic » kelondro » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Search Engine » yacy » de.anomic.kelondro 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   de.anomic.kelondro.kelondroAbstractRecords

All known Subclasses:   de.anomic.kelondro.kelondroFullRecords,  de.anomic.kelondro.kelondroCachedRecords,
kelondroAbstractRecords
abstract public class kelondroAbstractRecords implements kelondroRecords(Code)

Inner Class :final protected class usageControl
Inner Class :final public class contentRowIterator implements Iterator<EntryIndex>
Inner Class :final protected class contentNodeIterator implements Iterator<kelondroNode>

Field Summary
protected  shortOHBYTEC
    
protected  shortOHHANDLEC
    
protected  longPOS_NODES
    
protected  kelondroRowROW
    
protected  usageControlUSAGE
    
public static  booleandebugmode
    
protected  kelondroIOChunksentryFile
    
protected  booleanfileExisted
    
protected  Stringfilename
    
protected  intheadchunksize
    
protected  intoverhead
    
protected  intrecordsize
    
protected  inttailchunksize
    
protected  LoggertheLogger
    

Constructor Summary
public  kelondroAbstractRecords(File file, boolean useNodeCache, short ohbytec, short ohhandlec, kelondroRow rowdef, int FHandles, int txtProps, int txtPropWidth)
    
public  kelondroAbstractRecords(kelondroRA ra, String filename, boolean useCache, short ohbytec, short ohhandlec, kelondroRow rowdef, int FHandles, int txtProps, int txtPropWidth, boolean exitOnFail)
    
public  kelondroAbstractRecords(kelondroRA ra, String filename, boolean useNodeCache)
    

Method Summary
final public static  voidNUL2bytes(byte[] b, int offset)
    
final public synchronized  byte[]bulkRead(int start, int end)
    
final public static  intbytes2int(byte[] b, int offset)
    
public synchronized  voidclose()
    
final protected  Iterator<kelondroNode>contentNodes(long maxInitTime)
    
final public  Iterator<EntryIndex>contentRows(long maxInitTime)
    
protected synchronized  voiddeleteNode(kelondroHandle handle)
    
final protected  Set<kelondroHandle>deletedHandles(long maxTime)
    
final protected static  booleanequals(byte[] a, byte[] b)
    
public  Stringfilename()
    
public  voidfinalize()
    
final protected synchronized  intfree()
    
public  byte[]getDescription()
    
final protected  kelondroHandlegetHandle(int pos)
    
final public  byte[]getText(int pos)
    
final public synchronized  inthandles()
    
final public static  voidint2bytes(long i, byte[] b, int offset)
    
final public  booleanisEmpty()
    
final protected static  String[]line2args(String line)
    
public  voidlogFailure(String message)
    
public  voidlogFine(String message)
    
public  voidlogWarning(String message)
    
abstract public  kelondroNodenewNode(kelondroHandle handle, byte[] bulk, int offset)
    
public static  kelondroByteOrderorderBySignature(String signature)
    
public  voidprint()
    
protected  voidprintChunk(kelondroRow.Entry chunk)
    
public  voidreset()
    
final public  kelondroRowrow()
    
final protected  longseekpos(kelondroHandle handle)
    
final protected  longseekpos(int index)
    
public  voidsetDescription(byte[] description)
    
final protected  voidsetHandle(int pos, kelondroHandle handle)
    
public  voidsetLogger(Logger newLogger)
    
final public  voidsetText(int pos, byte[] text)
    
public synchronized  intsize()
    
public static  intstaticsize(File file)
    
public  StringtoString()
    
public static  byte[]trimCopy(byte[] a, int offset, int length)
    

Field Detail
OHBYTEC
protected short OHBYTEC(Code)



OHHANDLEC
protected short OHHANDLEC(Code)



POS_NODES
protected long POS_NODES(Code)



ROW
protected kelondroRow ROW(Code)



USAGE
protected usageControl USAGE(Code)



debugmode
public static boolean debugmode(Code)



entryFile
protected kelondroIOChunks entryFile(Code)



fileExisted
protected boolean fileExisted(Code)



filename
protected String filename(Code)



headchunksize
protected int headchunksize(Code)



overhead
protected int overhead(Code)



recordsize
protected int recordsize(Code)



tailchunksize
protected int tailchunksize(Code)



theLogger
protected Logger theLogger(Code)




Constructor Detail
kelondroAbstractRecords
public kelondroAbstractRecords(File file, boolean useNodeCache, short ohbytec, short ohhandlec, kelondroRow rowdef, int FHandles, int txtProps, int txtPropWidth) throws IOException(Code)



kelondroAbstractRecords
public kelondroAbstractRecords(kelondroRA ra, String filename, boolean useCache, short ohbytec, short ohhandlec, kelondroRow rowdef, int FHandles, int txtProps, int txtPropWidth, boolean exitOnFail)(Code)



kelondroAbstractRecords
public kelondroAbstractRecords(kelondroRA ra, String filename, boolean useNodeCache) throws IOException(Code)




Method Detail
NUL2bytes
final public static void NUL2bytes(byte[] b, int offset)(Code)



bulkRead
final public synchronized byte[] bulkRead(int start, int end) throws IOException(Code)



bytes2int
final public static int bytes2int(byte[] b, int offset)(Code)



close
public synchronized void close()(Code)



contentNodes
final protected Iterator<kelondroNode> contentNodes(long maxInitTime) throws kelondroException(Code)



contentRows
final public Iterator<EntryIndex> contentRows(long maxInitTime) throws kelondroException(Code)



deleteNode
protected synchronized void deleteNode(kelondroHandle handle) throws IOException(Code)



deletedHandles
final protected Set<kelondroHandle> deletedHandles(long maxTime) throws kelondroException, IOException(Code)



equals
final protected static boolean equals(byte[] a, byte[] b)(Code)



filename
public String filename()(Code)



finalize
public void finalize()(Code)



free
final protected synchronized int free()(Code)



getDescription
public byte[] getDescription() throws IOException(Code)



getHandle
final protected kelondroHandle getHandle(int pos)(Code)



getText
final public byte[] getText(int pos)(Code)



handles
final public synchronized int handles()(Code)



int2bytes
final public static void int2bytes(long i, byte[] b, int offset)(Code)



isEmpty
final public boolean isEmpty()(Code)



line2args
final protected static String[] line2args(String line)(Code)



logFailure
public void logFailure(String message)(Code)



logFine
public void logFine(String message)(Code)



logWarning
public void logWarning(String message)(Code)



newNode
abstract public kelondroNode newNode(kelondroHandle handle, byte[] bulk, int offset) throws IOException(Code)



orderBySignature
public static kelondroByteOrder orderBySignature(String signature)(Code)



print
public void print() throws IOException(Code)



printChunk
protected void printChunk(kelondroRow.Entry chunk)(Code)



reset
public void reset() throws IOException(Code)



row
final public kelondroRow row()(Code)



seekpos
final protected long seekpos(kelondroHandle handle)(Code)



seekpos
final protected long seekpos(int index)(Code)



setDescription
public void setDescription(byte[] description) throws IOException(Code)



setHandle
final protected void setHandle(int pos, kelondroHandle handle) throws IOException(Code)



setLogger
public void setLogger(Logger newLogger)(Code)



setText
final public void setText(int pos, byte[] text) throws IOException(Code)



size
public synchronized int size()(Code)



staticsize
public static int staticsize(File file)(Code)



toString
public String toString()(Code)



trimCopy
public static byte[] trimCopy(byte[] a, int offset, int length)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.