Show / Hide Table of Contents

Namespace Tangosol.Net

Classes

AbstractInvocable

An abstract base for IInvocable and IPriorityTask implementations.

AbstractPriorityTask

An abstract base for IPriorityTask implementations.

CacheFactory

Factory for the Oracle Coherence™ for .NET product.

CompressionFilter

Provides a compression wrapper for an Stream.

CompressionFilter.GZipInputStream

Provides a wrapper around GZipStream that supports getting a current position within the stream.

CompressionFilter.GZipOutputStream

Provides a wrapper around GZipStream.

ConfigurableAddressProvider

ConfigurableAddressProvider is an implementation of the IAddressProvider interface based on a static list of addresses configured in an XML element that contains one or more items in the following format:

<socket-address>
    <address>...</address>
    <port>...</port>
</socket-address>

ConfigurableAddressProvider.AddressHolder

A stateful holder for obtaining an IPEndPoint object.

ConfigurableAddressProviderFactory

A IAddressProviderFactory implementation that creates instances of a AddressProvider class configured using an XmlElement of the following structure:

<socket-address>
    <address>...</address>
    <port>...</port>
</socket-address>

DefaultConfigurableCacheFactory

The DefaultConfigurableCacheFactory provides a facility to access caches declared in a "cache-config.xsd" compliant configuration file.

DefaultConfigurableCacheFactory.CacheInfo

A CacheInfo is a placeholder for cache attributes retrieved during parsing the corresponding cache mapping element.

DefaultConfigurableCacheFactory.ClassSchemeParameterResolver

An XmlHelper.IParameterResolver implementation used by DefaultConfigurableCacheFactory when resolving class scheme configuration.

DefaultOperationalContext

The DefaultOperationalContext provides an IOperationalContext with information optained from XML in coherence.xsd format and default values.

LocalMember

Simple IMember implementation used as "local" member for RemoteService instances started by IConfigurableCacheFactory.

MemberEventArgs

An event which indicates that membership has changed.

RequestIncompleteException

Signals that a request execution in a distributed environment failed to complete successfully.

RequestTimeoutException

Signals that a request execution in a clustered environment did not complete in a pre-determined amount of time.

SingleAddressProvider

SingleAddressProvider is is an implementation of the IAddressProvider interface that wraps a single address dynamically added to this provider.

SslStreamProvider

Provide a secured network stream (SslStream) for a given connected TcpClient.

StreamProviderFactory

Provides a mechanism for creating StreamProviders.

SystemStreamProvider

Will retrun the default (unsecure) network stream.

ViewBuilder

The ViewBuilder provides a means to #build() a view (ContinuousQueryCache) using a fluent pattern / style.

Interfaces

IAddressProvider

The IAddressProvider is an interface that serves as a means to provide addresses to a consumer.

IAddressProviderFactory

A factory for IAddressProvider objects.

ICacheService

An ICacheService is a service providing a collection of named caches that hold resources.

IConfigurableCacheFactory

An interface for XML-driven cache factory.

IInvocable

An IInvocable object is a portable object that can be invoked on the remote cluster member to which the client is connected and can optionally register a return value for the invocation.

IInvocationService

The IInvocationService is an IService for delivering executable objects to a remote cluster member for invocation.

IMember

The IMember interface represents a process connected to or running within a cluster.

INameService

This INameService interface represents a service that accepts connections from external clients(e.g. Coherence*Extend) and provides a name lookup service.

INamedCache

An INamedCache is an ICache that adds lifecycle management, event support, concurrency control, the ability to query cache content, and entry-targeted processing and aggregating operations.

IOperationalContext

IOperationalConetxt is an interface for providing Oracle Coherence operational configuration.

IPriorityTask

The IPriorityTask interface allows to control the ordering in which a service schedules tasks for execution using a thread pool and limit their execution times to a specified duration.

IService

This IService interface represents a controllable service that operates in a clustered network environment.

IServiceInfo

The IServiceInfo represents information about an IService.

IStreamProvider

IStreamProvider provides an abstraction for configuring an getting NetworkStreams for the TcpInitiator.
INetworkStreamFactories are provided by the StreamProviderFactory.

Enums

CacheFactory.LogLevel

The logging level a message must meet or exceed in order to be logged.

DefaultConfigurableCacheFactory.SchemeType

Scheme type enumeration.

MemberEventType

Member event type enumeration.

PriorityTaskScheduling

IPriorityTask scheduling priority constants.

PriorityTaskTimeout

IPriorityTask timeout constants.

ServiceType

Service type constants.

Delegates

MemberEventHandler

Represents the method that will handle member event.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.