Python Client for Oracle Coherence. v2.0.0
Installation
Sessions
Caches
Near Caches
The Basics
Querying
Aggregation
Entry Processing
Events
Serialization
Python Client API Reference for Oracle Coherence
Python Client for Oracle Coherence. v2.0.0
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
_
__init__() (coherence.aggregator.AbstractComparableAggregator method)
(coherence.aggregator.AbstractDoubleAggregator method)
(coherence.aggregator.AverageAggregator method)
(coherence.aggregator.CompositeAggregator method)
(coherence.aggregator.CountAggregator method)
(coherence.aggregator.DistinctValuesAggregator method)
(coherence.aggregator.EntryAggregator method)
(coherence.aggregator.GroupAggregator method)
(coherence.aggregator.MaxAggregator method)
(coherence.aggregator.MinAggregator method)
(coherence.aggregator.PriorityAggregator method)
(coherence.aggregator.QueryRecorder method)
(coherence.aggregator.ReducerAggregator method)
(coherence.aggregator.SumAggregator method)
(coherence.aggregator.TopAggregator method)
(coherence.ai.BinaryQuantIndex method)
(coherence.ai.BitVector method)
(coherence.ai.ByteVector method)
(coherence.ai.CosineDistance method)
(coherence.ai.DistanceAlgorithm method)
(coherence.ai.DocumentChunk method)
(coherence.ai.FloatVector method)
(coherence.ai.InnerProductDistance method)
(coherence.ai.L2SquaredDistance method)
(coherence.ai.QueryResult method)
(coherence.ai.SimilaritySearch method)
(coherence.ai.Vector method)
(coherence.CacheOptions method)
(coherence.event.MapListener method)
(coherence.extractor.AbstractCompositeExtractor method)
(coherence.extractor.ChainedExtractor method)
(coherence.extractor.CompositeUpdater method)
(coherence.extractor.IdentityExtractor method)
(coherence.extractor.UniversalExtractor method)
(coherence.extractor.UniversalUpdater method)
(coherence.extractor.ValueExtractor method)
(coherence.extractor.ValueManipulator method)
(coherence.extractor.ValueUpdater method)
(coherence.filter.AllFilter method)
(coherence.filter.AlwaysFilter method)
(coherence.filter.AndFilter method)
(coherence.filter.AnyFilter method)
(coherence.filter.ArrayFilter method)
(coherence.filter.BetweenFilter method)
(coherence.filter.ComparisonFilter method)
(coherence.filter.ContainsAllFilter method)
(coherence.filter.ContainsAnyFilter method)
(coherence.filter.ContainsFilter method)
(coherence.filter.EqualsFilter method)
(coherence.filter.ExtractorFilter method)
(coherence.filter.GreaterEqualsFilter method)
(coherence.filter.GreaterFilter method)
(coherence.filter.InFilter method)
(coherence.filter.IsNoneFilter method)
(coherence.filter.IsNotNoneFilter method)
(coherence.filter.LessFilter method)
(coherence.filter.LikeFilter method)
(coherence.filter.MapEventFilter method)
(coherence.filter.NeverFilter method)
(coherence.filter.NotEqualsFilter method)
(coherence.filter.NotFilter method)
(coherence.filter.OrFilter method)
(coherence.filter.PredicateFilter method)
(coherence.filter.PresentFilter method)
(coherence.filter.RegexFilter method)
(coherence.filter.XorFilter method)
(coherence.NearCacheOptions method)
(coherence.Options method)
(coherence.processor.CompositeProcessor method)
(coherence.processor.ConditionalProcessor method)
(coherence.processor.ConditionalPut method)
(coherence.processor.ConditionalPutAll method)
(coherence.processor.ConditionalRemove method)
(coherence.processor.EntryProcessor method)
(coherence.processor.ExtractorProcessor method)
(coherence.processor.MethodInvocationProcessor method)
(coherence.processor.NullProcessor method)
(coherence.processor.NumberIncrementor method)
(coherence.processor.NumberMultiplier method)
(coherence.processor.PreloadRequest method)
(coherence.processor.PropertyManipulator method)
(coherence.processor.PropertyProcessor method)
(coherence.processor.ScriptProcessor method)
(coherence.processor.TouchProcessor method)
(coherence.processor.UpdaterProcessor method)
(coherence.processor.VersionedPut method)
(coherence.processor.VersionedPutAll method)
(coherence.Session method)
(coherence.TlsOptions method)
A
AbstractComparableAggregator (class in coherence.aggregator)
AbstractCompositeExtractor (class in coherence.extractor)
AbstractDoubleAggregator (class in coherence.aggregator)
add_index() (coherence.NamedMap method)
add_map_listener() (coherence.NamedMap method)
address (coherence.Options property)
aggregate() (coherence.NamedMap method)
Aggregators (class in coherence)
(class in coherence.aggregator)
ALL (coherence.filter.MapEventFilter attribute)
all() (coherence.filter.Filters static method)
(coherence.Filters static method)
AllFilter (class in coherence.filter)
always() (coherence.filter.Filters static method)
(coherence.Filters static method)
AlwaysFilter (class in coherence.filter)
And() (coherence.filter.Filter method)
and_then() (coherence.aggregator.EntryAggregator method)
(coherence.extractor.ValueExtractor method)
(coherence.processor.CompositeProcessor method)
(coherence.processor.EntryProcessor method)
AndFilter (class in coherence.filter)
any() (coherence.filter.Filters static method)
(coherence.Filters static method)
AnyFilter (class in coherence.filter)
array_contains() (coherence.filter.Filters static method)
(coherence.Filters static method)
array_contains_all() (coherence.filter.Filters static method)
(coherence.Filters static method)
array_contains_any() (coherence.filter.Filters static method)
(coherence.Filters static method)
ArrayFilter (class in coherence.filter)
ascending (coherence.aggregator.TopAggregator property)
average() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
AverageAggregator (class in coherence.aggregator)
B
between() (coherence.filter.Filters static method)
(coherence.Filters static method)
BetweenFilter (class in coherence.filter)
BinaryQuantIndex (class in coherence.ai)
BitVector (class in coherence.ai)
bytes (coherence.CacheStats property)
ByteVector (class in coherence.ai)
C
ca_cert_path (coherence.TlsOptions property)
CacheOptions (class in coherence)
CacheStats (class in coherence)
ChainedExtractor (class in coherence.extractor)
channel (coherence.Session property)
channel_options (coherence.Options property)
clear() (coherence.NamedMap method)
client_cert_path (coherence.TlsOptions property)
client_key_path (coherence.TlsOptions property)
close() (coherence.Session method)
closed (coherence.Session property)
Comparator (class in coherence)
ComparisonFilter (class in coherence.filter)
compose() (coherence.extractor.ValueExtractor method)
CompositeAggregator (class in coherence.aggregator)
CompositeProcessor (class in coherence.processor)
CompositeUpdater (class in coherence.extractor)
conditional_put() (coherence.processor.Processors static method)
(coherence.Processors static method)
conditional_put_all() (coherence.processor.Processors static method)
(coherence.Processors static method)
conditional_remove() (coherence.processor.Processors static method)
(coherence.Processors static method)
ConditionalProcessor (class in coherence.processor)
ConditionalPut (class in coherence.processor)
ConditionalPutAll (class in coherence.processor)
ConditionalRemove (class in coherence.processor)
contains() (coherence.filter.Filters static method)
(coherence.Filters static method)
contains_all() (coherence.filter.Filters static method)
(coherence.Filters static method)
contains_any() (coherence.filter.Filters static method)
(coherence.Filters static method)
contains_key() (coherence.NamedMap method)
contains_value() (coherence.NamedMap method)
ContainsAllFilter (class in coherence.filter)
ContainsAnyFilter (class in coherence.filter)
ContainsFilter (class in coherence.filter)
CosineDistance (class in coherence.ai)
count() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
CountAggregator (class in coherence.aggregator)
create() (coherence.extractor.UniversalExtractor class method)
D
DEFAULT (coherence.aggregator.Timeout attribute)
DEFAULT_ADDRESS (coherence.Options attribute)
default_expiry (coherence.CacheOptions property)
DEFAULT_FORMAT (coherence.Options attribute)
DEFAULT_READY_TIMEOUT (coherence.Options attribute)
DEFAULT_REQUEST_TIMEOUT (coherence.Options attribute)
DEFAULT_SCOPE (coherence.Options attribute)
DEFAULT_SESSION_DISCONNECT_TIMEOUT (coherence.Options attribute)
DELETED (coherence.filter.MapEventFilter attribute)
descending (coherence.aggregator.TopAggregator property)
description (coherence.event.MapEvent property)
destroy() (coherence.NamedMap method)
DistanceAlgorithm (class in coherence.ai)
distinct() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
DistinctValuesAggregator (class in coherence.aggregator)
DocumentChunk (class in coherence.ai)
E
enabled (coherence.TlsOptions property)
entries() (coherence.NamedMap method)
EntryAggregator (class in coherence.aggregator)
EntryProcessor (class in coherence.processor)
ENV_CA_CERT (coherence.TlsOptions attribute)
ENV_CLIENT_CERT (coherence.TlsOptions attribute)
ENV_CLIENT_KEY (coherence.TlsOptions attribute)
ENV_READY_TIMEOUT (coherence.Options attribute)
ENV_REQUEST_TIMEOUT (coherence.Options attribute)
ENV_SERVER_ADDRESS (coherence.Options attribute)
ENV_SESSION_DISCONNECT_TIMEOUT (coherence.Options attribute)
equals() (coherence.filter.Filters static method)
(coherence.Filters static method)
EqualsFilter (class in coherence.filter)
event() (coherence.filter.Filters static method)
(coherence.Filters static method)
execution_timeout_in_millis (coherence.aggregator.PriorityAggregator property)
expires (coherence.CacheStats property)
expires_duration (coherence.CacheStats property)
EXPLAIN (coherence.aggregator.QueryRecorder attribute)
extract() (coherence.aggregator.TopAggregator method)
(coherence.extractor.Extractors class method)
(coherence.extractor.ValueExtractor class method)
(coherence.Extractors class method)
(coherence.processor.Processors static method)
(coherence.Processors static method)
ExtractorComparator (class in coherence.comparator)
ExtractorFilter (class in coherence.filter)
ExtractorProcessor (class in coherence.processor)
Extractors (class in coherence)
(class in coherence.extractor)
F
Filter (class in coherence.filter)
Filters (class in coherence)
(class in coherence.filter)
FIRST (coherence.aggregator.Schedule attribute)
FloatVector (class in coherence.ai)
format (coherence.Options property)
(coherence.Session property)
from_filter() (coherence.filter.MapEventFilter class method)
from_mask() (coherence.filter.MapEventFilter class method)
G
get() (coherence.NamedMap method)
get_all() (coherence.NamedMap method)
get_extractor() (coherence.extractor.CompositeUpdater method)
(coherence.extractor.ValueManipulator method)
(coherence.processor.PropertyManipulator method)
get_or_default() (coherence.NamedMap method)
get_updator() (coherence.extractor.CompositeUpdater method)
(coherence.extractor.ValueManipulator method)
(coherence.processor.PropertyManipulator method)
gets (coherence.CacheStats property)
greater() (coherence.filter.Filters static method)
(coherence.Filters static method)
greater_equals() (coherence.filter.Filters static method)
(coherence.Filters static method)
GreaterEqualsFilter (class in coherence.filter)
GreaterFilter (class in coherence.filter)
group_by() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
GroupAggregator (class in coherence.aggregator)
H
high_unit_memory (coherence.NearCacheOptions property)
high_units (coherence.NearCacheOptions property)
hit_rate (coherence.CacheStats property)
hits (coherence.CacheStats property)
I
identity() (coherence.extractor.Extractors class method)
(coherence.Extractors class method)
IdentityExtractor (class in coherence.extractor)
IMMEDIATE (coherence.aggregator.Schedule attribute)
increment() (coherence.processor.Processors static method)
(coherence.Processors static method)
InFilter (class in coherence.filter)
InnerProductDistance (class in coherence.ai)
INSERTED (coherence.filter.MapEventFilter attribute)
InverseComparator (class in coherence.comparator)
invoke() (coherence.NamedMap method)
invoke_accessor() (coherence.processor.Processors static method)
(coherence.Processors static method)
invoke_all() (coherence.NamedMap method)
invoke_mutator() (coherence.processor.Processors static method)
(coherence.Processors static method)
is_empty() (coherence.NamedMap method)
is_in() (coherence.filter.Filters static method)
(coherence.Filters static method)
is_none() (coherence.filter.Filters static method)
(coherence.Filters static method)
is_not_none() (coherence.filter.Filters static method)
(coherence.Filters static method)
is_ready() (coherence.Session method)
IsNoneFilter (class in coherence.filter)
IsNotNoneFilter (class in coherence.filter)
K
key (coherence.event.MapEvent property)
KEY_SET (coherence.filter.MapEventFilter attribute)
keys() (coherence.NamedMap method)
L
L2SquaredDistance (class in coherence.ai)
less() (coherence.filter.Filters static method)
(coherence.Filters static method)
less_equals() (coherence.filter.Filters static method)
(coherence.Filters static method)
LessFilter (class in coherence.filter)
like() (coherence.filter.Filters static method)
(coherence.Filters static method)
LikeFilter (class in coherence.filter)
locked() (coherence.TlsOptions method)
M
MapEntry (class in coherence)
MapEvent (class in coherence.event)
MapEventFilter (class in coherence.filter)
MapListener (class in coherence.event)
max() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
MaxAggregator (class in coherence.aggregator)
MethodInvocationProcessor (class in coherence.processor)
min() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
MinAggregator (class in coherence.aggregator)
misses (coherence.CacheStats property)
misses_duration (coherence.CacheStats property)
multiply() (coherence.processor.Processors static method)
(coherence.Processors static method)
N
name (coherence.event.MapEvent property)
(coherence.NamedMap property)
NamedCache (class in coherence)
NamedMap (class in coherence)
near_cache_options (coherence.CacheOptions property)
near_cache_stats (coherence.NamedMap property)
NearCacheOptions (class in coherence)
negate() (coherence.filter.Filters static method)
(coherence.Filters static method)
never() (coherence.filter.Filters static method)
(coherence.Filters static method)
NeverFilter (class in coherence.filter)
new (coherence.event.MapEvent property)
NONE (coherence.aggregator.Timeout attribute)
nop() (coherence.processor.Processors static method)
(coherence.Processors static method)
not_equals() (coherence.filter.Filters static method)
(coherence.Filters static method)
NotEqualsFilter (class in coherence.filter)
NotFilter (class in coherence.filter)
NullProcessor (class in coherence.processor)
num_expired (coherence.CacheStats property)
num_pruned (coherence.CacheStats property)
NumberIncrementor (class in coherence.processor)
NumberMultiplier (class in coherence.processor)
O
old (coherence.event.MapEvent property)
on() (coherence.NamedMap method)
on_any() (coherence.event.MapListener method)
on_deleted() (coherence.event.MapListener method)
on_inserted() (coherence.event.MapListener method)
on_updated() (coherence.event.MapListener method)
Options (class in coherence)
options (coherence.NamedMap property)
(coherence.Session property)
Or() (coherence.filter.Filter method)
order_by() (coherence.aggregator.TopAggregator method)
OrFilter (class in coherence.filter)
P
PredicateFilter (class in coherence.filter)
preload() (coherence.processor.Processors static method)
(coherence.Processors static method)
PreloadRequest (class in coherence.processor)
present() (coherence.filter.Filters static method)
(coherence.Filters static method)
PresentFilter (class in coherence.filter)
priming (coherence.event.MapListener property)
priority() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
PriorityAggregator (class in coherence.aggregator)
Processors (class in coherence)
(class in coherence.processor)
PropertyManipulator (class in coherence.processor)
PropertyProcessor (class in coherence.processor)
prune_factor (coherence.NearCacheOptions property)
prunes (coherence.CacheStats property)
prunes_duration (coherence.CacheStats property)
put() (coherence.NamedCache method)
(coherence.NamedMap method)
put_all() (coherence.NamedMap method)
put_if_absent() (coherence.NamedCache method)
(coherence.NamedMap method)
puts (coherence.CacheStats property)
Q
QueryRecorder (class in coherence.aggregator)
QueryResult (class in coherence.ai)
R
ready_timeout_seconds (coherence.Options property)
record() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
reduce() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
ReducerAggregator (class in coherence.aggregator)
regex() (coherence.filter.Filters static method)
(coherence.Filters static method)
RegexFilter (class in coherence.filter)
release() (coherence.NamedMap method)
remove() (coherence.NamedMap method)
remove_index() (coherence.NamedMap method)
remove_map_listener() (coherence.NamedMap method)
remove_mapping() (coherence.NamedMap method)
replace() (coherence.NamedMap method)
replace_mapping() (coherence.NamedMap method)
request_timeout_in_millis (coherence.aggregator.PriorityAggregator property)
request_timeout_seconds (coherence.Options property)
reset() (coherence.CacheStats method)
S
SafeComparator (class in coherence.comparator)
Schedule (class in coherence.aggregator)
scheduling_priority (coherence.aggregator.PriorityAggregator property)
scope (coherence.Options property)
(coherence.Session property)
script() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
(coherence.processor.Processors static method)
(coherence.Processors static method)
ScriptProcessor (class in coherence.processor)
Session (class in coherence)
session (coherence.NamedMap property)
session_disconnect_timeout_seconds (coherence.Options property)
session_id (coherence.Session property)
SimilaritySearch (class in coherence.ai)
size (coherence.CacheStats property)
size() (coherence.NamedMap method)
source (coherence.event.MapEvent property)
STANDARD (coherence.aggregator.Schedule attribute)
sum() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
SumAggregator (class in coherence.aggregator)
synchronous (coherence.event.MapListener property)
T
Timeout (class in coherence.aggregator)
tls_options (coherence.Options property)
TlsOptions (class in coherence)
top() (coherence.aggregator.Aggregators static method)
(coherence.Aggregators static method)
TopAggregator (class in coherence.aggregator)
touch() (coherence.processor.Processors static method)
(coherence.Processors static method)
TouchProcessor (class in coherence.processor)
TRACE (coherence.aggregator.QueryRecorder attribute)
truncate() (coherence.NamedMap method)
ttl (coherence.NearCacheOptions property)
type (coherence.event.MapEvent property)
U
UniversalExtractor (class in coherence.extractor)
UniversalUpdater (class in coherence.extractor)
update() (coherence.processor.Processors static method)
(coherence.Processors static method)
UPDATED (coherence.filter.MapEventFilter attribute)
UPDATED_ENTERED (coherence.filter.MapEventFilter attribute)
UPDATED_LEFT (coherence.filter.MapEventFilter attribute)
UPDATED_WITHIN (coherence.filter.MapEventFilter attribute)
UpdaterProcessor (class in coherence.processor)
V
ValueExtractor (class in coherence.extractor)
ValueManipulator (class in coherence.extractor)
values() (coherence.NamedMap method)
ValueUpdater (class in coherence.extractor)
Vector (class in coherence.ai)
versioned_put() (coherence.processor.Processors static method)
(coherence.Processors static method)
versioned_put_all() (coherence.processor.Processors static method)
(coherence.Processors static method)
VersionedPut (class in coherence.processor)
VersionedPutAll (class in coherence.processor)
W
when() (coherence.processor.CompositeProcessor method)
(coherence.processor.EntryProcessor method)
X
Xor() (coherence.filter.Filter method)
XorFilter (class in coherence.filter)