A B C D E F G H I J K L M N O P Q R S T U V

A

add(T) - Method in class org.ektorp.support.CouchDbRepositorySupport
 
add(T) - Method in interface org.ektorp.support.GenericRepository
 
addInlineAttachment(Attachment) - Method in class org.ektorp.support.CouchDbDocument
 
addView(String, DesignDocument.View) - Method in class org.ektorp.support.DesignDocument
 
allDataLoaded() - Method in interface org.ektorp.dataload.DataLoader
Is called when all DataLoaders in the system has loaded it´s data.
append(String) - Method in class org.ektorp.DbPath
Appends the string to the dbPath.
apply(T) - Method in interface org.ektorp.util.Predicate
 
areEqual(String, String) - Static method in class org.ektorp.util.JSONComparator
 
asMap() - Method in class org.ektorp.support.DesignDocument
Makes a Map representation of this document.
Assert - Class in org.ektorp.util
 
Attachment - Class in org.ektorp
 
Attachment(String, InputStream, String, int) - Constructor for class org.ektorp.Attachment
 
Attachment(String, String, String) - Constructor for class org.ektorp.Attachment
Constructor that takes data as String.

B

build() - Method in class org.ektorp.http.StdHttpClient.Builder
 
buildQuery() - Method in class org.ektorp.ViewQuery
 

C

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
 
clear() - Method in class org.ektorp.util.ClassHierarchyMap
 
configureClient() - Method in class org.ektorp.http.StdHttpClient.Builder
 
configureConnectionManager() - Method in class org.ektorp.http.StdHttpClient.Builder
 
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
 
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
 
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
 
create(String, JsonNode) - 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, JsonNode) - Method in class org.ektorp.impl.StdCouchDbConnector
 
createAttachment(String, Attachment) - Method in interface org.ektorp.CouchDbConnector
Creates both the document and the attachment
createAttachment(String, String, Attachment) - Method in interface org.ektorp.CouchDbConnector
Adds an attachment to the specified document id.
createAttachment(String, Attachment) - Method in class org.ektorp.impl.StdCouchDbConnector
 
createAttachment(String, String, Attachment) - Method in class org.ektorp.impl.StdCouchDbConnector
 
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
 
createDocument(JsonNode, String) - Method in class org.ektorp.dataload.DefaultDataLoader
Can be overidden in order to customize document creation.
createQuery(String) - Method in class org.ektorp.support.CouchDbRepositorySupport
Creates a ViewQuery pre-configured with correct dbPath, design document id and view name.

D

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(String) - Constructor for exception org.ektorp.DbAccessException
 
DbPath - Class in org.ektorp
 
DbPath(String) - Constructor for class org.ektorp.DbPath
 
dbPath(String) - Method in class org.ektorp.ViewQuery
 
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
 
deleteAttachment(String, String, String) - Method in interface org.ektorp.CouchDbConnector
 
deleteAttachment(String, String, String) - Method in class org.ektorp.impl.StdCouchDbConnector
 
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.
designDocId(String) - Method in class org.ektorp.ViewQuery
 
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
 
DocumentExistsException - Exception in org.ektorp
 
DocumentExistsException(String) - Constructor for exception org.ektorp.DocumentExistsException
 
DocumentNotFoundException - Exception in org.ektorp
 
DocumentNotFoundException(String) - Constructor for exception org.ektorp.DocumentNotFoundException
 

E

eachAnnotatedMethod(Class<?>, Class<? extends Annotation>, Predicate<Method>) - Static method in class org.ektorp.util.ReflectionUtils
 
eachAnnotation(Class<?>, Class<T>, Predicate<T>) - Static method in class org.ektorp.util.ReflectionUtils
 
endDocId(String) - Method in class org.ektorp.ViewQuery
 
endKey(String) - Method in class org.ektorp.ViewQuery
 
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.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
 
equals(Object) - Method in class org.ektorp.ViewResult.Row
 
error(HttpResponse) - Method in interface org.ektorp.http.ResponseCallback
 
error(HttpResponse) - Method in class org.ektorp.http.StdResponseHandler
 
Exceptions - Class in org.ektorp.util
 

F

findAnnotatedMethods(Class<?>, Class<? extends Annotation>) - Static method in class org.ektorp.util.ReflectionUtils
 
findMethod(Class<?>, String) - Static method in class org.ektorp.util.ReflectionUtils
Ignores case when comparing method names
fromString(String) - Static method in class org.ektorp.DbPath
 

G

generateFindByIterableView(String) - Method in class org.ektorp.support.SimpleViewGenerator
 
generateFindByView(String) - Method in class org.ektorp.support.SimpleViewGenerator
 
GenerateView - Annotation Type in org.ektorp.support
Indicates that a CouchDb view should be generated for the annotated method.
generateViews(Class<?>) - Method in class org.ektorp.support.SimpleViewGenerator
 
GenericRepository<T> - Interface in org.ektorp.support
 
get(Class<T>, String) - Method in interface org.ektorp.CouchDbConnector
 
get(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(Class<T>, String) - Method in class org.ektorp.impl.StdCouchDbConnector
 
get(String) - Method in class org.ektorp.support.CouchDbRepositorySupport
 
get(String) - Method in class org.ektorp.support.DesignDocument
 
get(String) - Method in interface org.ektorp.support.GenericRepository
 
get(Object) - Method in class org.ektorp.util.ClassHierarchyMap
 
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
 
getAsStream(String) - Method in interface org.ektorp.CouchDbConnector
 
getAsStream(String) - Method in class org.ektorp.impl.StdCouchDbConnector
 
getAttachment(String, String) - Method in interface org.ektorp.CouchDbConnector
 
getAttachment(String, String) - Method in class org.ektorp.impl.StdCouchDbConnector
 
getAttachments() - Method in class org.ektorp.support.CouchDbDocument
 
getCode() - Method in interface org.ektorp.http.HttpResponse
 
getCode() - Method in class org.ektorp.http.StdHttpResponse
 
getConnection() - Method in interface org.ektorp.CouchDbInstance
 
getConnection() - Method in class org.ektorp.impl.StdCouchDbInstance
 
getContent() - Method in interface org.ektorp.http.HttpResponse
 
getContent() - Method in class org.ektorp.http.StdHttpResponse
 
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 interface org.ektorp.http.HttpResponse
 
getContentType() - Method in class org.ektorp.http.StdHttpResponse
 
getData() - Method in class org.ektorp.Attachment
 
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 class org.ektorp.impl.StdCouchDbConnector
 
getDataLocations() - Method in interface org.ektorp.dataload.DataLoader
 
getDbName() - Method in class org.ektorp.DbPath
 
getEndKey() - Method in class org.ektorp.ViewQuery
 
getField(String) - Method in class org.ektorp.support.DesignDocument
 
getId() - Method in class org.ektorp.Attachment
 
getId() - Method in class org.ektorp.support.CouchDbDocument
 
getId(Object) - Static method in class org.ektorp.util.ReflectionUtils
 
getId() - Method in class org.ektorp.ViewResult.Row
 
getKey() - Method in class org.ektorp.ViewQuery
 
getKey() - Method in class org.ektorp.ViewResult.Row
 
getLength() - Method in class org.ektorp.Attachment
 
getMap() - Method in class org.ektorp.support.DesignDocument.View
 
getMessage() - Method in exception org.ektorp.UpdateConflictException
 
getOffset() - Method in class org.ektorp.ViewResult
 
getPath() - Method in class org.ektorp.DbPath
 
getPath() - Method in exception org.ektorp.DocumentNotFoundException
 
getReason() - Method in class org.ektorp.http.StdHttpResponse
 
getReduce() - Method in class org.ektorp.support.DesignDocument.View
 
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.support.CouchDbDocument
 
getRevision(Object) - Static method in class org.ektorp.util.ReflectionUtils
 
getRevisions(String) - Method in interface org.ektorp.CouchDbConnector
 
getRevisions(String) - Method in class org.ektorp.impl.StdCouchDbConnector
 
getRevpos() - Method in class org.ektorp.Attachment
 
getRows() - Method in class org.ektorp.ViewResult
 
getSize() - Method in class org.ektorp.ViewResult
 
getStartKey() - Method in class org.ektorp.ViewQuery
 
getStatus() - Method in class org.ektorp.Revision
 
getValue() - Method in class org.ektorp.ViewResult.Row
 
getValueAsInt() - Method in class org.ektorp.ViewResult.Row
 
getViews() - Method in class org.ektorp.support.DesignDocument
 
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
 

H

hashCode() - Method in class org.ektorp.Revision
 
hashCode() - Method in class org.ektorp.support.DesignDocument.View
 
hashCode() - Method in class org.ektorp.support.Entity
 
hashCode() - Method in class org.ektorp.ViewQuery
 
hashCode() - Method in class org.ektorp.ViewResult.Row
 
hasText(String) - Static method in class org.ektorp.util.Assert
 
hasText(String, String) - Static method in class org.ektorp.util.Assert
 
head(String) - Method in interface org.ektorp.http.HttpClient
 
head(String, ResponseCallback<T>) - Method in class org.ektorp.http.RestTemplate
 
head(String) - Method in class org.ektorp.http.StdHttpClient
 
host(String) - Method in class org.ektorp.http.StdHttpClient.Builder
 
HttpClient - Interface in org.ektorp.http
 
HttpResponse - Interface in org.ektorp.http
 

I

ID_PREFIX - Static variable in class org.ektorp.support.DesignDocument
 
includeDocs(boolean) - Method in class org.ektorp.ViewQuery
The include_docs option will include the associated document.
inclusiveEnd(boolean) - Method in class org.ektorp.ViewQuery
The inclusive_end option controls whether the endkey is included in the result.
initStandardDesignDocument() - Method in class org.ektorp.support.CouchDbRepositorySupport
Will create the standard design document if it does not exists in the database.
InvalidDocumentException - Exception in org.ektorp
 
InvalidDocumentException(Class<?>, String) - Constructor for exception org.ektorp.InvalidDocumentException
 
isDeleted() - Method in class org.ektorp.Revision
 
isEmpty() - Method in class org.ektorp.util.ClassHierarchyMap
 
isMissing() - Method in class org.ektorp.Revision
 
isNew() - Method in class org.ektorp.support.CouchDbDocument
 
isNew(Object) - Static method in class org.ektorp.util.ReflectionUtils
 
isOnDisk() - Method in class org.ektorp.Revision
 
isStub() - Method in class org.ektorp.Attachment
 
isSuccessful() - Method in interface org.ektorp.http.HttpResponse
 
isSuccessful() - Method in class org.ektorp.http.StdHttpResponse
 
isTrue(boolean) - Static method in class org.ektorp.util.Assert
 
isTrue(boolean, String) - Static method in class org.ektorp.util.Assert
 

J

JSONComparator - Class in org.ektorp.util
 
JsonSerializer - Class in org.ektorp.impl
 
JsonSerializer(ObjectMapper) - Constructor for class org.ektorp.impl.JsonSerializer
 

K

key(String) - Method in class org.ektorp.ViewQuery
 
keySet() - Method in class org.ektorp.util.ClassHierarchyMap
 

L

limit(int) - Method in class org.ektorp.ViewQuery
limit=0 you don't get any data, but all meta-data for this View.
load(Reader) - Method in class org.ektorp.dataload.DefaultDataLoader
Reads documents from the reader and stores them in the database.
loadInitialData(Reader) - Method in interface org.ektorp.dataload.DataLoader
 
log - Variable in class org.ektorp.support.CouchDbRepositorySupport
 

M

maxConnections(int) - Method in class org.ektorp.http.StdHttpClient.Builder
 

N

newRTE(String, Object...) - Static method in class org.ektorp.util.Exceptions
 
notEmpty(Collection<?>, String) - Static method in class org.ektorp.util.Assert
 
notEmpty(Object[], String) - Static method in class org.ektorp.util.Assert
 
notNull(Object) - Static method in class org.ektorp.util.Assert
 
notNull(Object, String) - Static method in class org.ektorp.util.Assert
 

O

of(HttpResponse, String) - Static method in class org.ektorp.http.StdHttpResponse
 
of(View) - Static method in class org.ektorp.support.DesignDocument.View
 
org.ektorp - package org.ektorp
 
org.ektorp.dataload - package org.ektorp.dataload
 
org.ektorp.http - package org.ektorp.http
 
org.ektorp.impl - package org.ektorp.impl
 
org.ektorp.support - package org.ektorp.support
 
org.ektorp.util - package org.ektorp.util
 

P

password(String) - Method in class org.ektorp.http.StdHttpClient.Builder
 
path() - Method in interface org.ektorp.CouchDbConnector
 
path() - Method in class org.ektorp.impl.StdCouchDbConnector
 
port(int) - Method in class org.ektorp.http.StdHttpClient.Builder
 
post(String, String) - Method in interface org.ektorp.http.HttpClient
 
post(String, String, ResponseCallback<T>) - Method in class org.ektorp.http.RestTemplate
 
post(String, String) - Method in class org.ektorp.http.StdHttpClient
 
Predicate<T> - Interface in org.ektorp.util
 
propagate(Exception) - Static method in class org.ektorp.util.Exceptions
 
put(String, String) - Method in interface org.ektorp.http.HttpClient
 
put(String) - Method in interface org.ektorp.http.HttpClient
 
put(String, InputStream, String, int) - Method in interface org.ektorp.http.HttpClient
 
put(String) - Method in class org.ektorp.http.RestTemplate
 
put(String, String, ResponseCallback<T>) - Method in class org.ektorp.http.RestTemplate
 
put(String, String) - Method in class org.ektorp.http.RestTemplate
 
put(String, InputStream, String, int) - Method in class org.ektorp.http.RestTemplate
 
put(String, InputStream, String, int, ResponseCallback<T>) - Method in class org.ektorp.http.RestTemplate
 
put(String, String) - Method in class org.ektorp.http.StdHttpClient
 
put(String) - Method in class org.ektorp.http.StdHttpClient
 
put(String, InputStream, String, int) - Method in class org.ektorp.http.StdHttpClient
 
put(Class<?>, V) - Method in class org.ektorp.util.ClassHierarchyMap
 
putAll(Map<? extends Class<?>, ? extends V>) - Method in class org.ektorp.util.ClassHierarchyMap
 

Q

queryForStream(ViewQuery) - Method in interface org.ektorp.CouchDbConnector
 
queryForStream(ViewQuery) - Method in class org.ektorp.impl.StdCouchDbConnector
 
queryView(ViewQuery, Class<T>) - Method in interface org.ektorp.CouchDbConnector
This method requires the view result values to be document ids.
queryView(ViewQuery) - Method in interface org.ektorp.CouchDbConnector
 
queryView(ViewQuery, Class<T>) - Method in class org.ektorp.impl.StdCouchDbConnector
 
queryView(ViewQuery) - Method in class org.ektorp.impl.StdCouchDbConnector
 
queryView(String, String) - Method in class org.ektorp.support.CouchDbRepositorySupport
Allows subclasses to query views with simple String value keys and load the result as the repository's handled type.
queryView(String) - Method in class org.ektorp.support.CouchDbRepositorySupport
Allows subclasses to query a view and load the result as the repository's handled type.

R

reduce(boolean) - Method in class org.ektorp.ViewQuery
If a view contains both a map and reduce function, querying that view will by default return the result of the reduce function.
ReflectionUtils - Class in org.ektorp.util
 
ReflectionUtils() - Constructor for class org.ektorp.util.ReflectionUtils
 
ReflectionUtils.AnnotationPredicate - Interface in org.ektorp.util
 
releaseConnection() - Method in interface org.ektorp.http.HttpResponse
 
releaseConnection() - Method in class org.ektorp.http.StdHttpResponse
 
remove(T) - Method in class org.ektorp.support.CouchDbRepositorySupport
 
remove(T) - Method in interface org.ektorp.support.GenericRepository
 
remove(Object) - Method in class org.ektorp.util.ClassHierarchyMap
 
removeAttachment(String) - Method in class org.ektorp.support.CouchDbDocument
 
reset() - Method in class org.ektorp.ViewQuery
Resets internal state so this builder can be used again.
ResponseCallback<T> - Interface in org.ektorp.http
 
RestTemplate - Class in org.ektorp.http
 
RestTemplate(HttpClient) - Constructor for class org.ektorp.http.RestTemplate
 
Retryable - Annotation Type in org.ektorp
Used to annotate methods that can be retries in case of update conflict.
Revision - Class in org.ektorp
 
Revision(String, String) - Constructor for class org.ektorp.Revision
 
RevisionResponseHandler - Class in org.ektorp.impl
Extracts the document revision if the operation was successful
RevisionResponseHandler(ObjectMapper) - Constructor for class org.ektorp.impl.RevisionResponseHandler
 

S

setDatabaseName(String) - Method in class org.ektorp.impl.StdCouchDbConnector
 
setId(String) - Method in class org.ektorp.support.CouchDbDocument
 
setId(Object, String) - Static method in class org.ektorp.util.ReflectionUtils
Will set the id property on the document IF a mutator exists.
setMap(String) - Method in class org.ektorp.support.DesignDocument.View
 
setReduce(String) - Method in class org.ektorp.support.DesignDocument.View
 
setRevision(String) - Method in class org.ektorp.support.CouchDbDocument
 
setRevision(Object, String) - Static method in class org.ektorp.util.ReflectionUtils
 
setRevpos(int) - Method in class org.ektorp.Attachment
 
setUnknown(String, Object) - Method in class org.ektorp.support.DesignDocument
As design documents can contain a lot of fields currently not handled by Ektorp, a generic setter for these fields is required.
SimpleViewGenerator - Class in org.ektorp.support
 
SimpleViewGenerator() - Constructor for class org.ektorp.support.SimpleViewGenerator
 
size() - Method in class org.ektorp.util.ClassHierarchyMap
 
skip(int) - Method in class org.ektorp.ViewQuery
The skip option should only be used with small values, as skipping a large range of documents this way is inefficient (it scans the index from the startkey and then skips N elements, but still needs to read all the index values to do that).
socketTimeout(int) - Method in class org.ektorp.http.StdHttpClient.Builder
 
staleOk(boolean) - Method in class org.ektorp.ViewQuery
The stale option can be used for higher performance at the cost of possibly not seeing the all latest data.
startDocId(String) - Method in class org.ektorp.ViewQuery
 
startKey(String) - Method in class org.ektorp.ViewQuery
 
StdCouchDbConnector - Class in org.ektorp.impl
 
StdCouchDbConnector(String, CouchDbInstance) - Constructor for class org.ektorp.impl.StdCouchDbConnector
 
StdCouchDbConnector(String, CouchDbInstance, ObjectMapper) - Constructor for class org.ektorp.impl.StdCouchDbConnector
 
StdCouchDbInstance - Class in org.ektorp.impl
 
StdCouchDbInstance(HttpClient) - Constructor for class org.ektorp.impl.StdCouchDbInstance
 
StdCouchDbInstance(HttpClient, JsonFactory) - Constructor for class org.ektorp.impl.StdCouchDbInstance
 
StdHttpClient - Class in org.ektorp.http
 
StdHttpClient(HttpClient) - Constructor for class org.ektorp.http.StdHttpClient
 
StdHttpClient.Builder - Class in org.ektorp.http
 
StdHttpClient.Builder() - Constructor for class org.ektorp.http.StdHttpClient.Builder
 
StdHttpResponse - Class in org.ektorp.http
 
StdResponseHandler<T> - Class in org.ektorp.http
 
StdResponseHandler() - Constructor for class org.ektorp.http.StdResponseHandler
 
success(HttpResponse) - Method in interface org.ektorp.http.ResponseCallback
Called when http response code is < 300
success(HttpResponse) - Method in class org.ektorp.http.StdResponseHandler
 
success(HttpResponse) - Method in class org.ektorp.impl.RevisionResponseHandler
 

T

toJson(Object) - Method in class org.ektorp.impl.JsonSerializer
 
toString() - Method in class org.ektorp.http.StdHttpResponse
 

U

update(Object) - Method in interface org.ektorp.CouchDbConnector
Updates the document.
update(Object) - Method in class org.ektorp.impl.StdCouchDbConnector
 
update(T) - Method in class org.ektorp.support.CouchDbRepositorySupport
 
update(T) - Method in interface org.ektorp.support.GenericRepository
 
UpdateConflictException - Exception in org.ektorp
 
UpdateConflictException(String, String) - Constructor for exception org.ektorp.UpdateConflictException
 
username(String) - Method in class org.ektorp.http.StdHttpClient.Builder
 

V

values() - Method in class org.ektorp.util.ClassHierarchyMap
 
View - Annotation Type in org.ektorp.support
 
ViewGenerationException - Exception in org.ektorp.support
 
ViewGenerationException(String) - Constructor for exception org.ektorp.support.ViewGenerationException
 
ViewGenerationException(String, Object...) - Constructor for exception org.ektorp.support.ViewGenerationException
 
viewName(String) - Method in class org.ektorp.ViewQuery
 
ViewQuery - Class in org.ektorp
 
ViewQuery() - Constructor for class org.ektorp.ViewQuery
 
ViewResult - Class in org.ektorp
 
ViewResult(int, int, List<ViewResult.Row>) - Constructor for class org.ektorp.ViewResult
 
ViewResult.Row - Class in org.ektorp
 
ViewResult.Row(String, String, String) - Constructor for class org.ektorp.ViewResult.Row
 

A B C D E F G H I J K L M N O P Q R S T U V

Copyright © 2010. All Rights Reserved.