Skip navigation links
A C D E G H I O S U V 

A

AppConfig - Class in org.tiogasolutions.lib.couchace.app
 
AppConfig(String, String, String[]) - Constructor for class org.tiogasolutions.lib.couchace.app.AppConfig
 
AppConfigStore - Class in org.tiogasolutions.lib.couchace.app
 
AppConfigStore(CouchServer) - Constructor for class org.tiogasolutions.lib.couchace.app.AppConfigStore
 
AppConfigStore(CouchServer, String) - Constructor for class org.tiogasolutions.lib.couchace.app.AppConfigStore
 
AppConfigStore(CouchServer, String, String) - Constructor for class org.tiogasolutions.lib.couchace.app.AppConfigStore
 

C

cleanupViews(CouchDatabase) - Static method in class org.tiogasolutions.lib.couchace.support.CouchUtils
 
compactAndCleanAll(CouchDatabase, Collection<String>) - Static method in class org.tiogasolutions.lib.couchace.support.CouchUtils
 
compactDatabase(CouchDatabase) - Static method in class org.tiogasolutions.lib.couchace.support.CouchUtils
 
compactDesigns(CouchDatabase, Collection<String>) - Static method in class org.tiogasolutions.lib.couchace.support.CouchUtils
 
CouchUtils - Class in org.tiogasolutions.lib.couchace.support
 
create(T) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
createDatabase(CouchDatabase) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
createDatabase(CouchDatabase) - Static method in class org.tiogasolutions.lib.couchace.support.CouchUtils
 
createDatabase(CouchDatabase, IdGenerator, String...) - Static method in class org.tiogasolutions.lib.couchace.support.CouchUtils
 
createDatabase(CouchDatabase, IdGenerator, Collection<String>) - Static method in class org.tiogasolutions.lib.couchace.support.CouchUtils
 

D

DEFAULT_DB_NAME - Static variable in class org.tiogasolutions.lib.couchace.app.AppConfigStore
 
DEFAULT_DESIGN_NAME - Static variable in class org.tiogasolutions.lib.couchace.app.AppConfigStore
 
DefaultCouchServer - Class in org.tiogasolutions.lib.couchace
 
DefaultCouchServer(CouchSetup) - Constructor for class org.tiogasolutions.lib.couchace.DefaultCouchServer
 
DefaultCouchServer() - Constructor for class org.tiogasolutions.lib.couchace.DefaultCouchServer
 
DefaultCouchServer(Module[]) - Constructor for class org.tiogasolutions.lib.couchace.DefaultCouchServer
 
DefaultCouchServer(CouchHttpClient, CouchJsonStrategy) - Constructor for class org.tiogasolutions.lib.couchace.DefaultCouchServer
 
DefaultCouchServer(CouchHttpClient, CouchJsonStrategy, String, String, String) - Constructor for class org.tiogasolutions.lib.couchace.DefaultCouchServer
 
DefaultCouchStore<T> - Class in org.tiogasolutions.lib.couchace
 
DefaultCouchStore(CouchServer, Class<T>) - Constructor for class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
delete(T) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
deleteByDocumentId(String, String) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
designDocuments - Static variable in class org.tiogasolutions.lib.couchace.sequence.SequenceStore
 

E

expireCachedDatabases() - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 

G

getAppConfigId() - Method in class org.tiogasolutions.lib.couchace.app.AppConfig
 
getAppPassword() - Static method in class org.tiogasolutions.lib.couchace.DefaultCouchServer
 
getAppUrl() - Static method in class org.tiogasolutions.lib.couchace.DefaultCouchServer
 
getAppUserName() - Static method in class org.tiogasolutions.lib.couchace.DefaultCouchServer
 
getByDocumentId(String) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getCode() - Method in interface org.tiogasolutions.lib.couchace.sequence.SequenceType
 
getCouchServer() - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getDatabase() - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getDatabaseAccessMap() - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getDatabaseMap() - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getDatabaseName() - Method in class org.tiogasolutions.lib.couchace.app.AppConfigStore
 
getDatabaseName() - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getDatabaseName() - Method in class org.tiogasolutions.lib.couchace.sequence.SequenceStore
 
getDesignName() - Method in class org.tiogasolutions.lib.couchace.app.AppConfigStore
 
getDesignName() - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getDesignName() - Method in class org.tiogasolutions.lib.couchace.sequence.SequenceStore
 
getEntities(String) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getEntities(String, String...) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getEntities(String, Long...) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getEntities(String, Object[]) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getEntities(String, Collection<?>) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getEntityResponse(String, String, Collection<?>) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getEntityType() - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 
getEntityType() - Method in interface org.tiogasolutions.lib.couchace.sequence.SequenceType
 
getId() - Method in interface org.tiogasolutions.lib.couchace.sequence.SequenceType
 
getLastValue() - Method in class org.tiogasolutions.lib.couchace.sequence.Sequence
 
getNextValue(SequenceType) - Method in class org.tiogasolutions.lib.couchace.sequence.SequenceStore
 
getProperties() - Method in class org.tiogasolutions.lib.couchace.app.AppConfig
 
getProperty(String) - Method in class org.tiogasolutions.lib.couchace.app.AppConfig
 
getPropertyString() - Method in class org.tiogasolutions.lib.couchace.app.AppConfig
 
getRevision() - Method in class org.tiogasolutions.lib.couchace.app.AppConfig
 
getRevision() - Method in class org.tiogasolutions.lib.couchace.sequence.Sequence
 
getSequenceId() - Method in class org.tiogasolutions.lib.couchace.sequence.Sequence
 

H

headByDocumentId(String) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 

I

incrementChar(char) - Static method in class org.tiogasolutions.lib.couchace.sequence.Sequence
 
incrementValue() - Method in class org.tiogasolutions.lib.couchace.sequence.Sequence
 
injectVersion(T, WriteResponse) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 

O

org.tiogasolutions.lib.couchace - package org.tiogasolutions.lib.couchace
 
org.tiogasolutions.lib.couchace.app - package org.tiogasolutions.lib.couchace.app
 
org.tiogasolutions.lib.couchace.sequence - package org.tiogasolutions.lib.couchace.sequence
 
org.tiogasolutions.lib.couchace.support - package org.tiogasolutions.lib.couchace.support
 

S

Sequence - Class in org.tiogasolutions.lib.couchace.sequence
 
Sequence(SequenceType, String) - Constructor for class org.tiogasolutions.lib.couchace.sequence.Sequence
 
SEQUENCE_DESIGN_NAME - Static variable in class org.tiogasolutions.lib.couchace.sequence.SequenceStore
 
SequenceStore - Class in org.tiogasolutions.lib.couchace.sequence
 
SequenceStore(CouchServer, String) - Constructor for class org.tiogasolutions.lib.couchace.sequence.SequenceStore
 
SequenceType - Interface in org.tiogasolutions.lib.couchace.sequence
 

U

update(T) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchStore
 

V

validateConnection(CouchSetup) - Method in class org.tiogasolutions.lib.couchace.DefaultCouchServer
 
validateDesign(CouchDatabase, Collection<String>, String, String) - Static method in class org.tiogasolutions.lib.couchace.support.CouchUtils
 
A C D E G H I O S U V 
Skip navigation links