A B C D E F G H I J L M N S _ 

A

addMapStoreFactory(Config, DelegatingMapStoreFactory) - Method in class com.transcordia.platform.hazelcast.HazelcastBootstrap
 
afterExecute(Runnable, Throwable) - Method in class com.transcordia.platform.AsyncExecutorService
 
AsyncExecutorService - Class in com.transcordia.platform
All callbacks to entry listeners will be performed asynchronously using this executor service.
AsyncExecutorService(int) - Constructor for class com.transcordia.platform.AsyncExecutorService
 

B

beforeExecute(Thread, Runnable) - Method in class com.transcordia.platform.AsyncExecutorService
 

C

checkForIndex(String) - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
 
checkServerStatus() - Method in class com.transcordia.platform.elasticsearch.ElasticSearchServer
Wait for the ES server to reach at least YELLOW state.
com.transcordia.platform - package com.transcordia.platform
 
com.transcordia.platform.elasticsearch - package com.transcordia.platform.elasticsearch
 
com.transcordia.platform.hazelcast - package com.transcordia.platform.hazelcast
 
com.transcordia.platform.hazelcast.persistence - package com.transcordia.platform.hazelcast.persistence
 
com.transcordia.platform.hazelcast.persistence.elasticsearch - package com.transcordia.platform.hazelcast.persistence.elasticsearch
 
com.transcordia.platform.hazelcast.persistence.jdbc - package com.transcordia.platform.hazelcast.persistence.jdbc
 
com.transcordia.platform.hazelcast.persistence.simpledb - package com.transcordia.platform.hazelcast.persistence.simpledb
 

D

DelegatingMapStore - Class in com.transcordia.platform.hazelcast.persistence
 
DelegatingMapStore() - Constructor for class com.transcordia.platform.hazelcast.persistence.DelegatingMapStore
 
DelegatingMapStoreFactory - Class in com.transcordia.platform.hazelcast.persistence
The delegating map store adds the ability to tie one or more MapStore implementations to the Hazelcast persistence mechanism.
DelegatingMapStoreFactory() - Constructor for class com.transcordia.platform.hazelcast.persistence.DelegatingMapStoreFactory
 
delete(Object) - Method in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStore
Deletes the entry with a given key from the store.
delete(Object) - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
Deletes the entry with a given key from the store.
delete(Object) - Method in class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
Deletes the entry with a given key from the store.
delete(Object) - Method in class com.transcordia.platform.hazelcast.persistence.jdbc.JDBCMapPersistence
Deletes the entry with a given key from the store.
delete(Object) - Method in class com.transcordia.platform.hazelcast.persistence.NullMapPersistence
Deletes the entry with a given key from the store.
delete(Object) - Method in class com.transcordia.platform.hazelcast.persistence.simpledb.SimpleDBMapPersistence
Deletes the entry with a given key from the store.
deleteAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStore
Deletes multiple entries from the store.
deleteAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
Deletes multiple entries from the store.
deleteAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
Deletes multiple entries from the store.
deleteAll() - Method in class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
 
deleteAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.jdbc.JDBCMapPersistence
Deletes multiple entries from the store.
deleteAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.NullMapPersistence
Deletes multiple entries from the store.
deleteAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.simpledb.SimpleDBMapPersistence
Deletes multiple entries from the store.
deleteRecursively(File) - Method in class com.transcordia.platform.elasticsearch.ElasticSearchServer
 
deleteRecursively(File, boolean) - Method in class com.transcordia.platform.elasticsearch.ElasticSearchServer
Delete the supplied File - for directories, recursively delete any nested directories or files as well.
destroy() - Method in class com.transcordia.platform.hazelcast.HazelcastBootstrap
 
destroy() - Method in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStore
Hazelcast will call this method before shutting down.
destroy() - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
Hazelcast will call this method before shutting down.
destroy() - Method in class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
Hazelcast will call this method before shutting down.
destroy() - Method in class com.transcordia.platform.hazelcast.persistence.jdbc.JDBCMapPersistence
Hazelcast will call this method before shutting down.
destroy() - Method in class com.transcordia.platform.hazelcast.persistence.NullMapPersistence
Hazelcast will call this method before shutting down.
destroy() - Method in class com.transcordia.platform.hazelcast.persistence.simpledb.SimpleDBMapPersistence
Hazelcast will call this method before shutting down.

E

ElasticSearchMapPersistence - Class in com.transcordia.platform.hazelcast.persistence.elasticsearch
 
ElasticSearchMapPersistence() - Constructor for class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
 
ElasticSearchServer - Class in com.transcordia.platform.elasticsearch
 
ElasticSearchServer(Map<String, String>) - Constructor for class com.transcordia.platform.elasticsearch.ElasticSearchServer
 

F

finalize() - Method in class com.transcordia.platform.AsyncExecutorService
 

G

generateConfig() - Method in class com.transcordia.platform.hazelcast.HazelcastBootstrap
 
getClient() - Method in class com.transcordia.platform.elasticsearch.ElasticSearchServer
 
getClusterIPAddresses() - Method in class com.transcordia.platform.hazelcast.HazelcastBootstrap
 
getHazelcast() - Method in class com.transcordia.platform.hazelcast.HazelcastBootstrap
 
getHealthStatus() - Method in class com.transcordia.platform.elasticsearch.ElasticSearchServer
 
getMapStoreFactory() - Method in class com.transcordia.platform.hazelcast.HazelcastBootstrap
 
getValue(Map<String, String>, String) - Static method in class com.transcordia.platform.elasticsearch.ElasticSearchServer
 

H

HazelcastBootstrap - Class in com.transcordia.platform.hazelcast
 
HazelcastBootstrap() - Constructor for class com.transcordia.platform.hazelcast.HazelcastBootstrap
 
HazelcastBootstrap(Client) - Constructor for class com.transcordia.platform.hazelcast.HazelcastBootstrap
 

I

init() - Method in class com.transcordia.platform.hazelcast.HazelcastBootstrap
 
init(HazelcastInstance, Properties, String) - Method in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStore
Initializes this MapLoader implementation.
init(HazelcastInstance, Properties, String) - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
Initializes this MapLoader implementation.
init(HazelcastInstance, Properties, String) - Method in class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
Initializes this MapLoader implementation.
init(HazelcastInstance, Properties, String) - Method in class com.transcordia.platform.hazelcast.persistence.jdbc.JDBCMapPersistence
Initializes this MapLoader implementation.
init(HazelcastInstance, Properties, String) - Method in class com.transcordia.platform.hazelcast.persistence.NullMapPersistence
Initializes this MapLoader implementation.
init(HazelcastInstance, Properties, String) - Method in class com.transcordia.platform.hazelcast.persistence.simpledb.SimpleDBMapPersistence
Initializes this MapLoader implementation.
InMemoryMapPersistence - Class in com.transcordia.platform.hazelcast.persistence
 
InMemoryMapPersistence() - Constructor for class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
 

J

JDBCMapPersistence - Class in com.transcordia.platform.hazelcast.persistence.jdbc
 
JDBCMapPersistence() - Constructor for class com.transcordia.platform.hazelcast.persistence.jdbc.JDBCMapPersistence
 

L

load(Object) - Method in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStore
Loads the value of a given key.
load(Object) - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
Loads the value of a given key.
load(Object) - Method in class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
Loads the value of a given key.
load(Object) - Method in class com.transcordia.platform.hazelcast.persistence.jdbc.JDBCMapPersistence
Loads the value of a given key.
load(Object) - Method in class com.transcordia.platform.hazelcast.persistence.NullMapPersistence
Loads the value of a given key.
load(Object) - Method in class com.transcordia.platform.hazelcast.persistence.simpledb.SimpleDBMapPersistence
Loads the value of a given key.
loadAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStore
Loads given keys.
loadAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
Loads given keys.
loadAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
Loads given keys.
loadAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.jdbc.JDBCMapPersistence
Loads given keys.
loadAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.NullMapPersistence
Loads given keys.
loadAll(Collection) - Method in class com.transcordia.platform.hazelcast.persistence.simpledb.SimpleDBMapPersistence
Loads given keys.
loadAllKeys() - Method in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStore
Loads all of the keys from the store.
loadAllKeys() - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
Loads all of the keys from the store.
loadAllKeys() - Method in class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
Loads all of the keys from the store.
loadAllKeys() - Method in class com.transcordia.platform.hazelcast.persistence.jdbc.JDBCMapPersistence
Loads all of the keys from the store.
loadAllKeys() - Method in class com.transcordia.platform.hazelcast.persistence.NullMapPersistence
Loads all of the keys from the store.
loadAllKeys() - Method in class com.transcordia.platform.hazelcast.persistence.simpledb.SimpleDBMapPersistence
Loads all of the keys from the store.

M

mapParts(String) - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
 
MapPersistence - Interface in com.transcordia.platform.hazelcast.persistence
 
maxOpenFiles(File) - Method in class com.transcordia.platform.elasticsearch.ElasticSearchServer
 

N

newMapStore(String, Properties) - Method in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStoreFactory
 
NullMapPersistence - Class in com.transcordia.platform.hazelcast.persistence
 
NullMapPersistence() - Constructor for class com.transcordia.platform.hazelcast.persistence.NullMapPersistence
 

S

setApplicationContext(ApplicationContext) - Method in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStoreFactory
 
setEsClient(Client) - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
 
setMapStoreFactory(DelegatingMapStoreFactory) - Method in class com.transcordia.platform.hazelcast.HazelcastBootstrap
 
setRecoveryWait(String) - Method in class com.transcordia.platform.elasticsearch.ElasticSearchServer
 
SimpleDBMapPersistence - Class in com.transcordia.platform.hazelcast.persistence.simpledb
 
SimpleDBMapPersistence() - Constructor for class com.transcordia.platform.hazelcast.persistence.simpledb.SimpleDBMapPersistence
 
start() - Method in class com.transcordia.platform.elasticsearch.ElasticSearchServer
 
stop() - Method in class com.transcordia.platform.elasticsearch.ElasticSearchServer
 
store(Object, Object) - Method in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStore
Stores the key-value pair.
store(Object, Object) - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
Stores the key-value pair.
store(Object, Object) - Method in class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
Stores the key-value pair.
store(Object, Object) - Method in class com.transcordia.platform.hazelcast.persistence.jdbc.JDBCMapPersistence
Stores the key-value pair.
store(Object, Object) - Method in class com.transcordia.platform.hazelcast.persistence.NullMapPersistence
Stores the key-value pair.
store(Object, Object) - Method in class com.transcordia.platform.hazelcast.persistence.simpledb.SimpleDBMapPersistence
Stores the key-value pair.
storeAll(Map) - Method in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStore
Stores multiple entries.
storeAll(Map) - Method in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
Stores multiple entries.
storeAll(Map) - Method in class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
Stores multiple entries.
storeAll(Map) - Method in class com.transcordia.platform.hazelcast.persistence.jdbc.JDBCMapPersistence
Stores multiple entries.
storeAll(Map) - Method in class com.transcordia.platform.hazelcast.persistence.NullMapPersistence
Stores multiple entries.
storeAll(Map) - Method in class com.transcordia.platform.hazelcast.persistence.simpledb.SimpleDBMapPersistence
Stores multiple entries.

_

_applicationContext - Variable in class com.transcordia.platform.hazelcast.persistence.DelegatingMapStoreFactory
 
_configuration - Variable in class com.transcordia.platform.elasticsearch.ElasticSearchServer
 
_encoding - Variable in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
 
_esClient - Variable in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
 
_index - Variable in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
 
_store - Variable in class com.transcordia.platform.hazelcast.persistence.InMemoryMapPersistence
 
_type - Variable in class com.transcordia.platform.hazelcast.persistence.elasticsearch.ElasticSearchMapPersistence
 
A B C D E F G H I J L M N S _ 

Copyright © 2015. All rights reserved.