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

A

add(JSONObject) - Method in class org.b3log.latke.repository.gae.GAERepository
Adds the specified json object with the default parent key.
add(JSONObject, String, String) - Method in class org.b3log.latke.repository.gae.GAERepository
Adds.
appEngineDatastoreTx - Variable in class org.b3log.latke.repository.gae.GAETransaction
Underlying Google App Engine transaction.
asyncMemcacheService - Variable in class org.b3log.latke.cache.gae.Memcache
Asynchronous memcache service.

B

beginTransaction() - Method in class org.b3log.latke.repository.gae.GAERepository
 

C

collect() - Method in class org.b3log.latke.cache.gae.Memcache
 
commit() - Method in class org.b3log.latke.repository.gae.GAETransaction
Commits this transaction with 3 times of retries.
COMMIT_RETRIES - Static variable in class org.b3log.latke.repository.gae.GAETransaction
Times of commit retries.
contains(K) - Method in class org.b3log.latke.cache.gae.Memcache
 
count() - Method in class org.b3log.latke.repository.gae.GAERepository
 
count(Query) - Method in class org.b3log.latke.repository.gae.GAERepository
 
createLoginURL(String) - Method in class org.b3log.latke.user.gae.GAEUserService
 
createLogoutURL(String) - Method in class org.b3log.latke.user.gae.GAEUserService
 
createThreadForCurrentRequest(Runnable) - Method in class org.b3log.latke.thread.gae.GAEThreadService
 

D

datastoreService - Variable in class org.b3log.latke.repository.gae.GAERepository
GAE datastore service.
DEFAULT_PARENT_KEY - Static variable in class org.b3log.latke.repository.gae.GAERepository
Default parent key.
DEFAULT_TIMEOUT - Static variable in class org.b3log.latke.urlfetch.gae.GAEURLFetchService
Default fetch timeout, measures in seconds.

E

entity2JSONObject(Entity) - Static method in class org.b3log.latke.repository.gae.GAERepository
Converts the specified entity to a json object.

F

FALSE_INT - Static variable in class org.b3log.latke.cache.gae.Memcache
Integer value for false flag.
fetch(HTTPRequest) - Method in class org.b3log.latke.urlfetch.gae.GAEURLFetchService
 
fetchAsync(HTTPRequest) - Method in class org.b3log.latke.urlfetch.gae.GAEURLFetchService

G

GAE_SUPPORTED_TYPES - Static variable in class org.b3log.latke.repository.gae.GAERepository
GAE datastore supported types.
GAEImageService - Class in org.b3log.latke.image.gae
Google App Engine image service.
GAEImageService() - Constructor for class org.b3log.latke.image.gae.GAEImageService
 
GAEMailService - Class in org.b3log.latke.mail.gae
Google App Engine mail service.
GAEMailService() - Constructor for class org.b3log.latke.mail.gae.GAEMailService
 
GAERepository - Class in org.b3log.latke.repository.gae
Google App Engine repository implementation, wraps The Datastore Java API(Low-level API) of GAE.
GAERepository(String) - Constructor for class org.b3log.latke.repository.gae.GAERepository
Constructs a GAE repository with the specified name.
GAETaskHandle - Class in org.b3log.latke.taskqueue.gae
GAE task handle.
GAETaskHandle(TaskHandle) - Constructor for class org.b3log.latke.taskqueue.gae.GAETaskHandle
Constructs a task handle with the specified GAE task handle.
gaeTaskHandle - Variable in class org.b3log.latke.taskqueue.gae.GAETaskHandle
GAE task handle.
GAETaskQueueService - Class in org.b3log.latke.taskqueue.gae
Google App Engine task queue service.
GAETaskQueueService() - Constructor for class org.b3log.latke.taskqueue.gae.GAETaskQueueService
 
GAEThreadService - Class in org.b3log.latke.thread.gae
Google App Engine thread service.
GAEThreadService() - Constructor for class org.b3log.latke.thread.gae.GAEThreadService
 
GAETransaction - Class in org.b3log.latke.repository.gae
Google App Engine datastore transaction.
GAETransaction(Transaction) - Constructor for class org.b3log.latke.repository.gae.GAETransaction
Constructs a GAETransaction object with the specified Google App Engine datastore transaction.
GAEURLFetchService - Class in org.b3log.latke.urlfetch.gae
Google App Engine URL fetch service.
GAEURLFetchService() - Constructor for class org.b3log.latke.urlfetch.gae.GAEURLFetchService
 
GAEUserService - Class in org.b3log.latke.user.gae
Google App Engine user service.
GAEUserService() - Constructor for class org.b3log.latke.user.gae.GAEUserService
 
genTimeMillisId() - Static method in class org.b3log.latke.repository.gae.GAERepository
Gets current date time string.
get(K) - Method in class org.b3log.latke.cache.gae.Memcache
 
get(String) - Method in class org.b3log.latke.repository.gae.GAERepository
Gets a json object by the specified id with the default parent key.
get(Iterable<String>) - Method in class org.b3log.latke.repository.gae.GAERepository
 
get(Key, String) - Method in class org.b3log.latke.repository.gae.GAERepository
Gets a json object with the specified parent key and id.
get(Query) - Method in class org.b3log.latke.repository.gae.GAERepository
 
get(int, int, int, Set<Projection>, Map<String, SortDirection>, Filter) - Method in class org.b3log.latke.repository.gae.GAERepository
Gets the result object by the specified current page number, page size, page count, sorts, filter.
get(Query, int, int, int) - Method in class org.b3log.latke.repository.gae.GAERepository
Gets result json object by the specified query, current page number, page size, page count.
getCachedBytes() - Method in class org.b3log.latke.cache.gae.Memcache
 
getCachedCount() - Method in class org.b3log.latke.cache.gae.Memcache
 
getCurrentUser(HttpServletRequest) - Method in class org.b3log.latke.user.gae.GAEUserService
 
getEtaMillis() - Method in class org.b3log.latke.taskqueue.gae.GAETaskHandle
 
getHitBytes() - Method in class org.b3log.latke.cache.gae.Memcache
 
getHitCount() - Method in class org.b3log.latke.cache.gae.Memcache
 
getId() - Method in class org.b3log.latke.repository.gae.GAETransaction
 
getMaxCount() - Method in class org.b3log.latke.cache.gae.Memcache
 
getMissCount() - Method in class org.b3log.latke.cache.gae.Memcache
 
getName() - Method in class org.b3log.latke.cache.gae.Memcache
Gets the name of this cache.
getName() - Method in class org.b3log.latke.repository.gae.GAERepository
 
getPutCount() - Method in class org.b3log.latke.cache.gae.Memcache
 
getQueue(String) - Method in class org.b3log.latke.taskqueue.gae.GAETaskQueueService
 
getQueueName() - Method in class org.b3log.latke.taskqueue.gae.GAETaskHandle
 
getRandomly(int) - Method in class org.b3log.latke.repository.gae.GAERepository
 
getRetriedCount() - Method in class org.b3log.latke.taskqueue.gae.GAETaskHandle
 
getStartCursor(int, int, PreparedQuery) - Method in class org.b3log.latke.repository.gae.GAERepository
Gets the end cursor of the specified current page number, page size and the prepared query.
getTaskName() - Method in class org.b3log.latke.taskqueue.gae.GAETaskHandle
 

H

has(String) - Method in class org.b3log.latke.repository.gae.GAERepository
 
hasTransactionBegun() - Method in class org.b3log.latke.repository.gae.GAERepository
 

I

inc(K, long) - Method in class org.b3log.latke.cache.gae.Memcache
 
isActive() - Method in class org.b3log.latke.repository.gae.GAETransaction
 
isUserAdmin(HttpServletRequest) - Method in class org.b3log.latke.user.gae.GAEUserService
 
isUserLoggedIn(HttpServletRequest) - Method in class org.b3log.latke.user.gae.GAEUserService
 
isWritable() - Method in class org.b3log.latke.repository.gae.GAERepository
 

L

LOGGER - Static variable in class org.b3log.latke.cache.gae.Memcache
Logger.
LOGGER - Static variable in class org.b3log.latke.repository.gae.GAERepository
Logger.
LOGGER - Static variable in class org.b3log.latke.repository.gae.GAETransaction
Logger.
LOGGER - Static variable in class org.b3log.latke.taskqueue.gae.GAETaskQueueService
Logger.

M

MAIL_SERVICE - Static variable in class org.b3log.latke.mail.gae.GAEMailService
Mail service.
makeImage(byte[]) - Method in class org.b3log.latke.image.gae.GAEImageService
 
makeImage(List<Image>) - Method in class org.b3log.latke.image.gae.GAEImageService
 
Memcache<K extends Serializable,V extends Serializable> - Class in org.b3log.latke.cache.gae
Memcache(String) - Constructor for class org.b3log.latke.cache.gae.Memcache
Constructs a memcache with the specified name.
memcacheService - Variable in class org.b3log.latke.cache.gae.Memcache
Memcache service.

N

name - Variable in class org.b3log.latke.cache.gae.Memcache
Name of this cache.
name - Variable in class org.b3log.latke.repository.gae.GAERepository
Repository name.

O

org.b3log.latke.cache.gae - package org.b3log.latke.cache.gae
 
org.b3log.latke.image.gae - package org.b3log.latke.image.gae
 
org.b3log.latke.mail.gae - package org.b3log.latke.mail.gae
 
org.b3log.latke.repository.gae - package org.b3log.latke.repository.gae
 
org.b3log.latke.taskqueue.gae - package org.b3log.latke.taskqueue.gae
 
org.b3log.latke.thread.gae - package org.b3log.latke.thread.gae
 
org.b3log.latke.urlfetch.gae - package org.b3log.latke.urlfetch.gae
 
org.b3log.latke.user.gae - package org.b3log.latke.user.gae
 

P

processCompositeFilter(CompositeFilter) - Method in class org.b3log.latke.repository.gae.GAERepository
Converts the specified composite filter to a GAE composite filter.
processPropertyFiler(PropertyFilter) - Method in class org.b3log.latke.repository.gae.GAERepository
Converts the specified property filter to a GAE filter predicate.
put(K, V) - Method in class org.b3log.latke.cache.gae.Memcache
 
putAsync(K, V) - Method in class org.b3log.latke.cache.gae.Memcache
 

Q

QUERY_CHUNK_SIZE - Static variable in class org.b3log.latke.repository.gae.GAERepository
Query chunk size.

R

remove(K) - Method in class org.b3log.latke.cache.gae.Memcache
 
remove(Collection<K>) - Method in class org.b3log.latke.cache.gae.Memcache
 
remove(String) - Method in class org.b3log.latke.repository.gae.GAERepository
Removes a json object by the specified id with the default parent key.
remove(String, String, String) - Method in class org.b3log.latke.repository.gae.GAERepository
Removes.
removeAll() - Method in class org.b3log.latke.cache.gae.Memcache
 
rollback() - Method in class org.b3log.latke.repository.gae.GAETransaction
 

S

send(MailService.Message) - Method in class org.b3log.latke.mail.gae.GAEMailService
 
setMaxCount(long) - Method in class org.b3log.latke.cache.gae.Memcache
 
setProperties(Entity, JSONObject) - Static method in class org.b3log.latke.repository.gae.GAERepository
Sets the properties of the specified entity by the specified json object.
setWritable(boolean) - Method in class org.b3log.latke.repository.gae.GAERepository
 
submit(Runnable, long) - Method in class org.b3log.latke.thread.gae.GAEThreadService
 
SVC - Static variable in class org.b3log.latke.image.gae.GAEImageService
Images service.

T

toGAEHTTPRequest(HTTPRequest) - Static method in class org.b3log.latke.urlfetch.gae.GAEURLFetchService
Converts the specified HTTP request to a Google App Engine HTTP request.
toGAEMailMsg(MailService.Message) - Static method in class org.b3log.latke.mail.gae.GAEMailService
Converts the specified message to a Google App Engine mail message.
toGeneralUser(User) - Static method in class org.b3log.latke.user.gae.GAEUserService
Converts the specified Google App Engine user to a general user.
toHTTPResponse(HTTPResponse) - Static method in class org.b3log.latke.urlfetch.gae.GAEURLFetchService
Converts the specified Google App Engine HTTP response to a HTTP response.
TRUE_INT - Static variable in class org.b3log.latke.cache.gae.Memcache
Integer value for true flag.
TX - Static variable in class org.b3log.latke.repository.gae.GAERepository
The current transaction.

U

update(String, JSONObject) - Method in class org.b3log.latke.repository.gae.GAERepository
Updates a certain json object by the specified id and the specified new json object.
update(String, JSONObject, String, String) - Method in class org.b3log.latke.repository.gae.GAERepository
Updates.
URL_FETCH_SERVICE - Static variable in class org.b3log.latke.urlfetch.gae.GAEURLFetchService
URL fetch service.
USER_SERVICE - Static variable in class org.b3log.latke.user.gae.GAEUserService
URL fetch service.

W

writable - Variable in class org.b3log.latke.repository.gae.GAERepository
Writable?
A B C D E F G H I L M N O P Q R S T U W 

Copyright © 2010–2016 B3log. All rights reserved.