org.garret.perst

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 » Database DBMS » perst » org.garret.perst 
org.garret.perst
Java Source File NameTypeComment
All.javaClass

Collect all the PERST tests into one suite.

ArrayList.javaClass
Arrays.javaClass
Assert.javaClass Class for checking program invariants.
AssertionFailed.javaClass Exception raised by Assert class when assertion was failed.
BitIndex.javaInterface Interface of bit index. Bit index allows to effiicently search object with specified set of properties.
Blob.javaInterface
BlobTest.javaClass This test class verifies the Blob type supporting by the Perst storage.
ChangeListener.javaInterface Listener for change is database files.
Collection.javaInterface The root interface in the collection hierarchy.
Comparable.javaInterface This interface imposes a total ordering on the objects of each class that implements it.
Comparator.javaInterface A comparison function, which imposes a total ordering on some collection of objects.
CompileError.javaClass
CompressDatabase.javaClass Utility used to compress database file.
CompressedFile.javaClass Compressed read-only database file.
CompressedReadWriteFile.javaClass Compressed read-write database file.
ConcurrentModificationException.javaClass This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.

For example, it is not generally permssible for one thread to modify a Collection while another thread is iterating over it.

CustomAllocator.javaInterface Custom allocator interface.
CustomSerializable.javaInterface
CustomSerializer.javaInterface
Database.javaClass This class emulates relational database on top of Perst storage It maintain class extends, associated indices, prepare queries.
DatabaseTest.javaClass These tests verifies an functionality of the Database class.
EmbeddedLink.javaInterface There are two kind of links in Perst: embedded and implemented as standalone object (collection). This interface extends Link interface with getOwner/setOwner methods allowing to bind link with its container.
FieldIndex.javaInterface Interface of indexed field. Index is used to provide fast access to the object by the value of indexed field.
GenericIndex.javaInterface Interface of object index.
ICloneable.javaInterface This interface allows to clone its implementor.
IFile.javaInterface Interface of file.
IInputStream.javaInterface Interface for fetching component of the objects.
INamedClassLoader.javaInterface This interface allows to associate class loader with the particular persistent class. When persistent object is stored in Perst storage, Perst checks if class descriptor for this class is already present in the storage.
Index.javaInterface Interface of object index. Index is used to provide fast access to the object by key.
Indexable.javaAnnotation Annotation for marking indexable fields used by Database class to create table descriptors.
IOutputStream.javaInterface Interface for storing component of the objects.
IPersistent.javaInterface
IPersistentList.javaInterface Interface for ordered collection (sequence).
IPersistentMap.javaInterface
IPersistentSet.javaInterface Interface of persistent set.
IResource.javaInterface
ISerializable.javaInterface Interface which should be implemented by any object which can be serialized.
ITable.javaInterface Interface of selectable collection.
IterableIterator.javaClass
Iterator.javaClass
IteratorWrapper.javaClass
IValue.javaInterface Interface of objects stored as value.
JSQLArithmeticException.javaClass
JSQLNoSuchFieldException.javaClass
JSQLNullPointerException.javaClass
JSQLRuntimeException.javaClass
Key.javaClass
L2List.javaClass Double linked list.
L2ListElem.javaClass Double linked list element.
Link.javaInterface Interface for one-to-many relation.
List.javaInterface An ordered collection (also known as a sequence).
Map.javaInterface An object that maps keys to values.
MappedFile.javaClass Class using NIO mapping file on virtual mapping. Useing this class instead standard OSFile can significantly increase speed of application in some cases.
MemoryUsage.javaClass Information about memory usage for the correspondent class.
MultidimensionalComparator.javaClass
MultidimensionalIndex.javaInterface Interface of multidimensional index.
NullFile.javaClass This implementation of IFile interface can be used to make Perst an main-memory database.
PatriciaTrie.javaInterface PATRICIA trie (Practical Algorithm To Retrieve Information Coded In Alphanumeric). Tries are a kind of tree where each node holds a common part of one or more keys.
PatriciaTrieKey.javaClass
Persistent.javaClass
PersistentCollection.javaClass
PersistentComparator.javaClass
PersistentIterator.javaInterface
PersistentResource.javaClass
PersistentSetTest.javaClass These tests verifies an implementation of the PersistentSet interface.
PersistentString.javaClass Class encapsulating native Java string.
Projection.javaClass Class use to project selected objects using relation field.
Query.javaInterface Class representing JSQL query.
QueryTest.javaClass These tests verifies an implementation of the Query interface.
RandomAccessInputStream.javaClass
RandomAccessOutputStream.javaClass
RandomAccessStream.javaInterface This interface extends nomal Java streams with seek capability.
Rectangle.javaClass R2 rectangle class.
RectangleR2.javaClass R2 rectangle class.
Relation.javaClass
ReplicationMasterStorage.javaInterface Storage performing replication of changed pages to specified slave nodes.
ReplicationSlaveStorage.javaInterface
Resolver.javaInterface Abstraction of class resolver.
Set.javaInterface A collection that contains no duplicate elements.
SortedCollection.javaInterface Interface of sorted collection. Sorted collections keeps in members in order specified by comparator. Members in the collections can be located using key or range of keys. The SortedCollection is efficient container of objects for in-memory databases. For databases which size is significatly larger than size of page pool, operation with SortedList can cause trashing and so very bad performance.
SpatialIndex.javaInterface Interface of object spatial index.
SpatialIndexR2.javaInterface Interface of object spatial index.
Storage.javaInterface
StorageError.javaClass
StorageFactory.javaClass
StorageFactoryTest.javaClass These tests verifies an functionality of the StorageFactory class.
StorageListener.javaClass Listener of database events.
StorageTest.javaClass These tests verifies an implementation of the Storage interface.
StorageTestThreaded.javaClass These tests verifies an implementation of the Storage interface.
ThreadSafeIterator.javaClass This class is used to make it possible to iterate collection without locking it and when cokkection can be currently updated by other threads.
TimeSeries.javaInterface

Time series interface.

TimeSeriesBlock.javaClass Abstract base class for time series block. Progammer has to define its own block class derived from this class containign array of time series elements and providing getTicks() method to access this array.
TimeSeriesTick.javaInterface Interface for timeseries element.
Types.javaClass Enumeration of Java types supported by Perst.Lite This enumeration is used to describe type code in Perst container constructors.
UnsupportedOperationException.javaClass Thrown to indicate that the requested operation is not supported.

This class is a member of the Java Collections Framework.

Version.javaClass Base class for version of versioned object.
VersionHistory.javaClass Collection of version of versioned object.
XMLImportException.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.