|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.openrdf.http.object.cache |
|---|
| Class org.openrdf.http.object.cache.CacheIndex extends LinkedHashMap<String,WeakReference<CachedRequest>> implements Serializable |
|---|
serialVersionUID: -833236420826697261L
| Serialized Fields |
|---|
File dir
int maxCapacity
boolean aggressive
| Package org.openrdf.http.object.exceptions |
|---|
| Class org.openrdf.http.object.exceptions.BadGateway extends ResponseException implements Serializable |
|---|
serialVersionUID: -36400574693503548L
| Class org.openrdf.http.object.exceptions.BadRequest extends ResponseException implements Serializable |
|---|
serialVersionUID: -35616916296397667L
| Class org.openrdf.http.object.exceptions.Conflict extends ResponseException implements Serializable |
|---|
serialVersionUID: -3593948846440460801L
| Class org.openrdf.http.object.exceptions.GatewayTimeout extends ResponseException implements Serializable |
|---|
serialVersionUID: -7878209025109522123L
| Class org.openrdf.http.object.exceptions.Gone extends ResponseException implements Serializable |
|---|
serialVersionUID: 3422241245426476225L
| Class org.openrdf.http.object.exceptions.InternalServerError extends ResponseException implements Serializable |
|---|
serialVersionUID: 6899453578370539031L
| Class org.openrdf.http.object.exceptions.MethodNotAllowed extends ResponseException implements Serializable |
|---|
serialVersionUID: -3469466804938359945L
| Class org.openrdf.http.object.exceptions.NotAcceptable extends ResponseException implements Serializable |
|---|
serialVersionUID: 630976310525141097L
| Class org.openrdf.http.object.exceptions.NotFound extends ResponseException implements Serializable |
|---|
serialVersionUID: -2946832304266899273L
| Class org.openrdf.http.object.exceptions.NotImplemented extends ResponseException implements Serializable |
|---|
serialVersionUID: 4773581231132742758L
| Class org.openrdf.http.object.exceptions.ResponseException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -4156041448577237448L
| Serialized Fields |
|---|
String msg
String html
| Class org.openrdf.http.object.exceptions.ServiceUnavailable extends ResponseException implements Serializable |
|---|
serialVersionUID: -3465974175019250404L
| Class org.openrdf.http.object.exceptions.UnsupportedMediaType extends ResponseException implements Serializable |
|---|
serialVersionUID: -4817038597434509930L
| Package org.openrdf.http.object.mxbeans |
|---|
| Class org.openrdf.http.object.mxbeans.ConnectionBean extends Object implements Serializable |
|---|
serialVersionUID: 332325306145674774L
| Serialized Fields |
|---|
String status
String request
String response
String consuming
String[] pending
| Package org.openrdf.model |
|---|
| Package org.openrdf.model.impl |
|---|
| Class org.openrdf.model.impl.BNodeImpl extends Object implements Serializable |
|---|
serialVersionUID: 5273570771022125970L
| Serialized Fields |
|---|
String id
| Class org.openrdf.model.impl.BooleanLiteralImpl extends LiteralImpl implements Serializable |
|---|
serialVersionUID: -3610638093719366795L
| Serialized Fields |
|---|
boolean value
| Class org.openrdf.model.impl.CalendarLiteralImpl extends LiteralImpl implements Serializable |
|---|
serialVersionUID: -8959671333074894312L
| Serialized Fields |
|---|
XMLGregorianCalendar calendar
| Class org.openrdf.model.impl.ContextStatementImpl extends StatementImpl implements Serializable |
|---|
serialVersionUID: -4747275587477906748L
| Serialized Fields |
|---|
Resource context
| Class org.openrdf.model.impl.DecimalLiteralImpl extends LiteralImpl implements Serializable |
|---|
serialVersionUID: -3310213093222314380L
| Serialized Fields |
|---|
BigDecimal value
| Class org.openrdf.model.impl.GraphImpl extends AbstractCollection<Statement> implements Serializable |
|---|
serialVersionUID: -5307095904382050478L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream arg0)
throws IOException
IOException| Serialized Fields |
|---|
LinkedList<E> statements
| Class org.openrdf.model.impl.IntegerLiteralImpl extends LiteralImpl implements Serializable |
|---|
serialVersionUID: 4199641304079427245L
| Serialized Fields |
|---|
BigInteger value
| Class org.openrdf.model.impl.LinkedHashModel extends AbstractSet<Statement> implements Serializable |
|---|
serialVersionUID: -9161104123818983614L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
Map<K,V> namespaces
Model emptyModel
| Class org.openrdf.model.impl.LiteralImpl extends Object implements Serializable |
|---|
serialVersionUID: -1649571784782592271L
| Serialized Fields |
|---|
String label
String language
URI datatype
| Class org.openrdf.model.impl.NamespaceImpl extends Object implements Serializable |
|---|
serialVersionUID: -5829768428912588171L
| Serialized Fields |
|---|
String prefix
String name
| Class org.openrdf.model.impl.NumericLiteralImpl extends LiteralImpl implements Serializable |
|---|
serialVersionUID: 3004497457768807919L
| Serialized Fields |
|---|
Number number
| Class org.openrdf.model.impl.StatementImpl extends Object implements Serializable |
|---|
serialVersionUID: 8707542157460228077L
| Serialized Fields |
|---|
Resource subject
URI predicate
Value object
| Class org.openrdf.model.impl.URIImpl extends Object implements Serializable |
|---|
serialVersionUID: -7330406348751485330L
| Serialized Fields |
|---|
String uriString
int localNameIdx
| Package org.openrdf.model.util |
|---|
| Class org.openrdf.model.util.GraphUtilException extends OpenRDFException implements Serializable |
|---|
serialVersionUID: 3886967415616842867L
| Class org.openrdf.model.util.ModelException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 3886967415616842867L
| Package org.openrdf.repository.object.exceptions |
|---|
| Class org.openrdf.repository.object.exceptions.BehaviourException extends RDFObjectException implements Serializable |
|---|
serialVersionUID: -2139524075928480396L
| Class org.openrdf.repository.object.exceptions.MultipleObjectResultException extends RDFObjectException implements Serializable |
|---|
serialVersionUID: 3133690635906971368L
| Class org.openrdf.repository.object.exceptions.NoObjectResultException extends RDFObjectException implements Serializable |
|---|
serialVersionUID: 3133690635906971368L
| Class org.openrdf.repository.object.exceptions.ObjectCompileException extends RepositoryException implements Serializable |
|---|
serialVersionUID: -1504254095791564613L
| Class org.openrdf.repository.object.exceptions.ObjectCompositionException extends RDFObjectException implements Serializable |
|---|
serialVersionUID: 6299010514003759105L
| Class org.openrdf.repository.object.exceptions.ObjectConversionException extends RDFObjectException implements Serializable |
|---|
serialVersionUID: -3824090166807169412L
| Class org.openrdf.repository.object.exceptions.ObjectPersistException extends ObjectStoreException implements Serializable |
|---|
serialVersionUID: 6299010514003759105L
| Class org.openrdf.repository.object.exceptions.ObjectStoreConfigException extends RepositoryConfigException implements Serializable |
|---|
serialVersionUID: -660306983145123389L
| Class org.openrdf.repository.object.exceptions.ObjectStoreException extends RDFObjectException implements Serializable |
|---|
serialVersionUID: 6299010514003759105L
| Class org.openrdf.repository.object.exceptions.RDFObjectException extends RuntimeException implements Serializable |
|---|
serialVersionUID: -3779081691669355116L
| Package org.openrdf.result |
|---|
| Class org.openrdf.result.MultipleResultException extends QueryEvaluationException implements Serializable |
|---|
serialVersionUID: 75463068807557049L
| Class org.openrdf.result.NoResultException extends QueryEvaluationException implements Serializable |
|---|
serialVersionUID: 75463068807557049L
| Package org.openrdf.sail.optimistic.exceptions |
|---|
| Class org.openrdf.sail.optimistic.exceptions.ConcurrencyException extends RepositoryException implements Serializable |
|---|
serialVersionUID: 6505874891312495635L
| Class org.openrdf.sail.optimistic.exceptions.ConcurrencySailException extends SailException implements Serializable |
|---|
serialVersionUID: 6505874891312495635L
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||