- cacheOk(boolean) - Method in class org.ektorp.ViewQuery
-
If set to true, the view query result will be cached and subsequent queries
(with cacheOk set) may be served from the cache instead of the db.
- caching(boolean) - Method in class org.ektorp.http.StdHttpClient.Builder
-
Controls if the http client should cache response entities.
- callUpdateHandler(String, String, String) - Method in interface org.ektorp.CouchDbConnector
-
- callUpdateHandler(String, String, String, Map<String, String>) - Method in interface org.ektorp.CouchDbConnector
-
- callUpdateHandler(UpdateHandlerRequest, Class<T>) - Method in interface org.ektorp.CouchDbConnector
-
- callUpdateHandler(UpdateHandlerRequest) - Method in interface org.ektorp.CouchDbConnector
-
- callUpdateHandler(String, String, String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- callUpdateHandler(String, String, String, Map<String, String>) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- callUpdateHandler(UpdateHandlerRequest) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- callUpdateHandler(UpdateHandlerRequest, Class<T>) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- cancel() - Method in interface org.ektorp.changes.ChangesFeed
-
Will close this feed and interrupt any threads waiting on next()
- cancel() - Method in class org.ektorp.impl.changes.ContinuousChangesFeed
-
- cancel(boolean) - Method in class org.ektorp.ReplicationCommand.Builder
-
true cancels a continuous replication task
- cancel - Variable in class org.ektorp.ReplicationCommand
-
- capitalize(String) - Static method in class org.ektorp.impl.NameConventions
-
Returns a String which capitalizes the first letter of the string.
- CascadeType - Enum in org.ektorp.docref
-
- changes(ChangesCommand) - Method in interface org.ektorp.CouchDbConnector
-
Queries the database for changes.
- changes(ChangesCommand) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- changesAsStream(ChangesCommand) - Method in interface org.ektorp.CouchDbConnector
-
Queries the database for changes. this operation gives you the result as a iterable stream of documentchange objects,
the stream should be closed when finished
- changesAsStream(ChangesCommand) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- ChangesCommand - Class in org.ektorp.changes
-
- ChangesCommand.Builder - Class in org.ektorp.changes
-
Ised to create a valid ChangesCommand
- ChangesCommand.Builder() - Constructor for class org.ektorp.changes.ChangesCommand.Builder
-
- ChangesFeed - Interface in org.ektorp.changes
-
ChangesFeed listens to the _changes feed in a CouchDB database.
- changesFeed(ChangesCommand) - Method in interface org.ektorp.CouchDbConnector
-
Sets up a continuous changes feed.
- changesFeed(ChangesCommand) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- checkIfDbExists(DbPath) - Method in interface org.ektorp.CouchDbInstance
-
- checkIfDbExists(String) - Method in interface org.ektorp.CouchDbInstance
-
- checkIfDbExists(String) - Method in class org.ektorp.impl.StdCouchDbInstance
-
- checkIfDbExists(DbPath) - Method in class org.ektorp.impl.StdCouchDbInstance
-
- ClassHierarchyMap<V> - Class in org.ektorp.util
-
If a class is not directly mapped, this implementation will try to find a value with the key's
interfaces instead. if a value is found, the key's class is mapped directly for quicker access in
the future.
- ClassHierarchyMap() - Constructor for class org.ektorp.util.ClassHierarchyMap
-
- ClassHierarchyMap(int) - Constructor for class org.ektorp.util.ClassHierarchyMap
-
- cleanupIdleConnections(boolean) - Method in class org.ektorp.http.StdHttpClient.Builder
-
If set to true, a monitor thread will be started that cleans up idle
connections every 30 seconds.
- cleanupViews() - Method in interface org.ektorp.CouchDbConnector
-
View indexes on disk are named after their MD5 hash of the view definition.
- cleanupViews() - Method in class org.ektorp.impl.StdCouchDbConnector
-
- clear() - Method in class org.ektorp.impl.ThreadLocalBulkBufferHolder
-
- clear() - Method in class org.ektorp.util.ClassHierarchyMap
-
- clearBulkBuffer() - Method in interface org.ektorp.CouchDbConnector
-
Clears the bulk buffer attached the the executing thread.
- clearBulkBuffer() - Method in class org.ektorp.impl.StdCouchDbConnector
-
- clone() - Method in class org.ektorp.ViewQuery
-
- clone() - Method in class org.ektorp.ViewQuery.Keys
-
- close() - Method in class org.ektorp.impl.BulkOperation
-
- close() - Method in class org.ektorp.StreamingChangesResult
-
- close() - Method in class org.ektorp.StreamingViewResult
-
- close() - Method in class org.ektorp.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- compact() - Method in interface org.ektorp.CouchDbConnector
-
Compaction compresses the database file by removing unused sections created during updates.
- compact() - Method in class org.ektorp.impl.StdCouchDbConnector
-
- compactViews(String) - Method in interface org.ektorp.CouchDbConnector
-
This compacts the view index from the current version of the design document.
- compactViews(String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- ComplexKey - Class in org.ektorp
-
Class for creating complex keys for view queries.
- compression(boolean) - Method in class org.ektorp.http.StdHttpClient.Builder
-
Controls if the http client should send Accept-Encoding: gzip,deflate
header and handle Content-Encoding responses.
- configureClient() - Method in class org.ektorp.http.StdHttpClient.Builder
-
- configureConnectionManager(HttpParams) - Method in class org.ektorp.http.StdHttpClient.Builder
-
- CONFLICT - Static variable in class org.ektorp.http.HttpStatus
-
Request resulted in an update conflict.
- connectionManager(ClientConnectionManager) - Method in class org.ektorp.http.StdHttpClient.Builder
-
Bring your own Connection Manager.
- connectionTimeout(int) - Method in class org.ektorp.http.StdHttpClient.Builder
-
- ConstructibleAnnotatedCollection - Class in org.ektorp.impl.docref
-
- ConstructibleAnnotatedCollection(Field, Constructor<Collection<Object>>, SettableBeanProperty, CollectionType) - Constructor for class org.ektorp.impl.docref.ConstructibleAnnotatedCollection
-
- constructSettableProperty(DeserializationConfig, BeanDescription, String, AnnotatedMethod, JavaType) - Method in class org.ektorp.impl.jackson.EktorpBeanDeserializerModifier
-
Method copied from org.codehaus.jackson.map.deser.BeanDeserializerFactory
- contains(String) - Method in interface org.ektorp.CouchDbConnector
-
Check if the database contains a document.
- contains(String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- contains(String) - Method in class org.ektorp.support.CouchDbRepositorySupport
-
- contains(String) - Method in interface org.ektorp.support.GenericRepository
-
- containsKey(Object) - Method in class org.ektorp.util.ClassHierarchyMap
-
- containsValue(Object) - Method in class org.ektorp.util.ClassHierarchyMap
-
- containsView(String) - Method in class org.ektorp.support.DesignDocument
-
- continuous(boolean) - Method in class org.ektorp.changes.ChangesCommand.Builder
-
- continuous - Variable in class org.ektorp.changes.ChangesCommand
-
- continuous(boolean) - Method in class org.ektorp.ReplicationCommand.Builder
-
true makes replication continuous
- continuous - Variable in class org.ektorp.ReplicationCommand
-
- ContinuousChangesFeed - Class in org.ektorp.impl.changes
-
- ContinuousChangesFeed(String, HttpResponse) - Constructor for class org.ektorp.impl.changes.ContinuousChangesFeed
-
- copy(String, String) - Method in interface org.ektorp.CouchDbConnector
-
Copies a document to the target document id.
- copy(String, String, String) - Method in interface org.ektorp.CouchDbConnector
-
Copies a document and overwrites the target document.
- copy(String, String) - Method in interface org.ektorp.http.HttpClient
-
- copy(String, String, ResponseCallback<T>) - Method in class org.ektorp.http.RestTemplate
-
- copy(String, String) - Method in class org.ektorp.http.StdHttpClient
-
- copy() - Method in class org.ektorp.http.URI
-
- copy(String, String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- copy(String, String, String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- CouchDbConnector - Interface in org.ektorp
-
Primary interface for working with Objects mapped as documents in CouchDb.
- CouchDbDocument - Class in org.ektorp.support
-
- CouchDbDocument() - Constructor for class org.ektorp.support.CouchDbDocument
-
- CouchDbInstance - Interface in org.ektorp
-
- CouchDbRepositorySupport<T> - Class in org.ektorp.support
-
Provides "out of the box" CRUD functionality for sub classes.
- CouchDbRepositorySupport(Class<T>, CouchDbConnector) - Constructor for class org.ektorp.support.CouchDbRepositorySupport
-
- CouchDbRepositorySupport(Class<T>, CouchDbConnector, boolean) - Constructor for class org.ektorp.support.CouchDbRepositorySupport
-
- CouchDbRepositorySupport(Class<T>, CouchDbConnector, String) - Constructor for class org.ektorp.support.CouchDbRepositorySupport
-
Alternative constructor allowing a custom design document name (not linked to the type class name)
- create(String, Object) - Method in interface org.ektorp.CouchDbConnector
-
- create(Object) - Method in interface org.ektorp.CouchDbConnector
-
Creates the Object as a document in the database.
- create(Object) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- create(String, Object) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- createAttachment(String, AttachmentInputStream) - Method in interface org.ektorp.CouchDbConnector
-
Creates both the document and the attachment
- createAttachment(String, String, AttachmentInputStream) - Method in interface org.ektorp.CouchDbConnector
-
Adds an attachment to the specified document id.
- createAttachment(String, AttachmentInputStream) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- createAttachment(String, String, AttachmentInputStream) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- createBulkOperation(Collection<?>, boolean) - Method in interface org.ektorp.impl.JsonSerializer
-
- createBulkOperation(Collection<?>, boolean) - Method in class org.ektorp.impl.StreamingJsonSerializer
-
- createConnector(String, boolean) - Method in interface org.ektorp.CouchDbInstance
-
- createConnector(String, boolean) - Method in class org.ektorp.impl.StdCouchDbInstance
-
- CREATED - Static variable in class org.ektorp.http.HttpStatus
-
Document created successfully.
- createDatabase(DbPath) - Method in interface org.ektorp.CouchDbInstance
-
- createDatabase(String) - Method in interface org.ektorp.CouchDbInstance
-
- createDatabase(String) - Method in class org.ektorp.impl.StdCouchDbInstance
-
- createDatabase(DbPath) - Method in class org.ektorp.impl.StdCouchDbInstance
-
- createDatabaseIfNotExists() - Method in interface org.ektorp.CouchDbConnector
-
Creates a database on the configured path if it does not exists.
- createDatabaseIfNotExists() - Method in class org.ektorp.impl.StdCouchDbConnector
-
- createDbAccessException(HttpResponse) - Static method in class org.ektorp.http.StdResponseHandler
-
Creates an DbAccessException which specific type is determined by the response code in the http response.
- createDocument(JsonNode, String) - Method in class org.ektorp.dataload.DefaultDataLoader
-
Can be overidden in order to customize document creation.
- createInputStreamWrapper(boolean, InputStream) - Method in class org.ektorp.impl.BulkDocumentWriter
-
- createObjectMapper() - Method in interface org.ektorp.impl.ObjectMapperFactory
-
- createObjectMapper(CouchDbConnector) - Method in interface org.ektorp.impl.ObjectMapperFactory
-
- createObjectMapper() - Method in class org.ektorp.impl.StdObjectMapperFactory
-
- createObjectMapper(CouchDbConnector) - Method in class org.ektorp.impl.StdObjectMapperFactory
-
- createQuery(String) - Method in class org.ektorp.support.CouchDbRepositorySupport
-
Creates a ViewQuery pre-configured with correct dbPath, design document id and view name.
- createTarget(boolean) - Method in class org.ektorp.ReplicationCommand.Builder
-
To create the target database (remote or local) prior to replication.
- createTarget - Variable in class org.ektorp.ReplicationCommand
-
- DatabaseCompactionTask - Interface in org.ektorp
-
- DataLoader - Interface in org.ektorp.dataload
-
- db - Variable in class org.ektorp.dataload.DefaultDataLoader
-
- db - Variable in class org.ektorp.support.CouchDbRepositorySupport
-
- DbAccessException - Exception in org.ektorp
-
- DbAccessException(Throwable) - Constructor for exception org.ektorp.DbAccessException
-
- DbAccessException(String) - Constructor for exception org.ektorp.DbAccessException
-
- DbAccessException() - Constructor for exception org.ektorp.DbAccessException
-
- DbInfo - Class in org.ektorp
-
- DbInfo(String) - Constructor for class org.ektorp.DbInfo
-
- DbPath - Class in org.ektorp
-
- DbPath(String) - Constructor for class org.ektorp.DbPath
-
- dbPath(String) - Method in class org.ektorp.UpdateHandlerRequest
-
- dbPath(String) - Method in class org.ektorp.ViewQuery
-
- debugDesignDoc(DesignDocument) - Method in class org.ektorp.support.CouchDbRepositorySupport
-
- DECODE - Static variable in class org.ektorp.util.Base64
-
Specify decoding in first bit.
- decode(byte[]) - Static method in class org.ektorp.util.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(byte[], int, int, int) - Static method in class org.ektorp.util.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class org.ektorp.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.ektorp.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- DefaultDataLoader - Class in org.ektorp.dataload
-
Helper for DataLoaders
- DefaultDataLoader(CouchDbConnector) - Constructor for class org.ektorp.dataload.DefaultDataLoader
-
- DefaultDataLoader(CouchDbConnector, ObjectMapper) - Constructor for class org.ektorp.dataload.DefaultDataLoader
-
- delete(Object) - Method in interface org.ektorp.CouchDbConnector
-
Deletes the Object in the database.
- delete(String, String) - Method in interface org.ektorp.CouchDbConnector
-
Deletes the document in the database.
- delete(String) - Method in interface org.ektorp.http.HttpClient
-
- delete(String, ResponseCallback<T>) - Method in class org.ektorp.http.RestTemplate
-
- delete(String) - Method in class org.ektorp.http.RestTemplate
-
- delete(String) - Method in class org.ektorp.http.StdHttpClient
-
- delete(Object) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- delete(String, String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- DELETE_TYPES - Static variable in enum org.ektorp.docref.CascadeType
-
- deleteAttachment(String, String, String) - Method in interface org.ektorp.CouchDbConnector
-
- deleteAttachment(String, String, String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- deleteConfiguration(String, String) - Method in interface org.ektorp.CouchDbInstance
-
Delete the configuration key in the specified section
- deleteConfiguration(String, String) - Method in class org.ektorp.impl.StdCouchDbInstance
-
- deleteDatabase(String) - Method in interface org.ektorp.CouchDbInstance
-
- deleteDatabase(String) - Method in class org.ektorp.impl.StdCouchDbInstance
-
- descending(boolean) - Method in class org.ektorp.ViewQuery
-
View rows are sorted by the key; specifying descending=true will reverse their order.
- deserialize(JsonParser, DeserializationContext) - Method in class org.ektorp.impl.docref.BackReferencedBeanDeserializer
-
- deserialize(JsonParser, DeserializationContext, Object) - Method in class org.ektorp.impl.docref.BackReferencedBeanDeserializer
-
- designDocId(String) - Method in class org.ektorp.UpdateHandlerRequest
-
- designDocId(String) - Method in class org.ektorp.ViewQuery
-
- DesignDocInfo - Class in org.ektorp
-
- DesignDocInfo() - Constructor for class org.ektorp.DesignDocInfo
-
- DesignDocInfo.ViewIndex - Class in org.ektorp
-
- DesignDocInfo.ViewIndex() - Constructor for class org.ektorp.DesignDocInfo.ViewIndex
-
- designDocName(Class<?>) - Static method in class org.ektorp.impl.NameConventions
-
The name for design document belonging to a specific type.
- designDocName(String) - Static method in class org.ektorp.impl.NameConventions
-
The name for a design document derived from a string.
- DesignDocument - Class in org.ektorp.support
-
Representation of a CouchDb design document.
- DesignDocument() - Constructor for class org.ektorp.support.DesignDocument
-
- DesignDocument(String) - Constructor for class org.ektorp.support.DesignDocument
-
- DesignDocument.View - Class in org.ektorp.support
-
Definition of a view in a design document.
- DesignDocument.View() - Constructor for class org.ektorp.support.DesignDocument.View
-
- DesignDocument.View(String) - Constructor for class org.ektorp.support.DesignDocument.View
-
- DesignDocument.View(String, String) - Constructor for class org.ektorp.support.DesignDocument.View
-
- DesignDocumentFactory - Interface in org.ektorp.support
-
- DO_BREAK_LINES - Static variable in class org.ektorp.util.Base64
-
Do break lines when encoding.
- docId(String) - Method in class org.ektorp.UpdateHandlerRequest
-
- DocIdResponseHandler - Class in org.ektorp.impl
-
- DocIdResponseHandler(ObjectMapper) - Constructor for class org.ektorp.impl.DocIdResponseHandler
-
- docIds(Collection<String>) - Method in class org.ektorp.ReplicationCommand.Builder
-
Restricts replication to the specified document ids.
- docIds - Variable in class org.ektorp.ReplicationCommand
-
- DocumentAccessor - Interface in org.ektorp.util
-
Interface for accessing id and rev fields in a document of unknown type.
- DocumentChange - Interface in org.ektorp.changes
-
Represents a document change within a database.
- DocumentExistsException - Exception in org.ektorp
-
Deprecated.
UpdateConflictException is now thrown if the document already exists.
- DocumentExistsException(String) - Constructor for exception org.ektorp.DocumentExistsException
-
Deprecated.
- DocumentNotFoundException - Exception in org.ektorp
-
- DocumentNotFoundException(String, JsonNode) - Constructor for exception org.ektorp.DocumentNotFoundException
-
- DocumentNotFoundException(String) - Constructor for exception org.ektorp.DocumentNotFoundException
-
- DocumentOperationResult - Class in org.ektorp
-
Represents a result of a document operation.
- DocumentOperationResult() - Constructor for class org.ektorp.DocumentOperationResult
-
- DocumentReferences - Annotation Type in org.ektorp.docref
-
Follow references to other documents when loading and updating this
collection based on the result of a view query.
- DocumentReferenceSerializer - Class in org.ektorp.impl.docref
-
- DocumentReferenceSerializer(CouchDbConnector, JsonSerializer<Object>) - Constructor for class org.ektorp.impl.docref.DocumentReferenceSerializer
-
- Documents - Class in org.ektorp.util
-
Class for handling id and revision for persistent classes.
- Documents() - Constructor for class org.ektorp.util.Documents
-
- DONT_GUNZIP - Static variable in class org.ektorp.util.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- eachAnnotation(Class<?>, Class<T>, Predicate<T>) - Static method in class org.ektorp.util.ReflectionUtils
-
- eachField(Class<?>, Predicate<Field>) - Static method in class org.ektorp.util.ReflectionUtils
-
- eachMethod(Class<?>, Predicate<Method>) - Static method in class org.ektorp.util.ReflectionUtils
-
- EktorpAnnotationIntrospector - Class in org.ektorp.impl.jackson
-
- EktorpAnnotationIntrospector() - Constructor for class org.ektorp.impl.jackson.EktorpAnnotationIntrospector
-
- EktorpBeanDeserializerModifier - Class in org.ektorp.impl.jackson
-
- EktorpBeanDeserializerModifier(CouchDbConnector, ObjectMapper) - Constructor for class org.ektorp.impl.jackson.EktorpBeanDeserializerModifier
-
- EktorpBeanSerializerModifier - Class in org.ektorp.impl.jackson
-
- EktorpBeanSerializerModifier(CouchDbConnector) - Constructor for class org.ektorp.impl.jackson.EktorpBeanSerializerModifier
-
- EktorpJacksonModule - Class in org.ektorp.impl.jackson
-
- EktorpJacksonModule(CouchDbConnector, ObjectMapper) - Constructor for class org.ektorp.impl.jackson.EktorpJacksonModule
-
- EmbeddedDocViewResponseHandler<T> - Class in org.ektorp.impl
-
Reads view result and extracts documents and maps them to the specified type.
- EmbeddedDocViewResponseHandler(Class<T>, ObjectMapper) - Constructor for class org.ektorp.impl.EmbeddedDocViewResponseHandler
-
- EmbeddedDocViewResponseHandler(Class<T>, ObjectMapper, boolean) - Constructor for class org.ektorp.impl.EmbeddedDocViewResponseHandler
-
- emptyArray() - Static method in class org.ektorp.ComplexKey
-
Add this array to the key if an empty array definition is desired:
[[],"foo"]
- emptyObject() - Static method in class org.ektorp.ComplexKey
-
Add this Object to the key if an empty object definition is desired:
["foo",{}]
- enableSSL(boolean) - Method in class org.ektorp.http.StdHttpClient.Builder
-
Set to true in order to enable SSL sockets.
- ENCODE - Static variable in class org.ektorp.util.Base64
-
Specify encoding in first bit.
- encodeBytes(byte[]) - Static method in class org.ektorp.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.ektorp.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.ektorp.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.ektorp.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class org.ektorp.util.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class org.ektorp.util.Base64
-
- endDocId(String) - Method in class org.ektorp.ViewQuery
-
- endKey(String) - Method in class org.ektorp.ViewQuery
-
- endKey(int) - Method in class org.ektorp.ViewQuery
-
- endKey(long) - Method in class org.ektorp.ViewQuery
-
- endKey(float) - Method in class org.ektorp.ViewQuery
-
- endKey(double) - Method in class org.ektorp.ViewQuery
-
- endKey(boolean) - Method in class org.ektorp.ViewQuery
-
- endKey(Object) - Method in class org.ektorp.ViewQuery
-
- ensureFullCommit() - Method in interface org.ektorp.CouchDbConnector
-
Commits any recent changes to the specified database to disk.
- ensureFullCommit() - Method in class org.ektorp.impl.StdCouchDbConnector
-
- Entity - Class in org.ektorp.support
-
Support class for domain entities.
- Entity() - Constructor for class org.ektorp.support.Entity
-
- entrySet() - Method in class org.ektorp.util.ClassHierarchyMap
-
- equals(Object) - Method in class org.ektorp.BulkDeleteDocument
-
- equals(Object) - Method in class org.ektorp.DbInfo
-
- equals(Object) - Method in class org.ektorp.PageRequest
-
- equals(Object) - Method in class org.ektorp.Revision
-
- equals(Object) - Method in class org.ektorp.support.DesignDocument.View
-
- equals(Object) - Method in class org.ektorp.support.Entity
-
- equals(Method, Annotation) - Method in interface org.ektorp.util.ReflectionUtils.AnnotationPredicate
-
- equals(Object) - Method in class org.ektorp.ViewQuery
-
- error(HttpResponse) - Method in interface org.ektorp.http.ResponseCallback
-
- error(HttpResponse) - Method in class org.ektorp.http.StdResponseHandler
-
- escape(String) - Static method in class org.ektorp.DbPath
-
- Exceptions - Class in org.ektorp.util
-
- executeAllOrNothing(InputStream) - Method in interface org.ektorp.CouchDbConnector
-
Creates, updates or deletes all objects in the supplied collection.
- executeAllOrNothing(Collection<?>) - Method in interface org.ektorp.CouchDbConnector
-
Creates, updates or deletes all objects in the supplied collection.
- executeAllOrNothing(InputStream) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- executeAllOrNothing(Collection<?>) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- executeBulk(InputStream) - Method in interface org.ektorp.CouchDbConnector
-
Creates, updates or deletes all objects in the supplied collection.
- executeBulk(Collection<?>) - Method in interface org.ektorp.CouchDbConnector
-
Creates, updates or deletes all objects in the supplied collection.
- executeBulk(InputStream) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- executeBulk(Collection<?>) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- extraQueryParams - Variable in class org.ektorp.changes.ChangesCommand
-
- generateDocRefsAsSetView(String, String, String) - Method in class org.ektorp.support.SimpleViewGenerator
-
- generateDocRefsAsSetWithOrderByView(String, String, String, String) - Method in class org.ektorp.support.SimpleViewGenerator
-
- generateFindByIterableView(String, String) - Method in class org.ektorp.support.SimpleViewGenerator
-
- generateFindByView(String, String) - Method in class org.ektorp.support.SimpleViewGenerator
-
- generateFrom(Object) - Method in interface org.ektorp.support.DesignDocumentFactory
-
Generates a design document with views, lists, shows and filters generated and loaded
according to the annotations found in the metaDataSource object.
- generateFrom(Object) - Method in class org.ektorp.support.StdDesignDocumentFactory
-
- GenerateView - Annotation Type in org.ektorp.support
-
Indicates that a CouchDb view should be generated for the annotated method.
- generateView(Map<String, DesignDocument.View>, Field) - Method in class org.ektorp.support.SimpleViewGenerator
-
- generateView(Map<String, DesignDocument.View>, Method) - Method in class org.ektorp.support.SimpleViewGenerator
-
- generateViews(Object) - Method in class org.ektorp.support.SimpleViewGenerator
-
Generates views based on annotations found in a repository class.
- generateViewsFromPersistentType(Class<?>) - Method in class org.ektorp.support.SimpleViewGenerator
-
Generates views based on annotations found in a persistent class.
- GenericRepository<T> - Interface in org.ektorp.support
-
- get(Class<T>, String) - Method in interface org.ektorp.CouchDbConnector
-
- get(Class<T>, String, Options) - Method in interface org.ektorp.CouchDbConnector
-
- get(Class<T>, String, String) - Method in interface org.ektorp.CouchDbConnector
-
Deprecated.
use get(Class c, String id, Options options)
- get(String) - Method in interface org.ektorp.http.HttpClient
-
- get(String, Map<String, String>) - Method in interface org.ektorp.http.HttpClient
-
- get(String, ResponseCallback<T>) - Method in class org.ektorp.http.RestTemplate
-
- get(String) - Method in class org.ektorp.http.RestTemplate
-
- get(String) - Method in class org.ektorp.http.StdHttpClient
-
- get(String, Map<String, String>) - Method in class org.ektorp.http.StdHttpClient
-
- get(Class<T>, String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- get(Class<T>, String, Options) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- get(Class<T>, String, String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- get(String) - Method in class org.ektorp.support.CouchDbRepositorySupport
-
- get(String, Options) - Method in class org.ektorp.support.CouchDbRepositorySupport
-
- get(String, String) - Method in class org.ektorp.support.CouchDbRepositorySupport
-
Deprecated.
use get(String id, Options options)
- get(String) - Method in class org.ektorp.support.DesignDocument
-
- get(String) - Method in interface org.ektorp.support.GenericRepository
-
- get(String, String) - Method in interface org.ektorp.support.GenericRepository
-
- get(Object) - Method in class org.ektorp.util.ClassHierarchyMap
-
- getActiveTasks() - Method in interface org.ektorp.CouchDbInstance
-
- getActiveTasks() - Method in class org.ektorp.impl.StdCouchDbInstance
-
- getAll() - Method in class org.ektorp.support.CouchDbRepositorySupport
-
If the repository's design document has a view named "all" it will be used
to fetch all documents of this repository's handled type.
- getAll() - Method in interface org.ektorp.support.GenericRepository
-
- getAllDatabases() - Method in interface org.ektorp.CouchDbInstance
-
- getAllDatabases() - Method in class org.ektorp.impl.StdCouchDbInstance
-
- getAllDocIds() - Method in interface org.ektorp.CouchDbConnector
-
- getAllDocIds() - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getAllDocsPath() - Method in class org.ektorp.DbPath
-
- getAnonymous() - Method in class org.ektorp.Attachment
-
- getAnonymous() - Method in class org.ektorp.PurgeResult
-
- getAnonymous() - Method in class org.ektorp.support.DesignDocument.View
-
- getAnonymous() - Method in class org.ektorp.support.OpenCouchDbDocument
-
- getAsStream(String) - Method in interface org.ektorp.CouchDbConnector
-
Please note that the stream has to be closed after usage, otherwise http connection leaks will occur and the
system will eventually hang due to connection starvation.
- getAsStream(String, String) - Method in interface org.ektorp.CouchDbConnector
-
Deprecated.
use getAsStream(String id, Options options)
- getAsStream(String, Options) - Method in interface org.ektorp.CouchDbConnector
-
Please note that the stream has to be closed after usage, otherwise http connection leaks will occur and the
system will eventually hang due to connection starvation.
- getAsStream(String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getAsStream(String, Options) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getAsStream(String, String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getAttachment(String, String) - Method in interface org.ektorp.CouchDbConnector
-
Reads an attachment from the database.
- getAttachment(String, String, String) - Method in interface org.ektorp.CouchDbConnector
-
- getAttachment(String, String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getAttachment(String, String, String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getAttachments() - Method in class org.ektorp.support.CouchDbDocument
-
- getBody() - Method in exception org.ektorp.DocumentNotFoundException
-
- getBody() - Method in class org.ektorp.UpdateHandlerRequest
-
- getCheckpointedSourceSequenceId() - Method in class org.ektorp.impl.StdReplicationTask
-
- getCheckpointedSourceSequenceId() - Method in interface org.ektorp.ReplicationTask
-
- getCode() - Method in interface org.ektorp.http.HttpResponse
-
- getCode() - Method in class org.ektorp.http.StdHttpResponse
-
- getCollectionType() - Method in class org.ektorp.impl.docref.ConstructibleAnnotatedCollection
-
- getCompletedChanges() - Method in interface org.ektorp.DatabaseCompactionTask
-
- getCompletedChanges() - Method in class org.ektorp.impl.StdDatabaseCompactionTask
-
- getCompletedChanges() - Method in class org.ektorp.impl.StdIndexerTask
-
- getCompletedChanges() - Method in interface org.ektorp.IndexerTask
-
- getConfiguration(Class<T>) - Method in interface org.ektorp.CouchDbInstance
-
Get the full configuration of this instance
- getConfiguration(Class<T>, String) - Method in interface org.ektorp.CouchDbInstance
-
Get the configuration of this instance within the specified section
- getConfiguration(Class<T>, String, String) - Method in interface org.ektorp.CouchDbInstance
-
Get the configuration of this instance for this specific section and key
- getConfiguration(String, String) - Method in interface org.ektorp.CouchDbInstance
-
Convenience method to get specific configuration item
- getConfiguration(Class<T>) - Method in class org.ektorp.impl.StdCouchDbInstance
-
- getConfiguration(Class<T>, String) - Method in class org.ektorp.impl.StdCouchDbInstance
-
- getConfiguration(Class<T>, String, String) - Method in class org.ektorp.impl.StdCouchDbInstance
-
- getConfiguration(String, String) - Method in class org.ektorp.impl.StdCouchDbInstance
-
- getConflicts() - Method in class org.ektorp.support.CouchDbDocument
-
- getConnection() - Method in interface org.ektorp.CouchDbConnector
-
Convenience method for accessing the underlying HttpClient.
- getConnection() - Method in interface org.ektorp.CouchDbInstance
-
Convenience method for accessing the underlying HttpClient.
- getConnection() - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getConnection() - Method in class org.ektorp.impl.StdCouchDbInstance
-
- getConstructor() - Method in class org.ektorp.impl.docref.ConstructibleAnnotatedCollection
-
- getContent() - Method in interface org.ektorp.http.HttpResponse
-
- getContent() - Method in class org.ektorp.http.StdHttpResponse
-
- getContentLength() - Method in class org.ektorp.Attachment
-
- getContentLength() - Method in class org.ektorp.AttachmentInputStream
-
- getContentLength() - Method in interface org.ektorp.http.HttpResponse
-
- getContentLength() - Method in class org.ektorp.http.StdHttpResponse
-
- getContentType() - Method in class org.ektorp.Attachment
-
- getContentType() - Method in class org.ektorp.AttachmentInputStream
-
- getContentType() - Method in interface org.ektorp.http.HttpResponse
-
- getContentType() - Method in class org.ektorp.http.StdHttpResponse
-
- getContinuous() - Method in class org.ektorp.ReplicatorDocument
-
- getCreateTarget() - Method in class org.ektorp.ReplicatorDocument
-
- getCurrentBuffer() - Method in class org.ektorp.impl.ThreadLocalBulkBufferHolder
-
- getCurrentRevision(String) - Method in interface org.ektorp.CouchDbConnector
-
Obtain the current revision of a document using a lightweight request.
- getCurrentRevision(String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getData() - Method in class org.ektorp.impl.BulkOperation
-
- getDataBase64() - Method in class org.ektorp.Attachment
-
Only populated if this attachment was created with data as String constructor.
- getDatabaseName() - Method in interface org.ektorp.CouchDbConnector
-
- getDatabaseName() - Method in interface org.ektorp.DatabaseCompactionTask
-
- getDatabaseName() - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getDatabaseName() - Method in class org.ektorp.impl.StdDatabaseCompactionTask
-
- getDatabaseName() - Method in class org.ektorp.impl.StdIndexerTask
-
- getDatabaseName() - Method in class org.ektorp.impl.StdViewCompactionTask
-
- getDatabaseName() - Method in interface org.ektorp.IndexerTask
-
- getDatabaseName() - Method in interface org.ektorp.ViewCompactionTask
-
- getDataLocations() - Method in interface org.ektorp.dataload.DataLoader
-
- getDbInfo() - Method in interface org.ektorp.CouchDbConnector
-
Provides meta information about this database.
- getDbInfo() - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getDbName() - Method in class org.ektorp.DbInfo
-
- getDbName() - Method in class org.ektorp.DbPath
-
- getDbPath() - Method in class org.ektorp.UpdateHandlerRequest
-
- getDbPath() - Method in class org.ektorp.ViewQuery
-
- getDesignDocId() - Method in class org.ektorp.UpdateHandlerRequest
-
- getDesignDocId() - Method in class org.ektorp.ViewQuery
-
- getDesignDocInfo(String) - Method in interface org.ektorp.CouchDbConnector
-
Obtains information about a given design document, including the index, index size and current status of the
design document and associated index information.
- getDesignDocInfo(String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getDesignDocumentFactory() - Method in class org.ektorp.support.CouchDbRepositorySupport
-
- getDesignDocumentId() - Method in class org.ektorp.impl.StdIndexerTask
-
- getDesignDocumentId() - Method in class org.ektorp.impl.StdViewCompactionTask
-
- getDesignDocumentId() - Method in interface org.ektorp.IndexerTask
-
- getDesignDocumentId() - Method in interface org.ektorp.ViewCompactionTask
-
- getDigest() - Method in class org.ektorp.Attachment
-
- getDiskFormatVersion() - Method in class org.ektorp.DbInfo
-
- getDiskSize() - Method in class org.ektorp.DbInfo
-
- getDiskSize() - Method in class org.ektorp.DesignDocInfo.ViewIndex
-
Size in bytes of the view as stored on disk.
- getDoc() - Method in interface org.ektorp.changes.DocumentChange
-
If the feed has been setup to include docs, it will be available through this accessor.
- getDoc() - Method in class org.ektorp.impl.changes.StdDocumentChange
-
- getDoc() - Method in class org.ektorp.ViewResult.Row
-
- getDocAsNode() - Method in interface org.ektorp.changes.DocumentChange
-
If the feed has been setup to include docs, it will be available through this accessor.
- getDocAsNode() - Method in class org.ektorp.impl.changes.StdDocumentChange
-
- getDocAsNode() - Method in class org.ektorp.ViewResult.Row
-
- getDocCount() - Method in class org.ektorp.DbInfo
-
- getDocDelCount() - Method in class org.ektorp.DbInfo
-
- getDocId() - Method in class org.ektorp.UpdateHandlerRequest
-
- getDocsRead() - Method in class org.ektorp.ReplicationStatus.History
-
- getDocsWritten() - Method in class org.ektorp.ReplicationStatus.History
-
- getDocumentIds() - Method in class org.ektorp.ReplicatorDocument
-
- getDocWriteFailures() - Method in class org.ektorp.ReplicationStatus.History
-
- getEndDocId() - Method in class org.ektorp.ViewQuery
-
- getEndKey() - Method in class org.ektorp.ViewQuery
-
- getEndLastSeq() - Method in class org.ektorp.ReplicationStatus.History
-
- getEndLastSeqAsNode() - Method in class org.ektorp.ReplicationStatus.History
-
- getEndTime() - Method in class org.ektorp.ReplicationStatus.History
-
- getError() - Method in class org.ektorp.DocumentOperationResult
-
- getError() - Method in exception org.ektorp.ViewResultException
-
- getETag() - Method in interface org.ektorp.http.HttpResponse
-
- getETag() - Method in class org.ektorp.http.StdHttpResponse
-
- getField() - Method in class org.ektorp.impl.docref.ConstructibleAnnotatedCollection
-
- getField(String) - Method in class org.ektorp.ReplicationStatus
-
- getField(String) - Method in class org.ektorp.ReplicationStatus.History
-
- getFilter() - Method in class org.ektorp.ReplicatorDocument
-
- getFilters() - Method in class org.ektorp.support.DesignDocument
-
- getFirstId() - Method in class org.ektorp.impl.QueryResultParser
-
- getFirstKey() - Method in class org.ektorp.impl.QueryResultParser
-
- getFromDatabase(CouchDbConnector, String) - Method in interface org.ektorp.support.DesignDocumentFactory
-
Retrieves the DesignDocument instance from the database
- getFromDatabase(CouchDbConnector, String) - Method in class org.ektorp.support.StdDesignDocumentFactory
-
- getFunctionName() - Method in class org.ektorp.UpdateHandlerRequest
-
- getGroupLevel() - Method in class org.ektorp.ViewQuery
-
- getHistory() - Method in class org.ektorp.ReplicationStatus
-
- getId() - Method in class org.ektorp.Attachment
-
- getId() - Method in class org.ektorp.AttachmentInputStream
-
- getId() - Method in class org.ektorp.BulkDeleteDocument
-
- getId() - Method in interface org.ektorp.changes.DocumentChange
-
- getId() - Method in class org.ektorp.DocumentOperationResult
-
- getId() - Method in class org.ektorp.impl.changes.StdDocumentChange
-
- getId() - Method in class org.ektorp.support.CouchDbDocument
-
- getId(Object) - Method in interface org.ektorp.util.DocumentAccessor
-
- getId(Object) - Static method in class org.ektorp.util.Documents
-
- getId() - Method in class org.ektorp.ViewResult.Row
-
- getIds() - Method in class org.ektorp.support.Revisions
-
- getInstanceStartTime() - Method in class org.ektorp.DbInfo
-
- getKey() - Method in class org.ektorp.ViewQuery
-
- getKey() - Method in class org.ektorp.ViewResult.Row
-
- getKey() - Method in exception org.ektorp.ViewResultException
-
- getKeyAsNode() - Method in class org.ektorp.ViewResult.Row
-
- getKeysAsJson() - Method in class org.ektorp.ViewQuery
-
- getLanguage() - Method in class org.ektorp.DesignDocInfo.ViewIndex
-
Language for the defined views.
- getLanguage() - Method in class org.ektorp.support.DesignDocument
-
- getLastId() - Method in class org.ektorp.impl.QueryResultParser
-
- getLastKey() - Method in class org.ektorp.impl.QueryResultParser
-
- getLastSeq() - Method in class org.ektorp.StreamingChangesResult
-
This method can only be called after stream is fully red
- getLimit() - Method in class org.ektorp.ViewQuery
-
- getLists() - Method in class org.ektorp.support.DesignDocument
-
- getMap() - Method in class org.ektorp.support.DesignDocument.View
-
- getMessage() - Method in exception org.ektorp.UpdateConflictException
-
- getMethod() - Method in class org.ektorp.http.HttpCopyRequest
-
- getMissingChecked() - Method in class org.ektorp.ReplicationStatus.History
-
- getMissingFound() - Method in class org.ektorp.ReplicationStatus.History
-
- getModuleName() - Method in class org.ektorp.impl.jackson.EktorpJacksonModule
-
- getName() - Method in class org.ektorp.DesignDocInfo
-
- getName() - Method in class org.ektorp.ReplicatorDocument.UserContext
-
- getNextLink() - Method in class org.ektorp.Page
-
- getNextPage() - Method in class org.ektorp.PageRequest.Builder
-
- getNextPageRequest() - Method in class org.ektorp.Page
-
- getOffset() - Method in class org.ektorp.impl.QueryResultParser
-
- getOffset() - Method in class org.ektorp.StreamingViewResult
-
- getOffset() - Method in class org.ektorp.ViewResult
-
- getOptions() - Method in class org.ektorp.Options
-
- getPageNo() - Method in class org.ektorp.PageRequest.Builder
-
- getPageNo() - Method in class org.ektorp.PageRequest
-
- getPageSize() - Method in class org.ektorp.Page
-
- getPageSize() - Method in class org.ektorp.PageRequest
-
- getPath() - Method in class org.ektorp.DbPath
-
- getPath() - Method in exception org.ektorp.DocumentNotFoundException
-
- getPendingRemoval() - Method in class org.ektorp.impl.docref.ViewBasedCollection
-
- getPid() - Method in interface org.ektorp.ActiveTask
-
- getPid() - Method in class org.ektorp.impl.StdActiveTask
-
- getPreviousLink() - Method in class org.ektorp.Page
-
- getPreviousPageRequest() - Method in class org.ektorp.Page
-
- getPreviousPageRequest() - Method in class org.ektorp.PageRequest
-
- getPrevPage() - Method in class org.ektorp.PageRequest.Builder
-
- getProgress() - Method in interface org.ektorp.ActiveTask
-
- getProgress() - Method in class org.ektorp.impl.StdActiveTask
-
- getPurged() - Method in class org.ektorp.PurgeResult
-
- getPurgeSeq() - Method in class org.ektorp.DbInfo
-
- getPurgeSeq() - Method in class org.ektorp.DesignDocInfo.ViewIndex
-
The purge sequence that has been processed.
- getPurgeSeq() - Method in class org.ektorp.PurgeResult
-
- getQueryParameters() - Method in class org.ektorp.ReplicatorDocument
-
- getReason() - Method in class org.ektorp.DocumentOperationResult
-
- getReason() - Method in class org.ektorp.http.StdHttpResponse
-
- getRecordedSeq() - Method in class org.ektorp.ReplicationStatus.History
-
- getReduce() - Method in class org.ektorp.support.DesignDocument.View
-
- getReplicationDocumentId() - Method in class org.ektorp.impl.StdReplicationTask
-
- getReplicationDocumentId() - Method in interface org.ektorp.ReplicationTask
-
- getReplicationId() - Method in class org.ektorp.impl.StdReplicationTask
-
- getReplicationId() - Method in interface org.ektorp.ReplicationTask
-
- getReplicationId() - Method in class org.ektorp.ReplicatorDocument
-
- getReplicationState() - Method in class org.ektorp.ReplicatorDocument
-
- getReplicationStateTime() - Method in class org.ektorp.ReplicatorDocument
-
- getReplicatorConnector() - Method in interface org.ektorp.CouchDbInstance
-
Returns the Couch _replicator database
- getReplicatorConnector() - Method in class org.ektorp.impl.StdCouchDbInstance
-
- getRequestURI() - Method in interface org.ektorp.http.HttpResponse
-
- getRequestURI() - Method in class org.ektorp.http.StdHttpResponse
-
- getRev() - Method in class org.ektorp.Revision
-
- getRevision() - Method in class org.ektorp.BulkDeleteDocument
-
- getRevision() - Method in interface org.ektorp.changes.DocumentChange
-
- getRevision() - Method in class org.ektorp.DocumentOperationResult
-
- getRevision() - Method in class org.ektorp.impl.changes.StdDocumentChange
-
- getRevision() - Method in class org.ektorp.support.CouchDbDocument
-
- getRevision(Object) - Method in interface org.ektorp.util.DocumentAccessor
-
- getRevision(Object) - Static method in class org.ektorp.util.Documents
-
- getRevisionLimit() - Method in interface org.ektorp.CouchDbConnector
-
Revision limit defines a upper bound of document revisions which CouchDB keeps track of
- getRevisionLimit() - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getRevisions() - Method in interface org.ektorp.changes.DocumentChange
-
- getRevisions(String) - Method in interface org.ektorp.CouchDbConnector
-
- getRevisions() - Method in class org.ektorp.impl.changes.StdDocumentChange
-
- getRevisions(String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getRevisions() - Method in class org.ektorp.support.CouchDbDocument
-
Note: Will only be populated if this document has been loaded with the revisions option = true.
- getRevpos() - Method in class org.ektorp.Attachment
-
- getRoles() - Method in class org.ektorp.ReplicatorDocument.UserContext
-
- getRows() - Method in class org.ektorp.impl.QueryResultParser
-
- getRows() - Method in class org.ektorp.Page
-
Exists mainly for providing compatibility with the c:forEach in jstl (1.2) as it cannot handle java.lang.Iterable
- getRows() - Method in class org.ektorp.ViewResult
-
- getSequence() - Method in interface org.ektorp.changes.DocumentChange
-
- getSequence() - Method in class org.ektorp.impl.changes.StdDocumentChange
-
- getSessionId() - Method in class org.ektorp.ReplicationStatus
-
- getSessionId() - Method in class org.ektorp.ReplicationStatus.History
-
- getSetter() - Method in class org.ektorp.impl.docref.ConstructibleAnnotatedCollection
-
- getShows() - Method in class org.ektorp.support.DesignDocument
-
- getSignature() - Method in class org.ektorp.DesignDocInfo.ViewIndex
-
MD5 signature of the views for the design document
- getSize() - Method in class org.ektorp.ViewResult
-
- getSkip() - Method in class org.ektorp.ViewQuery
-
- getSource() - Method in class org.ektorp.ReplicatorDocument
-
- getSourceDatabaseName() - Method in class org.ektorp.impl.StdReplicationTask
-
- getSourceDatabaseName() - Method in interface org.ektorp.ReplicationTask
-
- getSourceLastSequence() - Method in class org.ektorp.ReplicationStatus
-
- getSourceLastSequenceAsNode() - Method in class org.ektorp.ReplicationStatus
-
- getSourceSequenceId() - Method in class org.ektorp.impl.StdReplicationTask
-
- getSourceSequenceId() - Method in interface org.ektorp.ReplicationTask
-
- getStart() - Method in class org.ektorp.support.Revisions
-
- getStartDocId() - Method in class org.ektorp.ViewQuery
-
- getStartedOn() - Method in interface org.ektorp.ActiveTask
-
- getStartedOn() - Method in class org.ektorp.impl.StdActiveTask
-
- getStartKey() - Method in class org.ektorp.PageRequest
-
- getStartKey() - Method in class org.ektorp.ViewQuery
-
- getStartKeyDocId() - Method in class org.ektorp.PageRequest
-
- getStartLastSeq() - Method in class org.ektorp.ReplicationStatus.History
-
- getStartLastSeqAsNode() - Method in class org.ektorp.ReplicationStatus.History
-
- getStartTime() - Method in class org.ektorp.ReplicationStatus.History
-
- getStatus() - Method in class org.ektorp.Revision
-
- getTarget() - Method in class org.ektorp.ReplicatorDocument
-
- getTargetDatabaseName() - Method in class org.ektorp.impl.StdReplicationTask
-
- getTargetDatabaseName() - Method in interface org.ektorp.ReplicationTask
-
- getterName(String) - Static method in class org.ektorp.impl.NameConventions
-
- getTotalChanges() - Method in interface org.ektorp.DatabaseCompactionTask
-
- getTotalChanges() - Method in class org.ektorp.impl.StdDatabaseCompactionTask
-
- getTotalChanges() - Method in class org.ektorp.impl.StdIndexerTask
-
- getTotalChanges() - Method in interface org.ektorp.IndexerTask
-
- getTotalMissingRevisions() - Method in class org.ektorp.impl.StdReplicationTask
-
- getTotalMissingRevisions() - Method in interface org.ektorp.ReplicationTask
-
- getTotalReads() - Method in class org.ektorp.impl.StdReplicationTask
-
- getTotalReads() - Method in interface org.ektorp.ReplicationTask
-
- getTotalRevisionsChecked() - Method in class org.ektorp.impl.StdReplicationTask
-
- getTotalRevisionsChecked() - Method in interface org.ektorp.ReplicationTask
-
- getTotalRows() - Method in class org.ektorp.impl.QueryResultParser
-
- getTotalRows() - Method in class org.ektorp.StreamingViewResult
-
- getTotalRows() - Method in class org.ektorp.ViewResult
-
- getTotalSize() - Method in class org.ektorp.Page
-
- getTotalWrites() - Method in class org.ektorp.impl.StdReplicationTask
-
- getTotalWrites() - Method in interface org.ektorp.ReplicationTask
-
- getUncached(String) - Method in interface org.ektorp.http.HttpClient
-
- getUncached(String, ResponseCallback<T>) - Method in class org.ektorp.http.RestTemplate
-
- getUncached(String) - Method in class org.ektorp.http.RestTemplate
-
- getUncached(String) - Method in class org.ektorp.http.StdHttpClient
-
- getUnknownFields() - Method in class org.ektorp.DbInfo
-
- getUnknownFields() - Method in class org.ektorp.ReplicatorDocument
-
- getUnknownFields() - Method in class org.ektorp.ReplicatorDocument.UserContext
-
- getUpdatedOn() - Method in interface org.ektorp.ActiveTask
-
- getUpdatedOn() - Method in class org.ektorp.impl.StdActiveTask
-
- getUpdates() - Method in class org.ektorp.support.DesignDocument
-
- getUpdateSeq() - Method in class org.ektorp.DbInfo
-
- getUpdateSeq() - Method in class org.ektorp.DesignDocInfo.ViewIndex
-
The update sequence of the corresponding database that has been indexed.
- getUpdateSeq() - Method in class org.ektorp.ViewResult
-
- getUpdateSeqAsString() - Method in class org.ektorp.DbInfo
-
Cloudant uses generated strings for update sequence.
- getUpdateSeqAsString() - Method in class org.ektorp.ViewResult
-
- getUpdateSequence() - Method in class org.ektorp.impl.QueryResultParser
-
- getUserContext() - Method in class org.ektorp.ReplicatorDocument
-
- getValue() - Method in class org.ektorp.ViewResult.Row
-
- getValueAsInt() - Method in class org.ektorp.ViewResult.Row
-
- getValueAsNode() - Method in class org.ektorp.ViewResult.Row
-
- getViewIndex() - Method in class org.ektorp.DesignDocInfo
-
- getViewName() - Method in class org.ektorp.ViewQuery
-
- getViews() - Method in class org.ektorp.support.DesignDocument
-
- getWaitingClients() - Method in class org.ektorp.DesignDocInfo.ViewIndex
-
Number of clients waiting on views from this design document.
- getWithConflicts(Class<T>, String) - Method in interface org.ektorp.CouchDbConnector
-
Deprecated.
use get(Class c, String id, Options options)
- getWithConflicts(Class<T>, String) - Method in class org.ektorp.impl.StdCouchDbConnector
-
- getWriteFailures() - Method in class org.ektorp.impl.StdReplicationTask
-
- getWriteFailures() - Method in interface org.ektorp.ReplicationTask
-
- group(boolean) - Method in class org.ektorp.ViewQuery
-
The group option controls whether the reduce function reduces to a set of distinct keys or to a single result row.
- groupLevel(int) - Method in class org.ektorp.ViewQuery
-
- GZIP - Static variable in class org.ektorp.util.Base64
-
Specify that data should be gzip-compressed in second bit.