A C D E F G H I J K L M N O P R S T V W 
All Classes All Packages

A

AES - Class in discord4j.store.common
 
AES() - Constructor for class discord4j.store.common.AES
 
AnotherBean() - Constructor for class discord4j.store.tck.StoreTCK.AnotherBean
 

C

ChronicleStore<K extends Comparable<K>,​V extends Serializable> - Class in discord4j.store.chronicle
 
ChronicleStore(Class<K>, Class<V>, boolean) - Constructor for class discord4j.store.chronicle.ChronicleStore
 
ChronicleStore(Class<K>, Class<V>, File) - Constructor for class discord4j.store.chronicle.ChronicleStore
 
ChronicleStore(ChronicleMap<K, V>) - Constructor for class discord4j.store.chronicle.ChronicleStore
 
ChronicleStoreService - Class in discord4j.store.chronicle
 
ChronicleStoreService() - Constructor for class discord4j.store.chronicle.ChronicleStoreService
 
close() - Method in class discord4j.store.chronicle.ChronicleStore
 
close() - Method in class discord4j.store.chronicle.LongChronicleStore
 
compareTo(LongLongTuple2) - Method in class discord4j.store.api.util.LongLongTuple2
 
compareTo(LongObjTuple2<T>) - Method in class discord4j.store.api.util.LongObjTuple2
 
convert(LongLongTuple2) - Static method in class discord4j.store.api.util.LongLongTuple2
Converts a LongLongTuple2 to a Tuple2.
convert(LongObjTuple2<T>) - Static method in class discord4j.store.api.util.LongObjTuple2
Converts a LongObjTuple2 to a Tuple2.
count() - Method in class discord4j.store.api.noop.NoOpStore
 
count() - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
count() - Method in class discord4j.store.api.primitive.ForwardingStore
 
count() - Method in interface discord4j.store.api.Store
Retrieves the amount of stored values in the data source currently.
count() - Method in class discord4j.store.chronicle.ChronicleStore
 
count() - Method in class discord4j.store.chronicle.LongChronicleStore
 
count() - Method in class discord4j.store.jdk.JdkStore
 
count() - Method in class discord4j.store.redis.RedisStore
 

D

decodeKey(ByteBuffer) - Method in class discord4j.store.redis.SecureSerializedObjectCodec
 
decodeKey(ByteBuffer) - Method in class discord4j.store.redis.SerializedObjectCodec
 
decodeValue(ByteBuffer) - Method in class discord4j.store.redis.SecureSerializedObjectCodec
 
decodeValue(ByteBuffer) - Method in class discord4j.store.redis.SerializedObjectCodec
 
decrypt(byte[], SecretKey) - Static method in class discord4j.store.common.AES
 
delete(long) - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
delete(long) - Method in class discord4j.store.api.primitive.ForwardingStore
 
delete(long) - Method in interface discord4j.store.api.primitive.LongObjStore
Deletes a value associated with the provided id.
delete(long) - Method in class discord4j.store.chronicle.LongChronicleStore
 
delete(Long) - Method in class discord4j.store.api.primitive.ForwardingStore
 
delete(Long) - Method in interface discord4j.store.api.primitive.LongObjStore
 
delete(K) - Method in class discord4j.store.api.noop.NoOpStore
 
delete(K) - Method in interface discord4j.store.api.Store
Deletes a value associated with the provided id.
delete(K) - Method in class discord4j.store.chronicle.ChronicleStore
 
delete(K) - Method in class discord4j.store.jdk.JdkStore
 
delete(K) - Method in class discord4j.store.redis.RedisStore
 
delete(Publisher<Long>) - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
delete(Publisher<Long>) - Method in class discord4j.store.api.primitive.ForwardingStore
 
delete(Publisher<Long>) - Method in interface discord4j.store.api.primitive.LongObjStore
 
delete(Publisher<Long>) - Method in class discord4j.store.chronicle.LongChronicleStore
 
delete(Publisher<K>) - Method in class discord4j.store.api.noop.NoOpStore
 
delete(Publisher<K>) - Method in interface discord4j.store.api.Store
Deletes the values associated with the provided ids.
delete(Publisher<K>) - Method in class discord4j.store.chronicle.ChronicleStore
 
delete(Publisher<K>) - Method in class discord4j.store.jdk.JdkStore
 
delete(Publisher<K>) - Method in class discord4j.store.redis.RedisStore
 
deleteAll() - Method in class discord4j.store.api.noop.NoOpStore
 
deleteAll() - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
deleteAll() - Method in class discord4j.store.api.primitive.ForwardingStore
 
deleteAll() - Method in interface discord4j.store.api.Store
Deletes all entries in the data source.
deleteAll() - Method in class discord4j.store.chronicle.ChronicleStore
 
deleteAll() - Method in class discord4j.store.chronicle.LongChronicleStore
 
deleteAll() - Method in class discord4j.store.jdk.JdkStore
 
deleteAll() - Method in class discord4j.store.redis.RedisStore
 
deleteInRange(long, long) - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
deleteInRange(long, long) - Method in class discord4j.store.api.primitive.ForwardingStore
 
deleteInRange(long, long) - Method in interface discord4j.store.api.primitive.LongObjStore
Deletes values within a range of ids.
deleteInRange(long, long) - Method in class discord4j.store.chronicle.LongChronicleStore
 
deleteInRange(Long, Long) - Method in class discord4j.store.api.primitive.ForwardingStore
 
deleteInRange(Long, Long) - Method in interface discord4j.store.api.primitive.LongObjStore
 
deleteInRange(K, K) - Method in class discord4j.store.api.noop.NoOpStore
 
deleteInRange(K, K) - Method in interface discord4j.store.api.Store
Deletes values within a range of ids.
deleteInRange(K, K) - Method in class discord4j.store.chronicle.ChronicleStore
 
deleteInRange(K, K) - Method in class discord4j.store.jdk.JdkStore
 
deleteInRange(K, K) - Method in class discord4j.store.redis.RedisStore
 
discord4j.store.api - package discord4j.store.api
 
discord4j.store.api.noop - package discord4j.store.api.noop
 
discord4j.store.api.noop.primitive - package discord4j.store.api.noop.primitive
 
discord4j.store.api.primitive - package discord4j.store.api.primitive
 
discord4j.store.api.service - package discord4j.store.api.service
 
discord4j.store.api.util - package discord4j.store.api.util
 
discord4j.store.chronicle - package discord4j.store.chronicle
 
discord4j.store.common - package discord4j.store.common
 
discord4j.store.jdk - package discord4j.store.jdk
 
discord4j.store.redis - package discord4j.store.redis
 
discord4j.store.tck - package discord4j.store.tck
 
dispose() - Method in class discord4j.store.api.noop.NoOpStoreService
 
dispose() - Method in class discord4j.store.api.primitive.ForwardingStoreService
 
dispose() - Method in interface discord4j.store.api.service.StoreService
This is a lifecycle method called to signal that a store should dispose of any resources due to an abrupt close (hard reconnect or disconnect).
dispose() - Method in class discord4j.store.chronicle.ChronicleStoreService
 
dispose() - Method in class discord4j.store.jdk.JdkStoreService
 
dispose() - Method in class discord4j.store.redis.RedisStoreService
 

E

encodeKey(Object) - Method in class discord4j.store.redis.SecureSerializedObjectCodec
 
encodeKey(Object) - Method in class discord4j.store.redis.SerializedObjectCodec
 
encodeValue(Object) - Method in class discord4j.store.redis.SecureSerializedObjectCodec
 
encodeValue(Object) - Method in class discord4j.store.redis.SerializedObjectCodec
 
encrypt(byte[], SecretKey) - Static method in class discord4j.store.common.AES
 
entries() - Method in class discord4j.store.api.primitive.ForwardingStore
 
entries() - Method in interface discord4j.store.api.primitive.LongObjStore
 
entries() - Method in interface discord4j.store.api.Store
Gets a stream of all entries in the data source.
entries() - Method in class discord4j.store.jdk.JdkStore
 
equals(Object) - Method in class discord4j.store.api.util.LongLongTuple2
 
equals(Object) - Method in class discord4j.store.api.util.LongObjTuple2
 
equals(Object) - Method in class discord4j.store.tck.SampleBean
 
equals(Object) - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
equals(Object) - Method in class discord4j.store.tck.StoreTCK.TestBean
 

F

find(long) - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
find(long) - Method in class discord4j.store.api.primitive.ForwardingStore
 
find(long) - Method in interface discord4j.store.api.primitive.LongObjStore
Attempts to find the value associated with the provided id.
find(long) - Method in class discord4j.store.chronicle.LongChronicleStore
 
find(Long) - Method in class discord4j.store.api.primitive.ForwardingStore
 
find(Long) - Method in interface discord4j.store.api.primitive.LongObjStore
 
find(K) - Method in class discord4j.store.api.noop.NoOpStore
 
find(K) - Method in interface discord4j.store.api.Store
Attempts to find the value associated with the provided id.
find(K) - Method in class discord4j.store.chronicle.ChronicleStore
 
find(K) - Method in class discord4j.store.jdk.JdkStore
 
find(K) - Method in class discord4j.store.redis.RedisStore
 
findInRange(long, long) - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
findInRange(long, long) - Method in class discord4j.store.api.primitive.ForwardingStore
 
findInRange(long, long) - Method in interface discord4j.store.api.primitive.LongObjStore
Retrieves all stored values with ids within a provided range.
findInRange(long, long) - Method in class discord4j.store.chronicle.LongChronicleStore
 
findInRange(Long, Long) - Method in class discord4j.store.api.primitive.ForwardingStore
 
findInRange(Long, Long) - Method in interface discord4j.store.api.primitive.LongObjStore
 
findInRange(K, K) - Method in class discord4j.store.api.noop.NoOpStore
 
findInRange(K, K) - Method in interface discord4j.store.api.Store
Retrieves all stored values with ids within a provided range.
findInRange(K, K) - Method in class discord4j.store.chronicle.ChronicleStore
 
findInRange(K, K) - Method in class discord4j.store.jdk.JdkStore
 
findInRange(K, K) - Method in class discord4j.store.redis.RedisStore
 
forEach(Consumer<? super O>) - Method in class discord4j.store.api.util.MappingIterable
 
ForwardingStore<V extends Serializable> - Class in discord4j.store.api.primitive
An implementation of LongObjStore which is a data connection that delegates to another, generic one.
ForwardingStore(Store<Long, V>) - Constructor for class discord4j.store.api.primitive.ForwardingStore
Constructs the data connection.
ForwardingStoreService - Class in discord4j.store.api.primitive
An implementation of StoreService which creates primitive stores which delegate to another, generic store.
ForwardingStoreService(StoreService) - Constructor for class discord4j.store.api.primitive.ForwardingStoreService
Constructs the service.
from(Tuple2<Long, Long>) - Static method in class discord4j.store.api.util.LongLongTuple2
Converts a Tuple2 to a LongLongTuple2.
from(Tuple2<Long, T>) - Static method in class discord4j.store.api.util.LongObjTuple2
Converts a Tuple2 to a LongObjTuple2.

G

get() - Method in class discord4j.store.api.util.Lazy
Gets the inner object.
get(int) - Method in class discord4j.store.api.util.LongLongTuple2
Get the object at the given index.
get(int) - Method in class discord4j.store.api.util.LongObjTuple2
Get the object at the given index.
getBean() - Static method in class discord4j.store.tck.StoreTCK.TestBean
 
getFileName() - Method in class discord4j.store.tck.SampleBean
 
getHeight() - Method in class discord4j.store.tck.SampleBean
 
getId() - Method in class discord4j.store.tck.SampleBean
 
getLongObjStore(Class<V>) - Method in class discord4j.store.tck.StoreTCK
Gets a long store.
getMap() - Method in class discord4j.store.jdk.JdkStore
 
getMessageClass() - Method in class discord4j.store.api.util.StoreContext
This gets the message class used by the client.
getObjObjStore(Class<K>, Class<V>) - Method in class discord4j.store.tck.StoreTCK
Gets a generic store.
getOriginal() - Method in class discord4j.store.api.primitive.ForwardingStore
Gets the original, generic data connection.
getOriginal() - Method in class discord4j.store.api.primitive.ForwardingStoreService
Gets the original, generic capable, service.
getProxyUrl() - Method in class discord4j.store.tck.SampleBean
 
getSecretKey(String) - Static method in class discord4j.store.common.AES
 
getShard() - Method in class discord4j.store.api.util.StoreContext
This gets the shard index which the client is currently operating on.
getSize() - Method in class discord4j.store.tck.SampleBean
 
getSomeInt() - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
getSomeInt() - Method in class discord4j.store.tck.StoreTCK.TestBean
 
getSomeLong() - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
getSomeLong() - Method in class discord4j.store.tck.StoreTCK.TestBean
 
getSomeLongArray() - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
getSomeLongArray() - Method in class discord4j.store.tck.StoreTCK.TestBean
 
getSomeLongObject() - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
getSomeLongObject() - Method in class discord4j.store.tck.StoreTCK.TestBean
 
getSomeObject() - Method in class discord4j.store.tck.StoreTCK.TestBean
 
getSomeString() - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
getSomeString() - Method in class discord4j.store.tck.StoreTCK.TestBean
 
getStoreService() - Method in class discord4j.store.api.service.StoreServiceLoader
Gets the StoreService implementation to use.
getStoreService() - Method in class discord4j.store.tck.StoreTCK
Gets the StoreService instance to test compatibility for.
getStoreService() - Method in class discord4j.store.tck.StoreVerification
 
getT1() - Method in class discord4j.store.api.util.LongLongTuple2
Type-safe way to get the fist object of this Tuples.
getT1() - Method in class discord4j.store.api.util.LongObjTuple2
Type-safe way to get the fist object of this Tuples.
getT2() - Method in class discord4j.store.api.util.LongLongTuple2
Type-safe way to get the second object of this Tuples.
getT2() - Method in class discord4j.store.api.util.LongObjTuple2
Type-safe way to get the second object of this Tuples.
getUrl() - Method in class discord4j.store.tck.SampleBean
 
getWidth() - Method in class discord4j.store.tck.SampleBean
 

H

hasGenericStores() - Method in class discord4j.store.api.noop.NoOpStoreService
 
hasGenericStores() - Method in class discord4j.store.api.primitive.ForwardingStoreService
 
hasGenericStores() - Method in interface discord4j.store.api.service.StoreService
This is used to check if this service can provide generic stores.
hasGenericStores() - Method in class discord4j.store.chronicle.ChronicleStoreService
 
hasGenericStores() - Method in class discord4j.store.jdk.JdkStoreService
 
hasGenericStores() - Method in class discord4j.store.redis.RedisStoreService
 
hashCode() - Method in class discord4j.store.api.util.LongLongTuple2
 
hashCode() - Method in class discord4j.store.api.util.LongObjTuple2
 
hashCode() - Method in class discord4j.store.tck.SampleBean
 
hashCode() - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
hashCode() - Method in class discord4j.store.tck.StoreTCK.TestBean
 
hasLongObjStores() - Method in class discord4j.store.api.noop.NoOpStoreService
 
hasLongObjStores() - Method in class discord4j.store.api.primitive.ForwardingStoreService
 
hasLongObjStores() - Method in interface discord4j.store.api.service.StoreService
This is used to check if this service can provide long-object stores.
hasLongObjStores() - Method in class discord4j.store.chronicle.ChronicleStoreService
 
hasLongObjStores() - Method in class discord4j.store.jdk.JdkStoreService
 
hasLongObjStores() - Method in class discord4j.store.redis.RedisStoreService
 

I

init(StoreContext) - Method in class discord4j.store.api.noop.NoOpStoreService
 
init(StoreContext) - Method in class discord4j.store.api.primitive.ForwardingStoreService
 
init(StoreContext) - Method in interface discord4j.store.api.service.StoreService
This is a lifecycle method called to signal that a store should allocate any necessary resources.
init(StoreContext) - Method in class discord4j.store.chronicle.ChronicleStoreService
 
init(StoreContext) - Method in class discord4j.store.jdk.JdkStoreService
 
init(StoreContext) - Method in class discord4j.store.redis.RedisStoreService
 
invalidate() - Method in class discord4j.store.api.noop.NoOpStore
 
invalidate() - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
invalidate() - Method in class discord4j.store.api.primitive.ForwardingStore
 
invalidate() - Method in interface discord4j.store.api.Store
Invalidates the contents of the store.
invalidate() - Method in class discord4j.store.chronicle.ChronicleStore
 
invalidate() - Method in class discord4j.store.chronicle.LongChronicleStore
 
invalidate() - Method in class discord4j.store.jdk.JdkStore
 
invalidate() - Method in class discord4j.store.redis.RedisStore
 
isOriginal() - Method in class discord4j.store.tck.StoreTCK.TestBean
 
isSomeBoolean() - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
isSomeBoolean() - Method in class discord4j.store.tck.StoreTCK.TestBean
 
iterator() - Method in class discord4j.store.api.util.LongLongTuple2
 
iterator() - Method in class discord4j.store.api.util.LongObjTuple2
 
iterator() - Method in class discord4j.store.api.util.MappingIterable
 

J

JdkStore<K extends Comparable<K>,​V extends Serializable> - Class in discord4j.store.jdk
 
JdkStore(boolean) - Constructor for class discord4j.store.jdk.JdkStore
 
JdkStore(Map<K, V>) - Constructor for class discord4j.store.jdk.JdkStore
 
JdkStoreService - Class in discord4j.store.jdk
 
JdkStoreService() - Constructor for class discord4j.store.jdk.JdkStoreService
 

K

keys() - Method in class discord4j.store.api.noop.NoOpStore
 
keys() - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
keys() - Method in class discord4j.store.api.primitive.ForwardingStore
 
keys() - Method in interface discord4j.store.api.Store
Gets a stream of all keys in the data source.
keys() - Method in class discord4j.store.chronicle.ChronicleStore
 
keys() - Method in class discord4j.store.chronicle.LongChronicleStore
 
keys() - Method in class discord4j.store.jdk.JdkStore
 
keys() - Method in class discord4j.store.redis.RedisStore
 

L

Lazy<T> - Class in discord4j.store.api.util
A wrapper which lazily-initializes an object using the given supplier.
Lazy(Supplier<T>) - Constructor for class discord4j.store.api.util.Lazy
 
LongChronicleStore<V extends Serializable> - Class in discord4j.store.chronicle
 
LongChronicleStore(Class<V>, boolean) - Constructor for class discord4j.store.chronicle.LongChronicleStore
 
LongChronicleStore(Class<V>, File) - Constructor for class discord4j.store.chronicle.LongChronicleStore
 
LongChronicleStore(ChronicleMap<LongValue, V>) - Constructor for class discord4j.store.chronicle.LongChronicleStore
 
LongLongTuple2 - Class in discord4j.store.api.util
Copy of Reactor's Tuple2 but accepting two longs.
longObjEntries() - Method in class discord4j.store.api.primitive.ForwardingStore
 
longObjEntries() - Method in interface discord4j.store.api.primitive.LongObjStore
Gets a stream of all entries in the data source.
LongObjStore<V extends Serializable> - Interface in discord4j.store.api.primitive
This provides an active data connection to a store's data source.
LongObjTuple2<T> - Class in discord4j.store.api.util
Copy of Reactor's Tuple2 but accepting a long as the first object.

M

main(String[]) - Static method in class discord4j.store.common.SecretKeyGenerator
 
map() - Method in class discord4j.store.tck.StoreTCK
 
MappingIterable<I,​O> - Class in discord4j.store.api.util
This class is an iterable which lazily maps an input type to an output type from a provided iterable.
MappingIterable(Function<I, O>, Iterable<I>) - Constructor for class discord4j.store.api.util.MappingIterable
Constructs a mapping iterable.

N

newGenericStore(Class<K>, Class<V>) - Method in class discord4j.store.api.service.StoreServiceLoader
Generates a new generic store instance from the most appropriate service.
newLongObjStore(Class<V>) - Method in class discord4j.store.api.service.StoreServiceLoader
Generates a new long-object store instance from the most appropriate service.
NoOpLongObjStore<V extends Serializable> - Class in discord4j.store.api.noop.primitive
Data connection implementation which does nothing.
NoOpLongObjStore() - Constructor for class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
NoOpStore<K extends Comparable<K>,​V extends Serializable> - Class in discord4j.store.api.noop
Data connection implementation which does nothing.
NoOpStore() - Constructor for class discord4j.store.api.noop.NoOpStore
 
NoOpStoreService - Class in discord4j.store.api.noop
Service which provides stores that do nothing.
NoOpStoreService() - Constructor for class discord4j.store.api.noop.NoOpStoreService
 

O

of(long, long) - Static method in class discord4j.store.api.util.LongLongTuple2
Create a LongLongTuple2 with the given objects.
of(long, T) - Static method in class discord4j.store.api.util.LongObjTuple2
Create a LongObjTuple2 with the given objects.
order() - Method in class discord4j.store.api.noop.NoOpStoreService
 
order() - Method in class discord4j.store.api.primitive.ForwardingStoreService
 
order() - Method in interface discord4j.store.api.service.StoreService
Returns an arbitrary order for this service.

P

provideGenericStore(Class<K>, Class<V>) - Method in class discord4j.store.api.noop.NoOpStoreService
 
provideGenericStore(Class<K>, Class<V>) - Method in class discord4j.store.api.primitive.ForwardingStoreService
 
provideGenericStore(Class<K>, Class<V>) - Method in interface discord4j.store.api.service.StoreService
This is called to provide a new store instance for the provided configuration.
provideGenericStore(Class<K>, Class<V>) - Method in class discord4j.store.chronicle.ChronicleStoreService
 
provideGenericStore(Class<K>, Class<V>) - Method in class discord4j.store.jdk.JdkStoreService
 
provideGenericStore(Class<K>, Class<V>) - Method in class discord4j.store.redis.RedisStoreService
 
provideLongObjStore(Class<V>) - Method in class discord4j.store.api.noop.NoOpStoreService
 
provideLongObjStore(Class<V>) - Method in class discord4j.store.api.primitive.ForwardingStoreService
 
provideLongObjStore(Class<V>) - Method in interface discord4j.store.api.service.StoreService
This is called to provide a new store instance with a long key and object values.
provideLongObjStore(Class<V>) - Method in class discord4j.store.chronicle.ChronicleStoreService
 
provideLongObjStore(Class<V>) - Method in class discord4j.store.jdk.JdkStoreService
 
provideLongObjStore(Class<V>) - Method in class discord4j.store.redis.RedisStoreService
 

R

randomBean() - Method in class discord4j.store.tck.StoreTCK
 
RedisStore<K extends Comparable<K>,​V extends Serializable> - Class in discord4j.store.redis
 
RedisStore(RedisClient, String) - Constructor for class discord4j.store.redis.RedisStore
 
RedisStoreService - Class in discord4j.store.redis
 
RedisStoreService() - Constructor for class discord4j.store.redis.RedisStoreService
 

S

SampleBean - Class in discord4j.store.tck
 
SampleBean() - Constructor for class discord4j.store.tck.SampleBean
 
save(Long, V) - Method in class discord4j.store.api.primitive.ForwardingStore
 
save(Long, V) - Method in interface discord4j.store.api.primitive.LongObjStore
 
save(K, V) - Method in class discord4j.store.api.noop.NoOpStore
 
save(K, V) - Method in interface discord4j.store.api.Store
Stores a key value pair.
save(K, V) - Method in class discord4j.store.chronicle.ChronicleStore
 
save(K, V) - Method in class discord4j.store.jdk.JdkStore
 
save(K, V) - Method in class discord4j.store.redis.RedisStore
 
save(Publisher<Tuple2<Long, V>>) - Method in class discord4j.store.api.primitive.ForwardingStore
 
save(Publisher<Tuple2<Long, V>>) - Method in interface discord4j.store.api.primitive.LongObjStore
 
save(Publisher<Tuple2<K, V>>) - Method in class discord4j.store.api.noop.NoOpStore
 
save(Publisher<Tuple2<K, V>>) - Method in interface discord4j.store.api.Store
Stores key value pairs.
save(Publisher<Tuple2<K, V>>) - Method in class discord4j.store.chronicle.ChronicleStore
 
save(Publisher<Tuple2<K, V>>) - Method in class discord4j.store.jdk.JdkStore
 
save(Publisher<Tuple2<K, V>>) - Method in class discord4j.store.redis.RedisStore
 
saveWithLong(long, V) - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
saveWithLong(long, V) - Method in class discord4j.store.api.primitive.ForwardingStore
 
saveWithLong(long, V) - Method in interface discord4j.store.api.primitive.LongObjStore
Stores a key value pair.
saveWithLong(long, V) - Method in class discord4j.store.chronicle.LongChronicleStore
 
saveWithLong(Publisher<LongObjTuple2<V>>) - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
saveWithLong(Publisher<LongObjTuple2<V>>) - Method in class discord4j.store.api.primitive.ForwardingStore
 
saveWithLong(Publisher<LongObjTuple2<V>>) - Method in interface discord4j.store.api.primitive.LongObjStore
Stores key value pairs.
saveWithLong(Publisher<LongObjTuple2<V>>) - Method in class discord4j.store.chronicle.LongChronicleStore
 
SecretKeyGenerator - Class in discord4j.store.common
 
SecretKeyGenerator() - Constructor for class discord4j.store.common.SecretKeyGenerator
 
SecureSerializedObjectCodec - Class in discord4j.store.redis
 
SecureSerializedObjectCodec(SecretKey) - Constructor for class discord4j.store.redis.SecureSerializedObjectCodec
 
SerializedObjectCodec - Class in discord4j.store.redis
 
SerializedObjectCodec() - Constructor for class discord4j.store.redis.SerializedObjectCodec
 
setFileName(String) - Method in class discord4j.store.tck.SampleBean
 
setHeight(Integer) - Method in class discord4j.store.tck.SampleBean
 
setId(long) - Method in class discord4j.store.tck.SampleBean
 
setProxyUrl(String) - Method in class discord4j.store.tck.SampleBean
 
setSize(int) - Method in class discord4j.store.tck.SampleBean
 
setSomeBoolean(boolean) - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
setSomeBoolean(boolean) - Method in class discord4j.store.tck.StoreTCK.TestBean
 
setSomeInt(int) - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
setSomeInt(int) - Method in class discord4j.store.tck.StoreTCK.TestBean
 
setSomeLong(long) - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
setSomeLong(long) - Method in class discord4j.store.tck.StoreTCK.TestBean
 
setSomeLongArray(long[]) - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
setSomeLongArray(long[]) - Method in class discord4j.store.tck.StoreTCK.TestBean
 
setSomeLongObject(Long) - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
setSomeLongObject(Long) - Method in class discord4j.store.tck.StoreTCK.TestBean
 
setSomeObject(StoreTCK.AnotherBean) - Method in class discord4j.store.tck.StoreTCK.TestBean
 
setSomeString(String) - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
setSomeString(String) - Method in class discord4j.store.tck.StoreTCK.TestBean
 
setUrl(String) - Method in class discord4j.store.tck.SampleBean
 
setWidth(Integer) - Method in class discord4j.store.tck.SampleBean
 
size() - Method in class discord4j.store.api.util.LongLongTuple2
Return the number of elements in this Tuples.
size() - Method in class discord4j.store.api.util.LongObjTuple2
Return the number of elements in this Tuples.
spliterator() - Method in class discord4j.store.api.util.MappingIterable
 
Store<K extends Comparable<K>,​V extends Serializable> - Interface in discord4j.store.api
This provides an active data connection to a store's data source.
StoreContext - Class in discord4j.store.api.util
This is a simple context object, containing various information about the environment the store is being invoked in.
StoreContext(int, Class<?>) - Constructor for class discord4j.store.api.util.StoreContext
 
StoreService - Interface in discord4j.store.api.service
This represents a java service which provides stores.
StoreServiceLoader - Class in discord4j.store.api.service
A factory-esque object which provides save objects from StoreServices.
StoreServiceLoader() - Constructor for class discord4j.store.api.service.StoreServiceLoader
Creates a reusable instance of the provider, service discovery occurs at this point!
StoreServiceLoader(Map<Class<? extends StoreService>, Integer>) - Constructor for class discord4j.store.api.service.StoreServiceLoader
Creates a reusable instance of the provider, service discovery occurs at this point!
StoreTCK - Class in discord4j.store.tck
Extend this class and provide your StoreService implementation.
StoreTCK() - Constructor for class discord4j.store.tck.StoreTCK
 
StoreTCK.AnotherBean - Class in discord4j.store.tck
 
StoreTCK.TestBean - Class in discord4j.store.tck
 
StoreVerification - Class in discord4j.store.tck
 
StoreVerification() - Constructor for class discord4j.store.tck.StoreVerification
 

T

tckEntryPoint() - Method in class discord4j.store.tck.StoreTCK
 
test(T) - Method in class discord4j.store.api.util.WithinRangePredicate
 
TestBean() - Constructor for class discord4j.store.tck.StoreTCK.TestBean
 
testKeyValueSave() - Method in class discord4j.store.tck.StoreVerification
 
toArray() - Method in class discord4j.store.api.util.LongLongTuple2
Turn this Tuples into a plain Object array.
toArray() - Method in class discord4j.store.api.util.LongObjTuple2
Turn this Tuples into a plain Object array.
toList() - Method in class discord4j.store.api.util.LongLongTuple2
Turn this Tuples into a plain Object list.
toList() - Method in class discord4j.store.api.util.LongObjTuple2
Turn this Tuples into a plain Object list.
toString() - Method in class discord4j.store.api.primitive.ForwardingStore
 
toString() - Method in class discord4j.store.api.util.LongLongTuple2
A Tuple String representation is the comma separated list of values, enclosed in square brackets.
toString() - Method in class discord4j.store.api.util.LongObjTuple2
A Tuple String representation is the comma separated list of values, enclosed in square brackets.
toString() - Method in class discord4j.store.jdk.JdkStore
 
toString() - Method in class discord4j.store.tck.StoreTCK.AnotherBean
 
toString() - Method in class discord4j.store.tck.StoreTCK.TestBean
 

V

values() - Method in class discord4j.store.api.noop.NoOpStore
 
values() - Method in class discord4j.store.api.noop.primitive.NoOpLongObjStore
 
values() - Method in class discord4j.store.api.primitive.ForwardingStore
 
values() - Method in interface discord4j.store.api.Store
Gets a stream of all values in the data source.
values() - Method in class discord4j.store.chronicle.ChronicleStore
 
values() - Method in class discord4j.store.chronicle.LongChronicleStore
 
values() - Method in class discord4j.store.jdk.JdkStore
 
values() - Method in class discord4j.store.redis.RedisStore
 

W

WithinRangePredicate<T extends Comparable<T>> - Class in discord4j.store.api.util
This is a predicate implementation which tests whether a provided object is within range of the starting and ending objects.
WithinRangePredicate(T, T) - Constructor for class discord4j.store.api.util.WithinRangePredicate
Constructs the predicate.
A C D E F G H I J K L M N O P R S T V W 
All Classes All Packages