Interface | Description |
---|---|
OCallable<RET,PAR> |
Generic callable interface that accepts a parameter.
|
OCallableNoParamNoReturn |
Generic callable interface that does not accept parameter and not return any value.
|
OResettable |
Interface that support reset()
|
OService |
Generic Service interface.
|
OSizeable |
Interface that support size()
|
OSupportsContains<T> |
Interface that implement a contains()
|
Class | Description |
---|---|
HeapDumper | |
OArrays | |
OByteBufferUtils |
This class is utility class for split primitive types to separate byte buffers and vice versa.
|
OCallableUtils |
Generic utility methods for callable.
|
OClassLoaderHelper | |
OCollections |
Set of utility methods to work with collections.
|
OCommonConst | |
OMemory |
Provides various utilities related to memory management and configuration.
|
OMultiKey |
Multiple key container that is used as key for
Map . |
OPair<K extends Comparable,V> |
Keeps a pair of values as Key/Value.
|
OPatternConst | |
OQuarto<T1,T2,T3,T4> | |
ORawPair<V1,V2> |
Container for pair of non null objects.
|
ORawTriple<K,T,V> | |
OTriple<K extends Comparable<K>,V extends Comparable<V>,SV> |
Structure to handle a triple of values configured as a key and a Pair as value.
|
OUncaughtExceptionHandler |
Handler which is used to log all exceptions which are left uncaught by any exception handler.
|
Enum | Description |
---|---|
OApi.MATURITY |
Annotation Type | Description |
---|---|
OApi |
Annotation to mark OrientDB API.
|
Copyright © 2009–2020 OrientDB. All rights reserved.