C D E G I L P S 

C

com.oracle.coherence.patterns.pushreplication - package com.oracle.coherence.patterns.pushreplication
 
com.oracle.coherence.patterns.pushreplication.web - package com.oracle.coherence.patterns.pushreplication.web
 
createSessionExpiryFilter(Filter) - Method in class com.oracle.coherence.patterns.pushreplication.web.SiteSessionExpiryFilterFactory
Creates a new session expiry filter that excludes sessions not managed by this site.

D

distribute(Event) - Method in class com.oracle.coherence.patterns.pushreplication.PublishingCacheStore
Requests an Event to be distributed via the established EventDistributors.
distribute(List<Event>) - Method in class com.oracle.coherence.patterns.pushreplication.PublishingCacheStore
Requests a collection of Events to be distributed via the established EventDistributors.

E

erase(BinaryEntry) - Method in class com.oracle.coherence.patterns.pushreplication.PublishingCacheStore
The erase method distributes an EntryRemovedEvent with the EventDistributor.
eraseAll(Set) - Method in class com.oracle.coherence.patterns.pushreplication.PublishingCacheStore
The eraseAll method will distribute a collection of erased entries using the EventDistributor.
extractFromEntry(Map.Entry) - Method in class com.oracle.coherence.patterns.pushreplication.web.SiteExtractor
Extracts site information from Binary entry value decorator.

G

getExpiry(BinaryEntry) - Method in class com.oracle.coherence.patterns.pushreplication.PublishingCacheStore
Obtains the time the specified BinaryEntry will expire, relative to the epoc, not a delta time.

I

isDistributable(Event, EventDistributor, EventDistributorTemplate) - Method in class com.oracle.coherence.patterns.pushreplication.PublishingCacheStore
Determine if an Event should be distributed by an EventDistributor.

L

load(BinaryEntry) - Method in class com.oracle.coherence.patterns.pushreplication.PublishingCacheStore
loadAll(Set) - Method in class com.oracle.coherence.patterns.pushreplication.PublishingCacheStore

P

PublishingCacheStore - Class in com.oracle.coherence.patterns.pushreplication
A PublishingCacheStore will distribute all CacheEvents occurring on a BinaryEntryStore to an EventDistributor
PublishingCacheStore(String) - Constructor for class com.oracle.coherence.patterns.pushreplication.PublishingCacheStore
Standard Constructor

S

SiteExtractor - Class in com.oracle.coherence.patterns.pushreplication.web
Extracts site information from a Binary entry value decorated by PublishingCacheStore.
SiteExtractor() - Constructor for class com.oracle.coherence.patterns.pushreplication.web.SiteExtractor
Default constructor.
SiteSessionExpiryFilterFactory - Class in com.oracle.coherence.patterns.pushreplication.web
Implementation of SessionExpiryFilterFactory that creates a filter to exclude sessions not managed by this site from session expiry/cleanup.
SiteSessionExpiryFilterFactory() - Constructor for class com.oracle.coherence.patterns.pushreplication.web.SiteSessionExpiryFilterFactory
 
store(BinaryEntry) - Method in class com.oracle.coherence.patterns.pushreplication.PublishingCacheStore
The store method requests than an entry be distributed using the configured EventDistributorBuilder.
storeAll(Set) - Method in class com.oracle.coherence.patterns.pushreplication.PublishingCacheStore
The storeAll method distributes a batch of events with the EventDistributor.
C D E G I L P S 

Copyright © 2014. All rights reserved.