Skip navigation links
C D E G L M P S T 

C

callDAOCreateSingleMethod(boolean, EntityIdExtractor<T>, Class<T>, String, Class[], Object...) - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
Call dao method which creates a single entity.
callDAOCreateSingleMethod(boolean, EntityIdExtractor<T>, Class<T>, String, Object...) - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
 
callDAOReadMethod(Class<T>, String, Class[], Object...) - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
Call dao method which reads data.
callDAOReadMethod(Class<T>, String, Object...) - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
Call dao method which reads data.
callDAOReadMethodReturnList(Class<T>, String, Class[], Object...) - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
 
callDAOUpdateMethod(Class<T>, String, Class[], Object...) - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
Call dao method which updates data.
callDAOUpdateMethod(Class<T>, String, Object...) - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
Call dao method which updates data.
checkConsistency(Object, Object) - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
 
com.redhat.lightblue.migrator.facade - package com.redhat.lightblue.migrator.facade
 
complete() - Method in class com.redhat.lightblue.migrator.facade.Timer
 
copyFromThread(long) - Method in interface com.redhat.lightblue.migrator.facade.EntityIdStore
Copy all key-value pairs from one thread to the other.
copyFromThread(long) - Method in class com.redhat.lightblue.migrator.facade.EntityIdStoreImpl
 

D

DAOFacadeBase<D> - Class in com.redhat.lightblue.migrator.facade
A helper base class for migrating services from legacy datastore to lightblue.
DAOFacadeBase(D, D) - Constructor for class com.redhat.lightblue.migrator.facade.DAOFacadeBase
 

E

EntityIdExtractor<E> - Interface in com.redhat.lightblue.migrator.facade
Extract ID of any entity.
EntityIdStore - Interface in com.redhat.lightblue.migrator.facade
A FIFO queue.
EntityIdStoreImpl - Class in com.redhat.lightblue.migrator.facade
EntityIdStore implementation using ehcache.
EntityIdStoreImpl(Class<?>) - Constructor for class com.redhat.lightblue.migrator.facade.EntityIdStoreImpl
 
EntityIdStoreImpl(Class<?>, URL) - Constructor for class com.redhat.lightblue.migrator.facade.EntityIdStoreImpl
 
extractId(E) - Method in interface com.redhat.lightblue.migrator.facade.EntityIdExtractor
 

G

getEntityIdStore() - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
 
getTimeoutSeconds() - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
 

L

legacyDAO - Variable in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
 
lightblueDAO - Variable in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
 

M

method - Variable in class com.redhat.lightblue.migrator.facade.Timer
 

P

pop() - Method in interface com.redhat.lightblue.migrator.facade.EntityIdStore
 
pop() - Method in class com.redhat.lightblue.migrator.facade.EntityIdStoreImpl
 
push(Long) - Method in interface com.redhat.lightblue.migrator.facade.EntityIdStore
 
push(Long) - Method in class com.redhat.lightblue.migrator.facade.EntityIdStoreImpl
 

S

setEntityIdStore(EntityIdStore) - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
 
setTimeoutSeconds(int) - Method in class com.redhat.lightblue.migrator.facade.DAOFacadeBase
 
start - Variable in class com.redhat.lightblue.migrator.facade.Timer
 

T

Timer - Class in com.redhat.lightblue.migrator.facade
A helper class to measure method execution times.
Timer(String) - Constructor for class com.redhat.lightblue.migrator.facade.Timer
 
C D E G L M P S T 
Skip navigation links

Copyright © 2015. All rights reserved.