diff --git a/.gitignore b/.gitignore
index 7cbbfd6b148f5b2e7623d7966a6da943fa8bee3b..dfc6533b46ece74074c833408c2ce29611834b73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,7 +22,7 @@ docs/_site
build
**/bin
samza-test/state
-docs/learn/documentation/0.7.0/api/javadocs
+docs/learn/documentation/*/api/javadocs
.DS_Store
out/
*.patch
diff --git a/docs/learn/documentation/versioned/api/javadocs/allclasses-frame.html b/docs/learn/documentation/versioned/api/javadocs/allclasses-frame.html
deleted file mode 100644
index 93c48c071cae535bb7e3e7b4af50731d2cbfda01..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/allclasses-frame.html
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
-
-All Classes (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-All Classes
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/allclasses-noframe.html b/docs/learn/documentation/versioned/api/javadocs/allclasses-noframe.html
deleted file mode 100644
index 5cbcef03bc474f3802b00767aae330199f1c98cc..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/allclasses-noframe.html
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
-
-All Classes (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-All Classes
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/constant-values.html b/docs/learn/documentation/versioned/api/javadocs/constant-values.html
deleted file mode 100644
index d0c1e22d44d841b9996b07d380634f5b4b0328f2..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/constant-values.html
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-
-
-
-Constant Field Values (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/deprecated-list.html b/docs/learn/documentation/versioned/api/javadocs/deprecated-list.html
deleted file mode 100644
index d59904b05d194f225e6b6782f90b50be8889e1a1..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/deprecated-list.html
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
-
-Deprecated List (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/help-doc.html b/docs/learn/documentation/versioned/api/javadocs/help-doc.html
deleted file mode 100644
index ec180841f31d19cbea5d4ed7fadadb071a633115..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/help-doc.html
+++ /dev/null
@@ -1,214 +0,0 @@
-
-
-
-
-
-API Help (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-Overview
-The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
-
-
-Package
-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
-
-Interfaces (italic)
-Classes
-Enums
-Exceptions
-Errors
-Annotation Types
-
-
-
-Class/Interface
-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
-
-Class inheritance diagram
-Direct Subclasses
-All Known Subinterfaces
-All Known Implementing Classes
-Class/interface declaration
-Class/interface description
-
-
-Nested Class Summary
-Field Summary
-Constructor Summary
-Method Summary
-
-
-Field Detail
-Constructor Detail
-Method Detail
-
-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
-
-
-Annotation Type
-Each annotation type has its own separate page with the following sections:
-
-Annotation Type declaration
-Annotation Type description
-Required Element Summary
-Optional Element Summary
-Element Detail
-
-
-
-Enum
-Each enum has its own separate page with the following sections:
-
-Enum declaration
-Enum description
-Enum Constant Summary
-Enum Constant Detail
-
-
-
-Tree (Class Hierarchy)
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
-
-When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
-When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
-
-
-
-Deprecated API
-The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-
-
-Index
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-
-
-Prev/Next
-These links take you to the next or previous class, interface, package, or related page.
-
-
-Frames/No Frames
-These links show and hide the HTML frames. All pages are available with or without frames.
-
-
-All Classes
-The All Classes link shows all classes and interfaces except non-static nested types.
-
-
-Serialized Form
-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
-
-
-Constant Field Values
-The Constant Field Values page lists the static final fields and their values.
-
-
-
This help file applies to API documentation generated using the standard doclet.
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/index-all.html b/docs/learn/documentation/versioned/api/javadocs/index-all.html
deleted file mode 100644
index 9d364b3dfab8a70c4c5b482fa4ef767c94200173..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/index-all.html
+++ /dev/null
@@ -1,1386 +0,0 @@
-
-
-
-
-
-Index (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-A B C D E F G H I K L M N O P R S T U V W
-
-
-
A
-
-afterClose(Config, TaskContext) - Method in interface org.apache.samza.task.TaskLifecycleListener
-
-Called after all tasks in TaskRunner are closed.
-
-afterInit(Config, TaskContext) - Method in interface org.apache.samza.task.TaskLifecycleListener
-
-Called after all tasks in TaskRunner are initialized.
-
-afterProcess(IncomingMessageEnvelope, Config, TaskContext) - Method in interface org.apache.samza.task.TaskLifecycleListener
-
-Called after a message is processed by a task.
-
-ApplicationStatus - Enum in org.apache.samza.job
-
-Status of a
StreamJob during and after its run.
-
-
-
-
-
-
B
-
-BaseMessageChooser - Class in org.apache.samza.system.chooser
-
-An abstract MessageChooser that implements start/stop/register for choosers
- that don't use them.
-
-BaseMessageChooser() - Constructor for class org.apache.samza.system.chooser.BaseMessageChooser
-
-beforeClose(Config, TaskContext) - Method in interface org.apache.samza.task.TaskLifecycleListener
-
-Called before all tasks in TaskRunner are closed.
-
-beforeInit(Config, TaskContext) - Method in interface org.apache.samza.task.TaskLifecycleListener
-
-Called before all tasks in TaskRunner are initialized.
-
-beforeProcess(IncomingMessageEnvelope, Config, TaskContext) - Method in interface org.apache.samza.task.TaskLifecycleListener
-
-Called before a message is processed by a task.
-
-BLOCK_ON_OUTSTANDING_MESSAGES - Static variable in interface org.apache.samza.system.SystemConsumer
-
-A constant that can be used in the poll method's timeout parameter to
- denote that the poll invocation should block until at least one message is
- available for one of the SystemStreamPartitions supplied, or until all
- SystemStreamPartitions supplied are at head (have no new messages available
- since the last poll invocation was made for each SystemStreamPartition).
-
-BlockingEnvelopeMap - Class in org.apache.samza.util
-
-
- BlockingEnvelopeMap is a helper class for SystemConsumer implementations.
-
-BlockingEnvelopeMap() - Constructor for class org.apache.samza.util.BlockingEnvelopeMap
-
-BlockingEnvelopeMap(Clock) - Constructor for class org.apache.samza.util.BlockingEnvelopeMap
-
-BlockingEnvelopeMap(MetricsRegistry) - Constructor for class org.apache.samza.util.BlockingEnvelopeMap
-
-BlockingEnvelopeMap(MetricsRegistry, Clock) - Constructor for class org.apache.samza.util.BlockingEnvelopeMap
-
-BlockingEnvelopeMap(MetricsRegistry, Clock, String) - Constructor for class org.apache.samza.util.BlockingEnvelopeMap
-
-BlockingEnvelopeMap.BlockingEnvelopeMapMetrics - Class in org.apache.samza.util
-
-BlockingEnvelopeMap.BlockingEnvelopeMapMetrics(String, MetricsRegistry) - Constructor for class org.apache.samza.util.BlockingEnvelopeMap.BlockingEnvelopeMapMetrics
-
-BlockingEnvelopeMap.BufferGauge - Class in org.apache.samza.util
-
-BlockingEnvelopeMap.BufferGauge(SystemStreamPartition, String) - Constructor for class org.apache.samza.util.BlockingEnvelopeMap.BufferGauge
-
-buildCommand() - Method in class org.apache.samza.job.CommandBuilder
-
-buildEnvironment() - Method in class org.apache.samza.job.CommandBuilder
-
-
-
-
-
-
C
-
-Checkpoint - Class in org.apache.samza.checkpoint
-
-A checkpoint is a mapping of all the streams a job is consuming and the most recent current offset for each.
-
-Checkpoint(Map<SystemStreamPartition, String>) - Constructor for class org.apache.samza.checkpoint.Checkpoint
-
-Constructs a new checkpoint based off a map of Samza stream offsets.
-
-CheckpointManager - Interface in org.apache.samza.checkpoint
-
-CheckpointManagers read and write
Checkpoint to some
- implementation-specific location.
-
-CheckpointManagerFactory - Interface in org.apache.samza.checkpoint
-
-
-
-choose() - Method in interface org.apache.samza.system.chooser.MessageChooser
-
-The choose method is invoked when the SamzaContainer is ready to process a
- new message.
-
-clear() - Method in class org.apache.samza.config.Config
-
-clear() - Method in class org.apache.samza.metrics.Counter
-
-Clock - Interface in org.apache.samza.util
-
-Mockable interface for tracking time.
-
-ClosableTask - Interface in org.apache.samza.task
-
-A ClosableTask augments
StreamTask, allowing the method implementer to specify
- code that will be called when the StreamTask is being shut down by the framework, providing to emit final metrics,
- clean or close resources, etc.
-
-close() - Method in interface org.apache.samza.task.ClosableTask
-
-CommandBuilder - Class in org.apache.samza.job
-
-CommandBuilders are used to customize the command necessary to launch a Samza Job for a particular framework,
- such as YARN or the LocalJobRunner.
-
-CommandBuilder() - Constructor for class org.apache.samza.job.CommandBuilder
-
-commit(TaskCoordinator.RequestScope) - Method in interface org.apache.samza.task.TaskCoordinator
-
-Requests that Samza should write out a checkpoint, from which a task can restart
- after failure.
-
-compareAndSet(T, T) - Method in class org.apache.samza.metrics.Gauge
-
-compareTo(TaskName) - Method in class org.apache.samza.container.TaskName
-
-compareTo(Partition) - Method in class org.apache.samza.Partition
-
-compareTo(SystemStreamPartition) - Method in class org.apache.samza.system.SystemStreamPartition
-
-Config - Class in org.apache.samza.config
-
-Store and retrieve named, typed values as configuration for classes implementing this interface.
-
-Config() - Constructor for class org.apache.samza.config.Config
-
-config - Variable in class org.apache.samza.container.SamzaContainerContext
-
-config - Variable in class org.apache.samza.job.CommandBuilder
-
-ConfigException - Exception in org.apache.samza.config
-
-
-
-ConfigException(Throwable) - Constructor for exception org.apache.samza.config.ConfigException
-
-ConfigException(String) - Constructor for exception org.apache.samza.config.ConfigException
-
-ConfigException(String, Throwable) - Constructor for exception org.apache.samza.config.ConfigException
-
-ConfigFactory - Interface in org.apache.samza.config
-
-
-
-ConfigRewriter - Interface in org.apache.samza.config
-
-A ConfigRewriter receives the job's config during job startup and may re-write it to provide new configs,
- remove existing configs or audit and verify the config is correct or permitted.
-
-containsKey(Object) - Method in class org.apache.samza.config.MapConfig
-
-containsValue(Object) - Method in class org.apache.samza.config.MapConfig
-
-Counter - Class in org.apache.samza.metrics
-
-A counter is a
Metric that represents a cumulative value.
-
-Counter(String) - Constructor for class org.apache.samza.metrics.Counter
-
-counter(Counter) - Method in class org.apache.samza.metrics.MetricsVisitor
-
-currentTimeMillis() - Method in interface org.apache.samza.util.Clock
-
-
-
-
-
-
D
-
-dec() - Method in class org.apache.samza.metrics.Counter
-
-dec(long) - Method in class org.apache.samza.metrics.Counter
-
-Deserializer <T > - Interface in org.apache.samza.serializers
-
-A standard interface for Samza compatible deserializers, used for deserializing serialized objects back to their
- original form.
-
-
-
-
-
-
E
-
-entrySet() - Method in class org.apache.samza.config.MapConfig
-
-equals(Object) - Method in class org.apache.samza.checkpoint.Checkpoint
-
-equals(Object) - Method in class org.apache.samza.config.MapConfig
-
-equals(Object) - Method in class org.apache.samza.container.TaskName
-
-equals(Object) - Method in class org.apache.samza.Partition
-
-equals(Object) - Method in class org.apache.samza.system.IncomingMessageEnvelope
-
-equals(Object) - Method in class org.apache.samza.system.OutgoingMessageEnvelope
-
-equals(Object) - Method in class org.apache.samza.system.SystemStream
-
-equals(Object) - Method in class org.apache.samza.system.SystemStreamMetadata
-
-equals(Object) - Method in class org.apache.samza.system.SystemStreamMetadata.SystemStreamPartitionMetadata
-
-equals(Object) - Method in class org.apache.samza.system.SystemStreamPartition
-
-
-
-
-
-
F
-
-flush() - Method in interface org.apache.samza.storage.StorageEngine
-
-Flush any cached messages
-
-flush(String) - Method in interface org.apache.samza.system.SystemProducer
-
-If the SystemProducer buffers messages before sending them to its underlying system, it should flush those
- messages and leave no messages remaining to be sent.
-
-fromBytes(byte[]) - Method in interface org.apache.samza.serializers.Deserializer
-
-Deserializes given serialized object from an array of bytes to its original form.
-
-
-
-
-
-
G
-
-Gauge <T > - Class in org.apache.samza.metrics
-
-A Gauge is a
Metric that wraps some instance of T in a thread-safe
- reference and allows it to be set or retrieved.
-
-Gauge(String, T) - Constructor for class org.apache.samza.metrics.Gauge
-
-gauge(Gauge<T>) - Method in class org.apache.samza.metrics.MetricsVisitor
-
-get(String, String) - Method in class org.apache.samza.config.Config
-
-get(Object) - Method in class org.apache.samza.config.MapConfig
-
-getAdmin(String, Config) - Method in interface org.apache.samza.system.SystemFactory
-
-getAverage() - Method in class org.apache.samza.metrics.Snapshot
-
-Get the average of the values in the collection
-
-getBoolean(String, boolean) - Method in class org.apache.samza.config.Config
-
-getBoolean(String) - Method in class org.apache.samza.config.Config
-
-getCheckpointManager(Config, MetricsRegistry) - Method in interface org.apache.samza.checkpoint.CheckpointManagerFactory
-
-getChooser(Config, MetricsRegistry) - Method in interface org.apache.samza.system.chooser.MessageChooserFactory
-
-getClass(String) - Method in class org.apache.samza.config.Config
-
-getConfig(URI) - Method in interface org.apache.samza.config.ConfigFactory
-
-Build a specific Config.
-
-getConsumer(String, Config, MetricsRegistry) - Method in interface org.apache.samza.system.SystemFactory
-
-getCount() - Method in class org.apache.samza.metrics.Counter
-
-getDate(String) - Method in class org.apache.samza.config.Config
-
-getDate(String, String) - Method in class org.apache.samza.config.Config
-
-getDate(String, SimpleDateFormat) - Method in class org.apache.samza.config.Config
-
-getDate(String, Date) - Method in class org.apache.samza.config.Config
-
-getDate(String, String, Date) - Method in class org.apache.samza.config.Config
-
-getDate(String, SimpleDateFormat, Date) - Method in class org.apache.samza.config.Config
-
-getDouble(String, double) - Method in class org.apache.samza.config.Config
-
-getDouble(String) - Method in class org.apache.samza.config.Config
-
-getGroup(String) - Method in interface org.apache.samza.metrics.ReadableMetricsRegistry
-
-getGroups() - Method in interface org.apache.samza.metrics.ReadableMetricsRegistry
-
-getInt(String, int) - Method in class org.apache.samza.config.Config
-
-getInt(String) - Method in class org.apache.samza.config.Config
-
-getJob(Config) - Method in interface org.apache.samza.job.StreamJobFactory
-
-getKey() - Method in class org.apache.samza.system.IncomingMessageEnvelope
-
-getKey() - Method in class org.apache.samza.system.OutgoingMessageEnvelope
-
-getKeySerializerName() - Method in class org.apache.samza.system.OutgoingMessageEnvelope
-
-getLifecyleListener(String, Config) - Method in interface org.apache.samza.task.TaskLifecycleListenerFactory
-
-getList(String, List<String>) - Method in class org.apache.samza.config.Config
-
-getList(String) - Method in class org.apache.samza.config.Config
-
-getLong(String, long) - Method in class org.apache.samza.config.Config
-
-getLong(String) - Method in class org.apache.samza.config.Config
-
-getMax() - Method in class org.apache.samza.metrics.Snapshot
-
-Get the maximum value in the collection
-
-getMessage() - Method in class org.apache.samza.system.IncomingMessageEnvelope
-
-getMessage() - Method in class org.apache.samza.system.OutgoingMessageEnvelope
-
-getMessageSerializerName() - Method in class org.apache.samza.system.OutgoingMessageEnvelope
-
-getMetricsRegistry() - Method in interface org.apache.samza.task.TaskContext
-
-getMetricsReporter(String, String, Config) - Method in interface org.apache.samza.metrics.MetricsReporterFactory
-
-getMin() - Method in class org.apache.samza.metrics.Snapshot
-
-Get the minimum value in the collection
-
-getName() - Method in class org.apache.samza.metrics.Counter
-
-getName() - Method in class org.apache.samza.metrics.Gauge
-
-getName() - Method in class org.apache.samza.metrics.Timer
-
-Get the name of the timer
-
-getNewestOffset() - Method in class org.apache.samza.system.SystemStreamMetadata.SystemStreamPartitionMetadata
-
-getNewInstance(String) - Method in class org.apache.samza.config.Config
-
-getNumMessagesInQueue(SystemStreamPartition) - Method in class org.apache.samza.util.BlockingEnvelopeMap
-
-getOffset() - Method in class org.apache.samza.system.IncomingMessageEnvelope
-
-getOffset(SystemStreamMetadata.OffsetType) - Method in class org.apache.samza.system.SystemStreamMetadata.SystemStreamPartitionMetadata
-
-getOffsets() - Method in class org.apache.samza.checkpoint.Checkpoint
-
-Gets a unmodifiable view of the current Samza stream offsets.
-
-getOffsetsAfter(Map<SystemStreamPartition, String>) - Method in interface org.apache.samza.system.SystemAdmin
-
-Fetches the offsets for the messages immediately after the supplied offsets
- for a group of SystemStreamPartitions.
-
-getOffsetsAfter(Map<SystemStreamPartition, String>) - Method in class org.apache.samza.util.SinglePartitionWithoutOffsetsSystemAdmin
-
-getOldestOffset() - Method in class org.apache.samza.system.SystemStreamMetadata.SystemStreamPartitionMetadata
-
-getPartition() - Method in class org.apache.samza.system.SystemStreamPartition
-
-getPartitionId() - Method in class org.apache.samza.Partition
-
-getPartitionKey() - Method in class org.apache.samza.system.OutgoingMessageEnvelope
-
-getProducer(String, Config, MetricsRegistry) - Method in interface org.apache.samza.system.SystemFactory
-
-getSerde(String, Config) - Method in interface org.apache.samza.serializers.SerdeFactory
-
-getShort(String, short) - Method in class org.apache.samza.config.Config
-
-getShort(String) - Method in class org.apache.samza.config.Config
-
-getSize() - Method in class org.apache.samza.metrics.Snapshot
-
-Get the number of values in the collection
-
-getSnapshot() - Method in interface org.apache.samza.metrics.Reservoir
-
-
-
-getSnapshot() - Method in class org.apache.samza.metrics.SlidingTimeWindowReservoir
-
-getSnapshot() - Method in class org.apache.samza.metrics.Timer
-
-
-
-getStatus() - Method in interface org.apache.samza.job.StreamJob
-
-
-
-getStorageEngine(String, File, Serde<K>, Serde<V>, MessageCollector, MetricsRegistry, SystemStreamPartition, SamzaContainerContext) - Method in interface org.apache.samza.storage.StorageEngineFactory
-
-Create an instance of the given storage engine.
-
-getStore(String) - Method in interface org.apache.samza.task.TaskContext
-
-getStream() - Method in class org.apache.samza.system.SystemStream
-
-getStreamName() - Method in class org.apache.samza.system.SystemStreamMetadata
-
-getSystem() - Method in class org.apache.samza.system.SystemStream
-
-getSystemStream() - Method in class org.apache.samza.system.OutgoingMessageEnvelope
-
-getSystemStream() - Method in class org.apache.samza.system.SystemStreamPartition
-
-getSystemStreamMetadata(Set<String>) - Method in interface org.apache.samza.system.SystemAdmin
-
-Fetch metadata from a system for a set of streams.
-
-getSystemStreamMetadata(Set<String>) - Method in class org.apache.samza.util.SinglePartitionWithoutOffsetsSystemAdmin
-
-getSystemStreamPartition() - Method in class org.apache.samza.system.IncomingMessageEnvelope
-
-getSystemStreamPartitionGrouper(Config) - Method in interface org.apache.samza.container.grouper.stream.SystemStreamPartitionGrouperFactory
-
-getSystemStreamPartitionMetadata() - Method in class org.apache.samza.system.SystemStreamMetadata
-
-getSystemStreamPartitions() - Method in interface org.apache.samza.task.TaskContext
-
-getTaskName() - Method in class org.apache.samza.container.TaskName
-
-getTaskName() - Method in interface org.apache.samza.task.TaskContext
-
-getUpcomingOffset() - Method in class org.apache.samza.system.SystemStreamMetadata.SystemStreamPartitionMetadata
-
-getValue() - Method in class org.apache.samza.metrics.Gauge
-
-getValue() - Method in class org.apache.samza.util.BlockingEnvelopeMap.BufferGauge
-
-getValues() - Method in class org.apache.samza.metrics.Snapshot
-
-Return the entire list of values
-
-group(Set<SystemStreamPartition>) - Method in interface org.apache.samza.container.grouper.stream.SystemStreamPartitionGrouper
-
-
-
-
-
-
H
-
-hash - Variable in class org.apache.samza.system.SystemStreamPartition
-
-hashCode() - Method in class org.apache.samza.checkpoint.Checkpoint
-
-hashCode() - Method in class org.apache.samza.config.MapConfig
-
-hashCode() - Method in class org.apache.samza.container.TaskName
-
-hashCode() - Method in class org.apache.samza.Partition
-
-hashCode() - Method in class org.apache.samza.system.IncomingMessageEnvelope
-
-hashCode() - Method in class org.apache.samza.system.OutgoingMessageEnvelope
-
-hashCode() - Method in class org.apache.samza.system.SystemStream
-
-hashCode() - Method in class org.apache.samza.system.SystemStreamMetadata
-
-hashCode() - Method in class org.apache.samza.system.SystemStreamMetadata.SystemStreamPartitionMetadata
-
-hashCode() - Method in class org.apache.samza.system.SystemStreamPartition
-
-hasNext() - Method in class org.apache.samza.system.SystemStreamPartitionIterator
-
-
-
-
-
-
I
-
-inc() - Method in class org.apache.samza.metrics.Counter
-
-inc(long) - Method in class org.apache.samza.metrics.Counter
-
-incBlockingPoll(SystemStreamPartition) - Method in class org.apache.samza.util.BlockingEnvelopeMap.BlockingEnvelopeMapMetrics
-
-incBlockingTimeoutPoll(SystemStreamPartition) - Method in class org.apache.samza.util.BlockingEnvelopeMap.BlockingEnvelopeMapMetrics
-
-IncomingMessageEnvelope - Class in org.apache.samza.system
-
-This class represents a message envelope that is received by a StreamTask for each message that is received from a
- partition of a specific input stream.
-
-IncomingMessageEnvelope(SystemStreamPartition, String, Object, Object) - Constructor for class org.apache.samza.system.IncomingMessageEnvelope
-
-Constructs a new IncomingMessageEnvelope from specified components.
-
-incPoll() - Method in class org.apache.samza.util.BlockingEnvelopeMap.BlockingEnvelopeMapMetrics
-
-init(Config, TaskContext) - Method in interface org.apache.samza.task.InitableTask
-
-Called by TaskRunner each time an implementing task is created.
-
-InitableTask - Interface in org.apache.samza.task
-
-Used as an interface for user processing StreamTasks that need to have specific functionality performed as their StreamTasks
- are instantiated by TaskRunner.
-
-initMetrics(SystemStreamPartition) - Method in class org.apache.samza.util.BlockingEnvelopeMap.BlockingEnvelopeMapMetrics
-
-isAtHead(SystemStreamPartition) - Method in class org.apache.samza.util.BlockingEnvelopeMap
-
-isEmpty() - Method in class org.apache.samza.config.MapConfig
-
-
-
-
-
-
K
-
-keySet() - Method in class org.apache.samza.config.MapConfig
-
-kill() - Method in interface org.apache.samza.job.StreamJob
-
-Kill this job immediately.
-
-
-
-
-
-
L
-
-listen(ReadableMetricsRegistryListener) - Method in interface org.apache.samza.metrics.ReadableMetricsRegistry
-
-
-
-
-
-
M
-
-MapConfig - Class in org.apache.samza.config
-
-
-
-MapConfig() - Constructor for class org.apache.samza.config.MapConfig
-
-MapConfig(Map<String, String>) - Constructor for class org.apache.samza.config.MapConfig
-
-MapConfig(List<Map<String, String>>) - Constructor for class org.apache.samza.config.MapConfig
-
-MessageChooser - Interface in org.apache.samza.system.chooser
-
-MessageChooser is an interface for programmatic fine-grain control over
- stream consumption.
-
-MessageChooserFactory - Interface in org.apache.samza.system.chooser
-
-
-
-MessageCollector - Interface in org.apache.samza.task
-
-Used as an interface for the means of sending message envelopes to an output stream.
-
-Metric - Interface in org.apache.samza.metrics
-
-Metric class that allows metric visitors to visit it to get its information.
-
-MetricsRegistry - Interface in org.apache.samza.metrics
-
-A MetricsRegistry allows its users to create new
Metrics and
- have those metrics wired to specific metrics systems, such as JMX, provided by
MetricsReporters.
-
-MetricsReporter - Interface in org.apache.samza.metrics
-
-A MetricsReporter is the interface that different metrics sinks, such as JMX, implement to receive
- metrics from the Samza framework and Samza jobs.
-
-MetricsReporterFactory - Interface in org.apache.samza.metrics
-
-
-
-MetricsVisitor - Class in org.apache.samza.metrics
-
-A MetricsVisitor can be used to process each metric in a
ReadableMetricsRegistry,
- encapsulating the logic of what to be done with each metric in the counter and gauge methods.
-
-MetricsVisitor() - Constructor for class org.apache.samza.metrics.MetricsVisitor
-
-
-
-
-
-
N
-
-name - Variable in class org.apache.samza.container.SamzaContainerContext
-
-name - Variable in class org.apache.samza.job.CommandBuilder
-
-newBlockingQueue() - Method in class org.apache.samza.util.BlockingEnvelopeMap
-
-newCounter(String, String) - Method in interface org.apache.samza.metrics.MetricsRegistry
-
-
-
-newCounter(String, Counter) - Method in interface org.apache.samza.metrics.MetricsRegistry
-
-Register existing
Counter with this registry
-
-newCounter(String, String) - Method in class org.apache.samza.util.NoOpMetricsRegistry
-
-newCounter(String, Counter) - Method in class org.apache.samza.util.NoOpMetricsRegistry
-
-newGauge(String, String, T) - Method in interface org.apache.samza.metrics.MetricsRegistry
-
-Create and register a new
Gauge
-
-newGauge(String, Gauge<T>) - Method in interface org.apache.samza.metrics.MetricsRegistry
-
-Register an existing
Gauge
-
-newGauge(String, String, T) - Method in class org.apache.samza.util.NoOpMetricsRegistry
-
-newGauge(String, Gauge<T>) - Method in class org.apache.samza.util.NoOpMetricsRegistry
-
-newTimer(String, String) - Method in interface org.apache.samza.metrics.MetricsRegistry
-
-Create and Register a new
Timer
-
-newTimer(String, Timer) - Method in interface org.apache.samza.metrics.MetricsRegistry
-
-Register existing
Timer with this registry
-
-newTimer(String, String) - Method in class org.apache.samza.util.NoOpMetricsRegistry
-
-newTimer(String, Timer) - Method in class org.apache.samza.util.NoOpMetricsRegistry
-
-next() - Method in class org.apache.samza.system.SystemStreamPartitionIterator
-
-NoOpMetricsRegistry - Class in org.apache.samza.util
-
-MetricsRegistry implementation for when no actual metrics need to be
- recorded but a registry is still required.
-
-NoOpMetricsRegistry() - Constructor for class org.apache.samza.util.NoOpMetricsRegistry
-
-
-
-
-
-
O
-
-onCounter(String, Counter) - Method in interface org.apache.samza.metrics.ReadableMetricsRegistryListener
-
-onGauge(String, Gauge<?>) - Method in interface org.apache.samza.metrics.ReadableMetricsRegistryListener
-
-onTimer(String, Timer) - Method in interface org.apache.samza.metrics.ReadableMetricsRegistryListener
-
-org.apache.samza - package org.apache.samza
-
-org.apache.samza.checkpoint - package org.apache.samza.checkpoint
-
-org.apache.samza.config - package org.apache.samza.config
-
-org.apache.samza.container - package org.apache.samza.container
-
-org.apache.samza.container.grouper.stream - package org.apache.samza.container.grouper.stream
-
-org.apache.samza.job - package org.apache.samza.job
-
-org.apache.samza.metrics - package org.apache.samza.metrics
-
-org.apache.samza.serializers - package org.apache.samza.serializers
-
-org.apache.samza.storage - package org.apache.samza.storage
-
-org.apache.samza.system - package org.apache.samza.system
-
-org.apache.samza.system.chooser - package org.apache.samza.system.chooser
-
-org.apache.samza.task - package org.apache.samza.task
-
-org.apache.samza.util - package org.apache.samza.util
-
-OutgoingMessageEnvelope - Class in org.apache.samza.system
-
-
-
-OutgoingMessageEnvelope(SystemStream, String, String, Object, Object, Object) - Constructor for class org.apache.samza.system.OutgoingMessageEnvelope
-
-Constructs a new OutgoingMessageEnvelope from specified components.
-
-OutgoingMessageEnvelope(SystemStream, Object, Object, Object) - Constructor for class org.apache.samza.system.OutgoingMessageEnvelope
-
-Constructs a new OutgoingMessageEnvelope from specified components.
-
-OutgoingMessageEnvelope(SystemStream, Object, Object) - Constructor for class org.apache.samza.system.OutgoingMessageEnvelope
-
-Constructs a new OutgoingMessageEnvelope from specified components.
-
-OutgoingMessageEnvelope(SystemStream, Object) - Constructor for class org.apache.samza.system.OutgoingMessageEnvelope
-
-Constructs a new OutgoingMessageEnvelope from specified components.
-
-
-
-
-
-
P
-
-Partition - Class in org.apache.samza
-
-A numbered, ordered partition of a stream.
-
-Partition(int) - Constructor for class org.apache.samza.Partition
-
-Constructs a new Samza stream partition from a specified partition number.
-
-partition - Variable in class org.apache.samza.system.SystemStreamPartition
-
-poll(Set<SystemStreamPartition>, long) - Method in interface org.apache.samza.system.SystemConsumer
-
-Poll the SystemConsumer to get any available messages from the underlying
- system.
-
-poll(Set<SystemStreamPartition>, long) - Method in class org.apache.samza.util.BlockingEnvelopeMap
-
-process(IncomingMessageEnvelope, MessageCollector, TaskCoordinator) - Method in interface org.apache.samza.task.StreamTask
-
-Called once for each message that this StreamTask receives.
-
-put(String, String) - Method in class org.apache.samza.config.Config
-
-put(SystemStreamPartition, IncomingMessageEnvelope) - Method in class org.apache.samza.util.BlockingEnvelopeMap
-
-putAll(Map<? extends String, ? extends String>) - Method in class org.apache.samza.config.Config
-
-putAll(SystemStreamPartition, List<IncomingMessageEnvelope>) - Method in class org.apache.samza.util.BlockingEnvelopeMap
-
-
-
-
-
-
R
-
-ReadableMetricsRegistry - Interface in org.apache.samza.metrics
-
-A ReadableMetricsRegistry is a
MetricsRegistry that also
- allows read access to the metrics for which it is responsible.
-
-ReadableMetricsRegistryListener - Interface in org.apache.samza.metrics
-
-readChangeLogPartitionMapping() - Method in interface org.apache.samza.checkpoint.CheckpointManager
-
-Read the taskName to partition mapping that is being maintained by this CheckpointManager
-
-readLastCheckpoint(TaskName) - Method in interface org.apache.samza.checkpoint.CheckpointManager
-
-Returns the last recorded checkpoint for a specified taskName.
-
-register(TaskName) - Method in interface org.apache.samza.checkpoint.CheckpointManager
-
-Registers this manager to write checkpoints of a specific Samza stream partition.
-
-register(String, ReadableMetricsRegistry) - Method in interface org.apache.samza.metrics.MetricsReporter
-
-register(SystemStreamPartition, String) - Method in class org.apache.samza.system.chooser.BaseMessageChooser
-
-register(SystemStreamPartition, String) - Method in interface org.apache.samza.system.chooser.MessageChooser
-
-Called before start, to let the chooser know that it will be handling
- envelopes from the given SystemStreamPartition.
-
-register(SystemStreamPartition, String) - Method in interface org.apache.samza.system.SystemConsumer
-
-Register a SystemStreamPartition to this SystemConsumer.
-
-register(String) - Method in interface org.apache.samza.system.SystemProducer
-
-Registers this producer to send messages from a specified Samza source, such as a StreamTask.
-
-register(SystemStreamPartition, String) - Method in class org.apache.samza.util.BlockingEnvelopeMap
-
-remove(Object) - Method in class org.apache.samza.config.Config
-
-remove() - Method in class org.apache.samza.system.SystemStreamPartitionIterator
-
-Reservoir - Interface in org.apache.samza.metrics
-
-A reservoir interface to store, update and display values
-
-restore(Iterator<IncomingMessageEnvelope>) - Method in interface org.apache.samza.storage.StorageEngine
-
-Restore the content of this StorageEngine from the changelog.
-
-rewrite(String, Config) - Method in interface org.apache.samza.config.ConfigRewriter
-
-
-
-
-
-
S
-
-SamzaContainerContext - Class in org.apache.samza.container
-
-A SamzaContainerContext maintains per-container information for the tasks it executes.
-
-SamzaContainerContext(String, Config, Collection<TaskName>) - Constructor for class org.apache.samza.container.SamzaContainerContext
-
-An immutable context object that can passed to tasks to give them information
- about the container in which they are executing.
-
-SamzaException - Exception in org.apache.samza
-
-Unchecked exception that Samza throws when something goes wrong.
-
-SamzaException() - Constructor for exception org.apache.samza.SamzaException
-
-SamzaException(String, Throwable) - Constructor for exception org.apache.samza.SamzaException
-
-SamzaException(String) - Constructor for exception org.apache.samza.SamzaException
-
-SamzaException(Throwable) - Constructor for exception org.apache.samza.SamzaException
-
-send(String, OutgoingMessageEnvelope) - Method in interface org.apache.samza.system.SystemProducer
-
-Sends a specified message envelope from a specified Samza source.
-
-send(OutgoingMessageEnvelope) - Method in interface org.apache.samza.task.MessageCollector
-
-Sends message envelope out onto specified stream.
-
-Serde <T > - Interface in org.apache.samza.serializers
-
-A Serde is a convenience type that implements both the
Serializer and
-
Deserializer interfaces, allowing it to both read and write data
- in its value type, T.
-
-SerdeFactory <T > - Interface in org.apache.samza.serializers
-
-Build an instance of
Serde
-
-Serializer <T > - Interface in org.apache.samza.serializers
-
-A standard interface for Samza compatible serializers, used for serializing objects to bytes.
-
-set(long) - Method in class org.apache.samza.metrics.Counter
-
-set(T) - Method in class org.apache.samza.metrics.Gauge
-
-setConfig(Config) - Method in class org.apache.samza.job.CommandBuilder
-
-setIsAtHead(SystemStreamPartition, boolean) - Method in class org.apache.samza.util.BlockingEnvelopeMap
-
-setName(String) - Method in class org.apache.samza.job.CommandBuilder
-
-setNoMoreMessages(SystemStreamPartition, boolean) - Method in class org.apache.samza.util.BlockingEnvelopeMap.BlockingEnvelopeMapMetrics
-
-setTaskNameToChangeLogPartitionMapping(Map<TaskName, Integer>) - Method in class org.apache.samza.job.CommandBuilder
-
-setTaskNameToSystemStreamPartitionsMapping(Map<TaskName, Set<SystemStreamPartition>>) - Method in class org.apache.samza.job.CommandBuilder
-
-shutdown(TaskCoordinator.RequestScope) - Method in interface org.apache.samza.task.TaskCoordinator
-
-Requests that the container should be shut down.
-
-SinglePartitionWithoutOffsetsSystemAdmin - Class in org.apache.samza.util
-
-A simple helper admin class that defines a single partition (partition 0) for
- a given system.
-
-SinglePartitionWithoutOffsetsSystemAdmin() - Constructor for class org.apache.samza.util.SinglePartitionWithoutOffsetsSystemAdmin
-
-size() - Method in class org.apache.samza.config.MapConfig
-
-size() - Method in interface org.apache.samza.metrics.Reservoir
-
-Return the number of values in this reservoir
-
-size() - Method in class org.apache.samza.metrics.SlidingTimeWindowReservoir
-
-SlidingTimeWindowReservoir - Class in org.apache.samza.metrics
-
-An implemented
Reservoir used to store values that appear in a
- sliding time window
-
-SlidingTimeWindowReservoir() - Constructor for class org.apache.samza.metrics.SlidingTimeWindowReservoir
-
-Default constructor using default window size
-
-SlidingTimeWindowReservoir(long) - Constructor for class org.apache.samza.metrics.SlidingTimeWindowReservoir
-
-Construct the SlidingTimeWindowReservoir with window size
-
-SlidingTimeWindowReservoir(long, Clock) - Constructor for class org.apache.samza.metrics.SlidingTimeWindowReservoir
-
-Snapshot - Class in org.apache.samza.metrics
-
-A statistical snapshot of a collection of values
-
-Snapshot(Collection<Long>) - Constructor for class org.apache.samza.metrics.Snapshot
-
-start() - Method in interface org.apache.samza.checkpoint.CheckpointManager
-
-start() - Method in interface org.apache.samza.metrics.MetricsReporter
-
-start() - Method in class org.apache.samza.system.chooser.BaseMessageChooser
-
-start() - Method in interface org.apache.samza.system.chooser.MessageChooser
-
-Called after all SystemStreamPartitions have been registered.
-
-start() - Method in interface org.apache.samza.system.SystemConsumer
-
-Tells the SystemConsumer to connect to the underlying system, and prepare
- to begin serving messages when poll is invoked.
-
-start() - Method in interface org.apache.samza.system.SystemProducer
-
-Start the SystemProducer.
-
-stop() - Method in interface org.apache.samza.checkpoint.CheckpointManager
-
-stop() - Method in interface org.apache.samza.metrics.MetricsReporter
-
-stop() - Method in interface org.apache.samza.storage.StorageEngine
-
-Close the storage engine
-
-stop() - Method in class org.apache.samza.system.chooser.BaseMessageChooser
-
-stop() - Method in interface org.apache.samza.system.chooser.MessageChooser
-
-Called when the chooser is about to be discarded.
-
-stop() - Method in interface org.apache.samza.system.SystemConsumer
-
-Tells the SystemConsumer to close all connections, release all resource,
- and shut down everything.
-
-stop() - Method in interface org.apache.samza.system.SystemProducer
-
-Stop the SystemProducer.
-
-StorageEngine - Interface in org.apache.samza.storage
-
-A storage engine for managing state maintained by a stream processor.
-
-StorageEngineFactory <K ,V > - Interface in org.apache.samza.storage
-
-An object provided by the storage engine implementation to create instances
- of the given storage engine type.
-
-stream - Variable in class org.apache.samza.system.SystemStream
-
-StreamJob - Interface in org.apache.samza.job
-
-A StreamJob runs Samza
StreamTasks in its specific environment.
-
-StreamJobFactory - Interface in org.apache.samza.job
-
-
-
-StreamTask - Interface in org.apache.samza.task
-
-A StreamTask is the basic class on which Samza jobs are implemented.
-
-submit() - Method in interface org.apache.samza.job.StreamJob
-
-Submit this job to be run.
-
-subset(String) - Method in class org.apache.samza.config.Config
-
-subset(String, boolean) - Method in class org.apache.samza.config.Config
-
-system - Variable in class org.apache.samza.system.SystemStream
-
-SystemAdmin - Interface in org.apache.samza.system
-
-Helper interface attached to an underlying system to fetch
- information about streams, partitions, offsets, etc.
-
-SystemConsumer - Interface in org.apache.samza.system
-
-
- SystemConsumer is the interface that must be implemented by any system that
- wishes to integrate with Samza.
-
-SystemFactory - Interface in org.apache.samza.system
-
-
-
-SystemProducer - Interface in org.apache.samza.system
-
-SystemProducers are how Samza writes messages from
StreamTasks to outside systems,
- such as messaging systems like Kafka, or file systems.
-
-SystemStream - Class in org.apache.samza.system
-
-Streams in Samza consist of both the stream name and the system to which the stream belongs.
-
-SystemStream(String, String) - Constructor for class org.apache.samza.system.SystemStream
-
-Constructs a Samza stream object from specified components.
-
-SystemStream(SystemStream) - Constructor for class org.apache.samza.system.SystemStream
-
-Constructs a Samza stream object based upon an existing Samza stream.
-
-SystemStreamMetadata - Class in org.apache.samza.system
-
-SystemAdmins use this class to return useful metadata about a stream's offset
- and partition information.
-
-SystemStreamMetadata(String, Map<Partition, SystemStreamMetadata.SystemStreamPartitionMetadata>) - Constructor for class org.apache.samza.system.SystemStreamMetadata
-
-SystemStreamMetadata.OffsetType - Enum in org.apache.samza.system
-
-OffsetType is an enum used to define which offset should be used when
- reading from a SystemStreamPartition for the first time.
-
-SystemStreamMetadata.SystemStreamPartitionMetadata - Class in org.apache.samza.system
-
-Provides offset information for a given SystemStreamPartition.
-
-SystemStreamMetadata.SystemStreamPartitionMetadata(String, String, String) - Constructor for class org.apache.samza.system.SystemStreamMetadata.SystemStreamPartitionMetadata
-
-SystemStreamPartition - Class in org.apache.samza.system
-
-
-
-SystemStreamPartition(String, String, Partition) - Constructor for class org.apache.samza.system.SystemStreamPartition
-
-Constructs a Samza stream partition object from specified components.
-
-SystemStreamPartition(SystemStreamPartition) - Constructor for class org.apache.samza.system.SystemStreamPartition
-
-Constructs a Samza stream partition object based upon an existing Samza stream partition.
-
-SystemStreamPartition(SystemStream, Partition) - Constructor for class org.apache.samza.system.SystemStreamPartition
-
-Constructs a Samza stream partition object based upon another Samza stream and a specified partition.
-
-SystemStreamPartitionGrouper - Interface in org.apache.samza.container.grouper.stream
-
-Group a set of SystemStreamPartitions into logical taskNames that share a common characteristic, defined
- by the implementation.
-
-SystemStreamPartitionGrouperFactory - Interface in org.apache.samza.container.grouper.stream
-
-Return an instance a SystemStreamPartitionGrouper per the particular implementation
-
-SystemStreamPartitionIterator - Class in org.apache.samza.system
-
-
-
-SystemStreamPartitionIterator(SystemConsumer, SystemStreamPartition) - Constructor for class org.apache.samza.system.SystemStreamPartitionIterator
-
-SystemStreamPartitionIterator(SystemConsumer, SystemStreamPartition, int) - Constructor for class org.apache.samza.system.SystemStreamPartitionIterator
-
-
-
-
-
-
T
-
-TaskContext - Interface in org.apache.samza.task
-
-
-
-TaskCoordinator - Interface in org.apache.samza.task
-
-TaskCoordinators are provided to the process methods of
StreamTask implementations
- to allow the user code to request actions from the Samza framework, including committing the current checkpoints
- to configured
CheckpointManagers or shutting down the task or all tasks within
- a container.
-
-TaskCoordinator.RequestScope - Enum in org.apache.samza.task
-
-
-
-TaskLifecycleListener - Interface in org.apache.samza.task
-
-Used to get before/after notifications before initializing/closing all tasks
- in a given container (JVM/process).
-
-TaskLifecycleListenerFactory - Interface in org.apache.samza.task
-
-
-
-TaskName - Class in org.apache.samza.container
-
-
-
-TaskName(String) - Constructor for class org.apache.samza.container.TaskName
-
-taskNames - Variable in class org.apache.samza.container.SamzaContainerContext
-
-taskNameToChangeLogPartitionMapping - Variable in class org.apache.samza.job.CommandBuilder
-
-taskNameToSystemStreamPartitionsMapping - Variable in class org.apache.samza.job.CommandBuilder
-
-timer(Timer) - Method in class org.apache.samza.metrics.MetricsVisitor
-
-Timer - Class in org.apache.samza.metrics
-
-A timer metric that stores time duration and provides
Snapshot of the
- durations.
-
-Timer(String) - Constructor for class org.apache.samza.metrics.Timer
-
-Default constructor.
-
-Timer(String, long, Clock) - Constructor for class org.apache.samza.metrics.Timer
-
-Construct a
Timer with given window size
-
-Timer(String, Reservoir) - Constructor for class org.apache.samza.metrics.Timer
-
-
-
-toBytes(T) - Method in interface org.apache.samza.serializers.Serializer
-
-Serializes given object to an array of bytes.
-
-toString() - Method in class org.apache.samza.checkpoint.Checkpoint
-
-toString() - Method in class org.apache.samza.config.MapConfig
-
-toString() - Method in class org.apache.samza.container.TaskName
-
-toString() - Method in enum org.apache.samza.job.ApplicationStatus
-
-toString() - Method in class org.apache.samza.metrics.Counter
-
-toString() - Method in class org.apache.samza.metrics.Gauge
-
-toString() - Method in class org.apache.samza.Partition
-
-toString() - Method in class org.apache.samza.system.IncomingMessageEnvelope
-
-toString() - Method in class org.apache.samza.system.OutgoingMessageEnvelope
-
-toString() - Method in class org.apache.samza.system.SystemStream
-
-toString() - Method in class org.apache.samza.system.SystemStreamMetadata.SystemStreamPartitionMetadata
-
-toString() - Method in class org.apache.samza.system.SystemStreamMetadata
-
-toString() - Method in class org.apache.samza.system.SystemStreamPartition
-
-
-
-
-
-
U
-
-unlisten(ReadableMetricsRegistryListener) - Method in interface org.apache.samza.metrics.ReadableMetricsRegistry
-
-update(long) - Method in interface org.apache.samza.metrics.Reservoir
-
-Update the reservoir with the new value
-
-update(long) - Method in class org.apache.samza.metrics.SlidingTimeWindowReservoir
-
-update(long) - Method in class org.apache.samza.metrics.Timer
-
-Add the time duration
-
-update(IncomingMessageEnvelope) - Method in interface org.apache.samza.system.chooser.MessageChooser
-
-Notify the chooser that a new envelope is available for a processing.
-
-
-
-
-
-
V
-
-valueOf(String) - Static method in enum org.apache.samza.job.ApplicationStatus
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum org.apache.samza.system.SystemStreamMetadata.OffsetType
-
-Returns the enum constant of this type with the specified name.
-
-valueOf(String) - Static method in enum org.apache.samza.task.TaskCoordinator.RequestScope
-
-Returns the enum constant of this type with the specified name.
-
-values() - Method in class org.apache.samza.config.MapConfig
-
-values() - Static method in enum org.apache.samza.job.ApplicationStatus
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-values() - Static method in enum org.apache.samza.system.SystemStreamMetadata.OffsetType
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-values() - Static method in enum org.apache.samza.task.TaskCoordinator.RequestScope
-
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-visit(MetricsVisitor) - Method in class org.apache.samza.metrics.Counter
-
-visit(MetricsVisitor) - Method in class org.apache.samza.metrics.Gauge
-
-visit(MetricsVisitor) - Method in interface org.apache.samza.metrics.Metric
-
-visit(Metric) - Method in class org.apache.samza.metrics.MetricsVisitor
-
-visit(MetricsVisitor) - Method in class org.apache.samza.metrics.Timer
-
-
-
-
-
-
W
-
-waitForFinish(long) - Method in interface org.apache.samza.job.StreamJob
-
-Block on this job until either it finishes or reaches its timeout value
-
-waitForStatus(ApplicationStatus, long) - Method in interface org.apache.samza.job.StreamJob
-
-Block on this job until either it transitions to the specified status or reaches it timeout value
-
-window(MessageCollector, TaskCoordinator) - Method in interface org.apache.samza.task.WindowableTask
-
-Called by TaskRunner for each implementing task at the end of every specified window.
-
-WindowableTask - Interface in org.apache.samza.task
-
-Add-on interface to
StreamTask implementations to add code which will be run on
- a specified time interval (via configuration).
-
-writeChangeLogPartitionMapping(Map<TaskName, Integer>) - Method in interface org.apache.samza.checkpoint.CheckpointManager
-
-Write the taskName to partition mapping that is being maintained by this CheckpointManager
-
-writeCheckpoint(TaskName, Checkpoint) - Method in interface org.apache.samza.checkpoint.CheckpointManager
-
-Writes a checkpoint based on the current state of a Samza stream partition.
-
-
-
A B C D E F G H I K L M N O P R S T U V W
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/index.html b/docs/learn/documentation/versioned/api/javadocs/index.html
deleted file mode 100644
index 1659e39944c89d36955f9b8279738376e27df56f..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/index.html
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-samza-api 0.8.0-SNAPSHOT API
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-Frame Alert
-This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version .
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/Partition.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/Partition.html
deleted file mode 100644
index a62d4a871725c812f5306bb40fe20f5981c9cc69..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/Partition.html
+++ /dev/null
@@ -1,332 +0,0 @@
-
-
-
-
-
-Partition (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.Partition
-
-
-
-
-
-
-
-All Implemented Interfaces:
-java.lang.Comparable<Partition >
-
-
-
-public class Partition
-extends java.lang.Object
-implements java.lang.Comparable<Partition >
-A numbered, ordered partition of a stream.
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Partition (int partition)
-Constructs a new Samza stream partition from a specified partition number.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-hashCode
-public int hashCode()
-
-Overrides:
-hashCode in class java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/SamzaException.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/SamzaException.html
deleted file mode 100644
index b4da707ba880eff0a312c71b7e7452e389eb72eb..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/SamzaException.html
+++ /dev/null
@@ -1,296 +0,0 @@
-
-
-
-
-
-SamzaException (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Throwable
-
-
-java.lang.Exception
-
-
-java.lang.RuntimeException
-
-
-org.apache.samza.SamzaException
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-Methods inherited from class java.lang.Throwable
-addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-SamzaException
-public SamzaException()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/Checkpoint.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/Checkpoint.html
deleted file mode 100644
index 7dafff00de5044746cbe2233bf910d0fe39ea0b1..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/Checkpoint.html
+++ /dev/null
@@ -1,316 +0,0 @@
-
-
-
-
-
-Checkpoint (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.checkpoint.Checkpoint
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Checkpoint (java.util.Map<SystemStreamPartition ,java.lang.String> offsets)
-Constructs a new checkpoint based off a map of Samza stream offsets.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-boolean
-equals (java.lang.Object o)
-
-
-java.util.Map<SystemStreamPartition ,java.lang.String>
-getOffsets ()
-Gets a unmodifiable view of the current Samza stream offsets.
-
-
-
-int
-hashCode ()
-
-
-java.lang.String
-toString ()
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-Checkpoint
-public Checkpoint(java.util.Map<SystemStreamPartition ,java.lang.String> offsets)
-Constructs a new checkpoint based off a map of Samza stream offsets.
-Parameters: offsets - Map of Samza streams to their current offset.
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-getOffsets
-public java.util.Map<SystemStreamPartition ,java.lang.String> getOffsets()
-Gets a unmodifiable view of the current Samza stream offsets.
-Returns: A unmodifiable view of a Map of Samza streams to their recorded offsets.
-
-
-
-
-
-
-
-
-
-
-
-hashCode
-public int hashCode()
-
-Overrides:
-hashCode in class java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/CheckpointManager.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/CheckpointManager.html
deleted file mode 100644
index 483f19d4453df509b2be40d3dfcf18b3d9a14f5f..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/CheckpointManager.html
+++ /dev/null
@@ -1,307 +0,0 @@
-
-
-
-
-
-CheckpointManager (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-java.util.Map<TaskName ,java.lang.Integer>
-readChangeLogPartitionMapping ()
-Read the taskName to partition mapping that is being maintained by this CheckpointManager
-
-
-
-Checkpoint
-readLastCheckpoint (TaskName taskName)
-Returns the last recorded checkpoint for a specified taskName.
-
-
-
-void
-register (TaskName taskName)
-Registers this manager to write checkpoints of a specific Samza stream partition.
-
-
-
-void
-start ()
-
-
-void
-stop ()
-
-
-void
-writeChangeLogPartitionMapping (java.util.Map<TaskName ,java.lang.Integer> mapping)
-Write the taskName to partition mapping that is being maintained by this CheckpointManager
-
-
-
-void
-writeCheckpoint (TaskName taskName,
- Checkpoint checkpoint)
-Writes a checkpoint based on the current state of a Samza stream partition.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-start
-void start()
-
-
-
-
-
-
-
-
-
-
-
-writeCheckpoint
-void writeCheckpoint(TaskName taskName,
- Checkpoint checkpoint)
-Writes a checkpoint based on the current state of a Samza stream partition.
-Parameters: taskName - Specific Samza taskName of which to write a checkpoint of.checkpoint - Reference to a Checkpoint object to store offset data in.
-
-
-
-
-
-
-
-
-
-
-
-readChangeLogPartitionMapping
-java.util.Map<TaskName ,java.lang.Integer> readChangeLogPartitionMapping()
-Read the taskName to partition mapping that is being maintained by this CheckpointManager
-Returns: TaskName to task log partition mapping, or an empty map if there were no messages.
-
-
-
-
-
-
-
-writeChangeLogPartitionMapping
-void writeChangeLogPartitionMapping(java.util.Map<TaskName ,java.lang.Integer> mapping)
-Write the taskName to partition mapping that is being maintained by this CheckpointManager
-Parameters: mapping - Each TaskName's partition within the changelog
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/CheckpointManagerFactory.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/CheckpointManagerFactory.html
deleted file mode 100644
index 910cf8ea7f973342ec64a3c25407107115874a13..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/CheckpointManagerFactory.html
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-
-
-CheckpointManagerFactory (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/package-frame.html
deleted file mode 100644
index 47a1d7da2009b3654e45562478f2630c6acd58be..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/package-frame.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-org.apache.samza.checkpoint (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
Interfaces
-
-
Classes
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/package-summary.html
deleted file mode 100644
index ec4c0e680bcd830c3d13360a1453ee015083b979..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/package-summary.html
+++ /dev/null
@@ -1,157 +0,0 @@
-
-
-
-
-
-org.apache.samza.checkpoint (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-Checkpoint
-
-A checkpoint is a mapping of all the streams a job is consuming and the most recent current offset for each.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/package-tree.html
deleted file mode 100644
index 1aa7b589504807ca40db103c9b9f520fc98bb9ba..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/checkpoint/package-tree.html
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
-
-org.apache.samza.checkpoint Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-
Interface Hierarchy
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/Config.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/Config.html
deleted file mode 100644
index 70d71dc560d80e91b6cab4ba0f2e8641f7b260d7..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/Config.html
+++ /dev/null
@@ -1,672 +0,0 @@
-
-
-
-
-
-Config (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.config.Config
-
-
-
-
-
-
-
-All Implemented Interfaces:
-java.util.Map<java.lang.String,java.lang.String>
-
-
-Direct Known Subclasses:
-MapConfig
-
-
-
-public abstract class Config
-extends java.lang.Object
-implements java.util.Map<java.lang.String,java.lang.String>
-Store and retrieve named, typed values as configuration for classes implementing this interface.
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from interface java.util.Map
-java.util.Map.Entry<K,V>
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Config ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-clear ()
-
-
-java.lang.String
-get (java.lang.String k,
- java.lang.String defaultString)
-
-
-boolean
-getBoolean (java.lang.String k)
-
-
-boolean
-getBoolean (java.lang.String k,
- boolean defaultValue)
-
-
-<T> java.lang.Class<T>
-getClass (java.lang.String k)
-
-
-java.util.Date
-getDate (java.lang.String k)
-
-
-java.util.Date
-getDate (java.lang.String k,
- java.util.Date defaultValue)
-
-
-java.util.Date
-getDate (java.lang.String k,
- java.text.SimpleDateFormat format)
-
-
-java.util.Date
-getDate (java.lang.String k,
- java.text.SimpleDateFormat format,
- java.util.Date defaultValue)
-
-
-java.util.Date
-getDate (java.lang.String k,
- java.lang.String format)
-
-
-java.util.Date
-getDate (java.lang.String k,
- java.lang.String format,
- java.util.Date defaultValue)
-
-
-double
-getDouble (java.lang.String k)
-
-
-double
-getDouble (java.lang.String k,
- double defaultValue)
-
-
-int
-getInt (java.lang.String k)
-
-
-int
-getInt (java.lang.String k,
- int defaultValue)
-
-
-java.util.List<java.lang.String>
-getList (java.lang.String k)
-
-
-java.util.List<java.lang.String>
-getList (java.lang.String k,
- java.util.List<java.lang.String> defaultValue)
-
-
-long
-getLong (java.lang.String k)
-
-
-long
-getLong (java.lang.String k,
- long defaultValue)
-
-
-<T> T
-getNewInstance (java.lang.String k)
-
-
-short
-getShort (java.lang.String k)
-
-
-short
-getShort (java.lang.String k,
- short defaultValue)
-
-
-java.lang.String
-put (java.lang.String key,
- java.lang.String value)
-
-
-void
-putAll (java.util.Map<? extends java.lang.String,? extends java.lang.String> m)
-
-
-java.lang.String
-remove (java.lang.Object s)
-
-
-Config
-subset (java.lang.String prefix)
-
-
-Config
-subset (java.lang.String prefix,
- boolean stripPrefix)
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-Methods inherited from interface java.util.Map
-containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, size, values
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-Config
-public Config()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/ConfigException.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/ConfigException.html
deleted file mode 100644
index 6dec22b9989fc062c9692751505daa39e6829aa3..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/ConfigException.html
+++ /dev/null
@@ -1,285 +0,0 @@
-
-
-
-
-
-ConfigException (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-java.lang.Throwable
-
-
-java.lang.Exception
-
-
-java.lang.RuntimeException
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-Methods inherited from class java.lang.Throwable
-addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/ConfigFactory.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/ConfigFactory.html
deleted file mode 100644
index 92c08443c84325b3de9cb26d405bd05aced88708..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/ConfigFactory.html
+++ /dev/null
@@ -1,210 +0,0 @@
-
-
-
-
-
-ConfigFactory (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-Config
-getConfig (java.net.URI configUri)
-Build a specific Config.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/ConfigRewriter.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/ConfigRewriter.html
deleted file mode 100644
index 86fd74aa8a6793ce8ac83da18507eb13c548997d..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/ConfigRewriter.html
+++ /dev/null
@@ -1,208 +0,0 @@
-
-
-
-
-
-ConfigRewriter (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-public interface ConfigRewriter
-A ConfigRewriter receives the job's config during job startup and may re-write it to provide new configs,
- remove existing configs or audit and verify the config is correct or permitted.
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-Config
-rewrite (java.lang.String name,
- Config config)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/MapConfig.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/MapConfig.html
deleted file mode 100644
index bbe759276ac012711ec483ad32e675a1d6efde15..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/MapConfig.html
+++ /dev/null
@@ -1,456 +0,0 @@
-
-
-
-
-
-MapConfig (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-Nested classes/interfaces inherited from interface java.util.Map
-java.util.Map.Entry<K,V>
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-MapConfig ()
-
-
-MapConfig (java.util.List<java.util.Map<java.lang.String,java.lang.String>> maps)
-
-
-MapConfig (java.util.Map<java.lang.String,java.lang.String> map)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-boolean
-containsKey (java.lang.Object k)
-
-
-boolean
-containsValue (java.lang.Object v)
-
-
-java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>>
-entrySet ()
-
-
-boolean
-equals (java.lang.Object obj)
-
-
-java.lang.String
-get (java.lang.Object k)
-
-
-int
-hashCode ()
-
-
-boolean
-isEmpty ()
-
-
-java.util.Set<java.lang.String>
-keySet ()
-
-
-int
-size ()
-
-
-java.lang.String
-toString ()
-
-
-java.util.Collection<java.lang.String>
-values ()
-
-
-
-
-
-
-Methods inherited from class org.apache.samza.config.Config
-clear , get , getBoolean , getBoolean , getClass , getDate , getDate , getDate , getDate , getDate , getDate , getDouble , getDouble , getInt , getInt , getList , getList , getLong , getLong , getNewInstance , getShort , getShort , put , putAll , remove , subset , subset
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-MapConfig
-public MapConfig()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-isEmpty
-public boolean isEmpty()
-
-
-
-
-
-
-
-
-
-
-
-size
-public int size()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-hashCode
-public int hashCode()
-
-Specified by:
-hashCode in interface java.util.Map<java.lang.String,java.lang.String>
-Overrides:
-hashCode in class java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/package-frame.html
deleted file mode 100644
index c214c03780b62f06e418025a16b9a7a8145388b9..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/package-frame.html
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-org.apache.samza.config (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
Interfaces
-
-
Classes
-
-
Exceptions
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/package-summary.html
deleted file mode 100644
index fde498a9f522233687cfc5c23198b3d0d3a6968c..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/package-summary.html
+++ /dev/null
@@ -1,180 +0,0 @@
-
-
-
-
-
-org.apache.samza.config (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Interface Summary
-
-Interface
-Description
-
-
-
-ConfigFactory
-
-
-
-
-
-ConfigRewriter
-
-A ConfigRewriter receives the job's config during job startup and may re-write it to provide new configs,
- remove existing configs or audit and verify the config is correct or permitted.
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-Config
-
-Store and retrieve named, typed values as configuration for classes implementing this interface.
-
-
-
-MapConfig
-
-
-
-
-
-
-
-
-
-Exception Summary
-
-Exception
-Description
-
-
-
-ConfigException
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/package-tree.html
deleted file mode 100644
index 0418a747e2891d416f343ed2d1cc85b07ee5f764..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/config/package-tree.html
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
-
-
-org.apache.samza.config Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-org.apache.samza.config.Config (implements java.util.Map<K,V>)
-
-
-java.lang.Throwable (implements java.io.Serializable)
-
-java.lang.Exception
-
-java.lang.RuntimeException
-
-
-
-
-
-
-
-
-
-
Interface Hierarchy
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/SamzaContainerContext.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/SamzaContainerContext.html
deleted file mode 100644
index 8868d8ac3cd246f676a76189018d96abaf478f65..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/SamzaContainerContext.html
+++ /dev/null
@@ -1,299 +0,0 @@
-
-
-
-
-
-SamzaContainerContext (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.container.SamzaContainerContext
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-SamzaContainerContext (java.lang.String name,
- Config config,
- java.util.Collection<TaskName > taskNames)
-An immutable context object that can passed to tasks to give them information
- about the container in which they are executing.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-SamzaContainerContext
-public SamzaContainerContext(java.lang.String name,
- Config config,
- java.util.Collection<TaskName > taskNames)
-An immutable context object that can passed to tasks to give them information
- about the container in which they are executing.
-Parameters: name - The name of the container (either a YARN AM or SamzaContainer).config - The job configuration.taskNames - The set of taskName keys for which this container is responsible.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/TaskName.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/TaskName.html
deleted file mode 100644
index d6c9b15af3f691dac6a83c2477517d13a7fb71db..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/TaskName.html
+++ /dev/null
@@ -1,330 +0,0 @@
-
-
-
-
-
-TaskName (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.container.TaskName
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-TaskName (java.lang.String taskName)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-hashCode
-public int hashCode()
-
-Overrides:
-hashCode in class java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/SystemStreamPartitionGrouper.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/SystemStreamPartitionGrouper.html
deleted file mode 100644
index 21bb2378ed409fc2f2945a312abbfc77c518e5fd..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/SystemStreamPartitionGrouper.html
+++ /dev/null
@@ -1,214 +0,0 @@
-
-
-
-
-
-SystemStreamPartitionGrouper (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-public interface SystemStreamPartitionGrouper
-Group a set of SystemStreamPartitions into logical taskNames that share a common characteristic, defined
- by the implementation. Each taskName has a key that uniquely describes what sets may be in it, but does
- not generally enumerate the elements of those sets. For example, a SystemStreamPartitionGrouper that
- groups SystemStreamPartitions (each with 4 partitions) by their partition, would end up generating
- four TaskNames: 0, 1, 2, 3. These TaskNames describe the partitions but do not list all of the
- SystemStreamPartitions, which allows new SystemStreamPartitions to be added later without changing
- the definition of the TaskNames, assuming these new SystemStreamPartitions do not have more than
- four partitions. On the other hand, a SystemStreamPartitionGrouper that wanted each SystemStreamPartition
- to be its own, unique group would use the SystemStreamPartition's entire description to generate
- the TaskNames.
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/SystemStreamPartitionGrouperFactory.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/SystemStreamPartitionGrouperFactory.html
deleted file mode 100644
index 7819cd3a677bb915ae855ffd1d8b4099c823b5df..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/SystemStreamPartitionGrouperFactory.html
+++ /dev/null
@@ -1,205 +0,0 @@
-
-
-
-
-
-SystemStreamPartitionGrouperFactory (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/package-frame.html
deleted file mode 100644
index 23f369a68313a8877ea9703cab08e2f8fc2a01ab..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/package-frame.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-org.apache.samza.container.grouper.stream (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/package-summary.html
deleted file mode 100644
index 9fd3d92713f89f79d0789e3d599ca0185c4f551c..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/package-summary.html
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
-
-org.apache.samza.container.grouper.stream (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Interface Summary
-
-Interface
-Description
-
-
-
-SystemStreamPartitionGrouper
-
-Group a set of SystemStreamPartitions into logical taskNames that share a common characteristic, defined
- by the implementation.
-
-
-
-SystemStreamPartitionGrouperFactory
-
-Return an instance a SystemStreamPartitionGrouper per the particular implementation
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/package-tree.html
deleted file mode 100644
index 30f399bb60d4c85cb2073700f08a72019969e0e2..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/grouper/stream/package-tree.html
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-org.apache.samza.container.grouper.stream Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/package-frame.html
deleted file mode 100644
index 0de927281b167c5ed5dcb9cbe91e40bc5ee044b3..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/package-frame.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-org.apache.samza.container (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/package-summary.html
deleted file mode 100644
index 7eca19cc4c6720d326b75c9ef35215922e13a7aa..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/package-summary.html
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
-
-org.apache.samza.container (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-SamzaContainerContext
-
-A SamzaContainerContext maintains per-container information for the tasks it executes.
-
-
-
-TaskName
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/package-tree.html
deleted file mode 100644
index f1def026501bc8aa51ed9d518a8569bc3ae15bd3..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/container/package-tree.html
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
-
-
-
-org.apache.samza.container Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/ApplicationStatus.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/ApplicationStatus.html
deleted file mode 100644
index d95bd40254b0f28360f4cabc9bc4692c413a2b12..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/ApplicationStatus.html
+++ /dev/null
@@ -1,359 +0,0 @@
-
-
-
-
-
-ApplicationStatus (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-java.lang.String
-toString ()
-
-
-static ApplicationStatus
-valueOf (java.lang.String name)
-Returns the enum constant of this type with the specified name.
-
-
-
-static ApplicationStatus []
-values ()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
-
-
-
-
-
-Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-valueOf
-public static ApplicationStatus valueOf(java.lang.String name)
-Returns the enum constant of this type with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)
-Parameters: name - the name of the enum constant to be returned.
-Returns: the enum constant with the specified name
-Throws:
-java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
-java.lang.NullPointerException - if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/CommandBuilder.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/CommandBuilder.html
deleted file mode 100644
index a894d99bccd72cb1a066a9abba729383b43f5c1a..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/CommandBuilder.html
+++ /dev/null
@@ -1,398 +0,0 @@
-
-
-
-
-
-CommandBuilder (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.job.CommandBuilder
-
-
-
-
-
-
-
-
-public abstract class CommandBuilder
-extends java.lang.Object
-CommandBuilders are used to customize the command necessary to launch a Samza Job for a particular framework,
- such as YARN or the LocalJobRunner.
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-CommandBuilder ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-CommandBuilder
-public CommandBuilder()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/StreamJob.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/StreamJob.html
deleted file mode 100644
index 9d4c1a411407cdcc1a408f2594a45761d23d1ea7..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/StreamJob.html
+++ /dev/null
@@ -1,284 +0,0 @@
-
-
-
-
-
-StreamJob (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-waitForStatus
-ApplicationStatus waitForStatus(ApplicationStatus status,
- long timeoutMs)
-Block on this job until either it transitions to the specified status or reaches it timeout value
-Parameters: status - Target ApplicationStatus to wait upontimeoutMs - How many milliseconds to wait before returning, assuming the job has not transitioned to the specified value
-Returns: ApplicationStatus of the job after finishing or reaching target state
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/StreamJobFactory.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/StreamJobFactory.html
deleted file mode 100644
index effda50ed458076c640249c85de84ef48c5744a1..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/StreamJobFactory.html
+++ /dev/null
@@ -1,205 +0,0 @@
-
-
-
-
-
-StreamJobFactory (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/package-frame.html
deleted file mode 100644
index fc149edb77b2e06f6b905ad1dc12bc158e60e946..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/package-frame.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-org.apache.samza.job (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
Interfaces
-
-
Classes
-
-
Enums
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/package-summary.html
deleted file mode 100644
index cfb2f0463351fbf2f51e61762b62bdeea07eadd5..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/package-summary.html
+++ /dev/null
@@ -1,174 +0,0 @@
-
-
-
-
-
-org.apache.samza.job (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-CommandBuilder
-
-CommandBuilders are used to customize the command necessary to launch a Samza Job for a particular framework,
- such as YARN or the LocalJobRunner.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/package-tree.html
deleted file mode 100644
index 9e526b61bebd34f3feee9a02d4d5f90e0a275b29..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/job/package-tree.html
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
-org.apache.samza.job Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-
Interface Hierarchy
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Counter.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Counter.html
deleted file mode 100644
index 1c287b8553d3405fa83b1f217431864276993bab..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Counter.html
+++ /dev/null
@@ -1,386 +0,0 @@
-
-
-
-
-
-Counter (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.metrics.Counter
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Counter (java.lang.String name)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-inc
-public long inc()
-
-
-
-
-
-
-
-inc
-public long inc(long n)
-
-
-
-
-
-
-
-dec
-public long dec()
-
-
-
-
-
-
-
-dec
-public long dec(long n)
-
-
-
-
-
-
-
-set
-public void set(long n)
-
-
-
-
-
-
-
-clear
-public void clear()
-
-
-
-
-
-
-
-getCount
-public long getCount()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Gauge.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Gauge.html
deleted file mode 100644
index 5377ee5eb714fddf8515ce5d1add25be89b43cf4..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Gauge.html
+++ /dev/null
@@ -1,350 +0,0 @@
-
-
-
-
-
-Gauge (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.metrics.Gauge<T>
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Gauge (java.lang.String name,
- T value)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Metric.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Metric.html
deleted file mode 100644
index c57a3fe59f8a297f9bb59ee50fa88e2f282fe41f..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Metric.html
+++ /dev/null
@@ -1,209 +0,0 @@
-
-
-
-
-
-Metric (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-visit (MetricsVisitor visitor)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsRegistry.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsRegistry.html
deleted file mode 100644
index 5e1041584aa15470af9aba8895127f55eec87734..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsRegistry.html
+++ /dev/null
@@ -1,330 +0,0 @@
-
-
-
-
-
-MetricsRegistry (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-Counter
-newCounter (java.lang.String group,
- Counter counter)
-Register existing
Counter with this registry
-
-
-
-Counter
-newCounter (java.lang.String group,
- java.lang.String name)
-
-
-
-
-<T> Gauge <T>
-newGauge (java.lang.String group,
- Gauge <T> value)
-Register an existing
Gauge
-
-
-
-<T> Gauge <T>
-newGauge (java.lang.String group,
- java.lang.String name,
- T value)
-Create and register a new
Gauge
-
-
-
-Timer
-newTimer (java.lang.String group,
- java.lang.String name)
-Create and Register a new
Timer
-
-
-
-Timer
-newTimer (java.lang.String group,
- Timer timer)
-Register existing
Timer with this registry
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsReporter.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsReporter.html
deleted file mode 100644
index df51ecc464f9be06beea3e01bb680f0aa758f205..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsReporter.html
+++ /dev/null
@@ -1,234 +0,0 @@
-
-
-
-
-
-MetricsReporter (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-public interface MetricsReporter
-A MetricsReporter is the interface that different metrics sinks, such as JMX, implement to receive
- metrics from the Samza framework and Samza jobs.
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-start
-void start()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsReporterFactory.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsReporterFactory.html
deleted file mode 100644
index 67e1d7aa4f41cd108a458cb18f241ffb89249cb7..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsReporterFactory.html
+++ /dev/null
@@ -1,209 +0,0 @@
-
-
-
-
-
-MetricsReporterFactory (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsVisitor.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsVisitor.html
deleted file mode 100644
index e4a1b2275097ba47b9bfa9828fe886223691a50f..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/MetricsVisitor.html
+++ /dev/null
@@ -1,296 +0,0 @@
-
-
-
-
-
-MetricsVisitor (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.metrics.MetricsVisitor
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-MetricsVisitor ()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-MetricsVisitor
-public MetricsVisitor()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/ReadableMetricsRegistry.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/ReadableMetricsRegistry.html
deleted file mode 100644
index 6157daf75a03da3c049e39900a795711f3f45208..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/ReadableMetricsRegistry.html
+++ /dev/null
@@ -1,257 +0,0 @@
-
-
-
-
-
-ReadableMetricsRegistry (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/ReadableMetricsRegistryListener.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/ReadableMetricsRegistryListener.html
deleted file mode 100644
index aac99beff7546bcdab4095bbc659d6ff232cd6ab..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/ReadableMetricsRegistryListener.html
+++ /dev/null
@@ -1,236 +0,0 @@
-
-
-
-
-
-ReadableMetricsRegistryListener (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-onCounter (java.lang.String group,
- Counter counter)
-
-
-void
-onGauge (java.lang.String group,
- Gauge <?> gauge)
-
-
-void
-onTimer (java.lang.String group,
- Timer timer)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Reservoir.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Reservoir.html
deleted file mode 100644
index de97d0a0f1caefd17b512be4de6d8f1b7fd532b2..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Reservoir.html
+++ /dev/null
@@ -1,247 +0,0 @@
-
-
-
-
-
-Reservoir (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-Snapshot
-getSnapshot ()
-
-
-
-
-int
-size ()
-Return the number of values in this reservoir
-
-
-
-void
-update (long value)
-Update the reservoir with the new value
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-getSnapshot
-Snapshot getSnapshot()
-
-Returns: a statistical snapshot of this reservoir
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/SlidingTimeWindowReservoir.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/SlidingTimeWindowReservoir.html
deleted file mode 100644
index afeeb59db1e7e5bb345c95dc765c8fd8dfb5ea33..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/SlidingTimeWindowReservoir.html
+++ /dev/null
@@ -1,344 +0,0 @@
-
-
-
-
-
-SlidingTimeWindowReservoir (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.metrics.SlidingTimeWindowReservoir
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-Snapshot
-getSnapshot ()
-
-
-
-
-int
-size ()
-Return the number of values in this reservoir
-
-
-
-void
-update (long value)
-Update the reservoir with the new value
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Snapshot.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Snapshot.html
deleted file mode 100644
index 66324fc2766a25160d7c1e5ccef973ffe080836c..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Snapshot.html
+++ /dev/null
@@ -1,327 +0,0 @@
-
-
-
-
-
-Snapshot (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.metrics.Snapshot
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Snapshot (java.util.Collection<java.lang.Long> values)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-double
-getAverage ()
-Get the average of the values in the collection
-
-
-
-long
-getMax ()
-Get the maximum value in the collection
-
-
-
-long
-getMin ()
-Get the minimum value in the collection
-
-
-
-int
-getSize ()
-Get the number of values in the collection
-
-
-
-java.util.ArrayList<java.lang.Long>
-getValues ()
-Return the entire list of values
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Timer.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Timer.html
deleted file mode 100644
index fc5f305c638f0f3a4770d56771ac8de1bfc1ecd1..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/Timer.html
+++ /dev/null
@@ -1,359 +0,0 @@
-
-
-
-
-
-Timer (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.metrics.Timer
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Timer (java.lang.String name)
-Default constructor.
-
-
-
-Timer (java.lang.String name,
- long windowMs,
- Clock clock)
-Construct a
Timer with given window size
-
-
-
-Timer (java.lang.String name,
- Reservoir reservoir)
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/package-frame.html
deleted file mode 100644
index d1123a37de942b6f72dec593c76fa977714503a8..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/package-frame.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-org.apache.samza.metrics (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
Interfaces
-
-
Classes
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/package-summary.html
deleted file mode 100644
index 1d666f913b1f88be5f25572385e9614903d94c47..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/package-summary.html
+++ /dev/null
@@ -1,221 +0,0 @@
-
-
-
-
-
-org.apache.samza.metrics (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Interface Summary
-
-Interface
-Description
-
-
-
-Metric
-
-Metric class that allows metric visitors to visit it to get its information.
-
-
-
-MetricsRegistry
-
-A MetricsRegistry allows its users to create new
Metrics and
- have those metrics wired to specific metrics systems, such as JMX, provided by
MetricsReporters.
-
-
-
-MetricsReporter
-
-A MetricsReporter is the interface that different metrics sinks, such as JMX, implement to receive
- metrics from the Samza framework and Samza jobs.
-
-
-
-MetricsReporterFactory
-
-
-
-
-
-ReadableMetricsRegistry
-
-A ReadableMetricsRegistry is a
MetricsRegistry that also
- allows read access to the metrics for which it is responsible.
-
-
-
-ReadableMetricsRegistryListener
-
-
-
-Reservoir
-
-A reservoir interface to store, update and display values
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-Counter
-
-A counter is a
Metric that represents a cumulative value.
-
-
-
-Gauge <T>
-
-A Gauge is a
Metric that wraps some instance of T in a thread-safe
- reference and allows it to be set or retrieved.
-
-
-
-MetricsVisitor
-
-A MetricsVisitor can be used to process each metric in a
ReadableMetricsRegistry,
- encapsulating the logic of what to be done with each metric in the counter and gauge methods.
-
-
-
-SlidingTimeWindowReservoir
-
-An implemented
Reservoir used to store values that appear in a
- sliding time window
-
-
-
-Snapshot
-
-A statistical snapshot of a collection of values
-
-
-
-Timer
-
-A timer metric that stores time duration and provides
Snapshot of the
- durations.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/package-tree.html
deleted file mode 100644
index 63d0142f91e0dacb8fce1caf7272904c50e96e78..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/metrics/package-tree.html
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
-
-
-org.apache.samza.metrics Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-
Interface Hierarchy
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/package-frame.html
deleted file mode 100644
index 75bd103c775adbd58ff27ae58b56d6c2655d233f..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/package-frame.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-org.apache.samza (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
Classes
-
-
Exceptions
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/package-summary.html
deleted file mode 100644
index 108c5e2e2d0948957c586eb5aa7d0909add71292..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/package-summary.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-org.apache.samza (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-Partition
-
-A numbered, ordered partition of a stream.
-
-
-
-
-
-
-
-Exception Summary
-
-Exception
-Description
-
-
-
-SamzaException
-
-Unchecked exception that Samza throws when something goes wrong.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/package-tree.html
deleted file mode 100644
index 2a3c15e0084903e744488dece50ed10f6dbe88df..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/package-tree.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-org.apache.samza Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-java.lang.Object
-
-org.apache.samza.Partition (implements java.lang.Comparable<T>)
-java.lang.Throwable (implements java.io.Serializable)
-
-java.lang.Exception
-
-java.lang.RuntimeException
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/Deserializer.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/Deserializer.html
deleted file mode 100644
index a8588f710be4c58c68ba22b1e1c89cd970e7af73..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/Deserializer.html
+++ /dev/null
@@ -1,216 +0,0 @@
-
-
-
-
-
-Deserializer (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-Type Parameters: T - The type of serialized object implementations can read
-
-All Known Subinterfaces:
-Serde <T>
-
-
-
-public interface Deserializer<T>
-A standard interface for Samza compatible deserializers, used for deserializing serialized objects back to their
- original form.
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-T
-fromBytes (byte[] bytes)
-Deserializes given serialized object from an array of bytes to its original form.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/Serde.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/Serde.html
deleted file mode 100644
index dfbb9c197053b2aae9f69eb0df6b5e98a9a792d8..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/Serde.html
+++ /dev/null
@@ -1,193 +0,0 @@
-
-
-
-
-
-Serde (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/SerdeFactory.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/SerdeFactory.html
deleted file mode 100644
index 5c6fb6eed09362eb7037b47bcb2e0b5fec9b5858..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/SerdeFactory.html
+++ /dev/null
@@ -1,208 +0,0 @@
-
-
-
-
-
-SerdeFactory (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-Serde <T >
-getSerde (java.lang.String name,
- Config config)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/Serializer.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/Serializer.html
deleted file mode 100644
index 0ace0b4bc88af765d47fcf418af1e240e1d73f38..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/Serializer.html
+++ /dev/null
@@ -1,217 +0,0 @@
-
-
-
-
-
-Serializer (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-Type Parameters: T - The type of serialized object implementations can write
-
-All Known Subinterfaces:
-Serde <T>
-
-
-
-public interface Serializer<T>
-A standard interface for Samza compatible serializers, used for serializing objects to bytes.
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-byte[]
-toBytes (T object)
-Serializes given object to an array of bytes.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/package-frame.html
deleted file mode 100644
index d84bb9f39dcd332baed76aeb6e7acc8a792b28b2..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/package-frame.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-org.apache.samza.serializers (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/package-summary.html
deleted file mode 100644
index fb8ebcf4afe95f81701646c1c206943441f8be03..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/package-summary.html
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
-
-
-
-org.apache.samza.serializers (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Interface Summary
-
-Interface
-Description
-
-
-
-Deserializer <T>
-
-A standard interface for Samza compatible deserializers, used for deserializing serialized objects back to their
- original form.
-
-
-
-Serde <T>
-
-A Serde is a convenience type that implements both the
Serializer and
-
Deserializer interfaces, allowing it to both read and write data
- in its value type, T.
-
-
-
-SerdeFactory <T>
-
-Build an instance of
Serde
-
-
-
-Serializer <T>
-
-A standard interface for Samza compatible serializers, used for serializing objects to bytes.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/package-tree.html
deleted file mode 100644
index 1ecc20a312a2a2980373567d423fcb02f48dac68..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/serializers/package-tree.html
+++ /dev/null
@@ -1,132 +0,0 @@
-
-
-
-
-
-org.apache.samza.serializers Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Interface Hierarchy
-
-org.apache.samza.serializers.Deserializer <T>
-
-org.apache.samza.serializers.Serde <T> (also extends org.apache.samza.serializers.Serializer <T>)
-
-
-org.apache.samza.serializers.SerdeFactory <T>
-org.apache.samza.serializers.Serializer <T>
-
-org.apache.samza.serializers.Serde <T> (also extends org.apache.samza.serializers.Deserializer <T>)
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/StorageEngine.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/StorageEngine.html
deleted file mode 100644
index 7817b9b0cc7b284244e355f405c8ef0950e8df19..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/StorageEngine.html
+++ /dev/null
@@ -1,251 +0,0 @@
-
-
-
-
-
-StorageEngine (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-flush ()
-Flush any cached messages
-
-
-
-void
-restore (java.util.Iterator<IncomingMessageEnvelope > envelopes)
-Restore the content of this StorageEngine from the changelog.
-
-
-
-void
-stop ()
-Close the storage engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-restore
-void restore(java.util.Iterator<IncomingMessageEnvelope > envelopes)
-Restore the content of this StorageEngine from the changelog. Messages are
- provided in one Iterator and not deserialized for
- efficiency, allowing the implementation to optimize replay, if possible.
-Parameters: envelopes - An iterator of envelopes that the storage engine can read from to
- restore its state on startup.
-
-
-
-
-
-
-
-
-
-
-
-stop
-void stop()
-Close the storage engine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/StorageEngineFactory.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/StorageEngineFactory.html
deleted file mode 100644
index 6192f7fc4ae539ab21aa433b6899f202455491cf..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/StorageEngineFactory.html
+++ /dev/null
@@ -1,225 +0,0 @@
-
-
-
-
-
-StorageEngineFactory (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-public interface StorageEngineFactory<K,V>
-An object provided by the storage engine implementation to create instances
- of the given storage engine type.
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-getStorageEngine
-StorageEngine getStorageEngine(java.lang.String storeName,
- java.io.File storeDir,
- Serde <K > keySerde,
- Serde <V > msgSerde,
- MessageCollector collector,
- MetricsRegistry registry,
- SystemStreamPartition changeLogSystemStreamPartition,
- SamzaContainerContext containerContext)
-Create an instance of the given storage engine.
-Parameters: storeName - The name of the storage engine.storeDir - The directory of the storage engine.keySerde - The serializer to use for serializing keys when reading or writing to the store.msgSerde - The serializer to use for serializing messages when reading or writing to the store.collector - MessageCollector the storage engine uses to persist changes.registry - MetricsRegistry to which to publish storage-engine specific metrics.changeLogSystemStreamPartition - Samza stream partition from which to receive the changelog.containerContext - Information about the container in which the task is executing.
-Returns: The storage engine instance.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/package-frame.html
deleted file mode 100644
index 184440c54e873b95343c0d9c4dabdff520f383ba..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/package-frame.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-org.apache.samza.storage (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/package-summary.html
deleted file mode 100644
index f583305272472f987eaa3987a75acc20418c1bef..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/package-summary.html
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
-
-org.apache.samza.storage (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Interface Summary
-
-Interface
-Description
-
-
-
-StorageEngine
-
-A storage engine for managing state maintained by a stream processor.
-
-
-
-StorageEngineFactory <K,V>
-
-An object provided by the storage engine implementation to create instances
- of the given storage engine type.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/package-tree.html
deleted file mode 100644
index 1ed120190f6276ecb196666a78903348608b91d5..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/storage/package-tree.html
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-org.apache.samza.storage Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/IncomingMessageEnvelope.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/IncomingMessageEnvelope.html
deleted file mode 100644
index c963f837d4c3c7026377348e17d0bf6ecac7360f..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/IncomingMessageEnvelope.html
+++ /dev/null
@@ -1,357 +0,0 @@
-
-
-
-
-
-IncomingMessageEnvelope (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.system.IncomingMessageEnvelope
-
-
-
-
-
-
-
-
-public class IncomingMessageEnvelope
-extends java.lang.Object
-This class represents a message envelope that is received by a StreamTask for each message that is received from a
- partition of a specific input stream.
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-IncomingMessageEnvelope (SystemStreamPartition systemStreamPartition,
- java.lang.String offset,
- java.lang.Object key,
- java.lang.Object message)
-Constructs a new IncomingMessageEnvelope from specified components.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-IncomingMessageEnvelope
-public IncomingMessageEnvelope(SystemStreamPartition systemStreamPartition,
- java.lang.String offset,
- java.lang.Object key,
- java.lang.Object message)
-Constructs a new IncomingMessageEnvelope from specified components.
-Parameters: systemStreamPartition - The aggregate object representing the incoming stream name, the name of the cluster
- from which the stream came, and the partition of the stream from which the message was received.offset - The offset in the partition that the message was received from.key - A deserialized key received from the partition offset.message - A deserialized message received from the partition offset.
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-hashCode
-public int hashCode()
-
-Overrides:
-hashCode in class java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/OutgoingMessageEnvelope.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/OutgoingMessageEnvelope.html
deleted file mode 100644
index 218b8b1f98e3be07d18f37b8b7d94b2bb23fcf67..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/OutgoingMessageEnvelope.html
+++ /dev/null
@@ -1,447 +0,0 @@
-
-
-
-
-
-OutgoingMessageEnvelope (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.system.OutgoingMessageEnvelope
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-OutgoingMessageEnvelope (SystemStream systemStream,
- java.lang.Object message)
-Constructs a new OutgoingMessageEnvelope from specified components.
-
-
-
-OutgoingMessageEnvelope (SystemStream systemStream,
- java.lang.Object key,
- java.lang.Object message)
-Constructs a new OutgoingMessageEnvelope from specified components.
-
-
-
-OutgoingMessageEnvelope (SystemStream systemStream,
- java.lang.Object partitionKey,
- java.lang.Object key,
- java.lang.Object message)
-Constructs a new OutgoingMessageEnvelope from specified components.
-
-
-
-OutgoingMessageEnvelope (SystemStream systemStream,
- java.lang.String keySerializerName,
- java.lang.String messageSerializerName,
- java.lang.Object partitionKey,
- java.lang.Object key,
- java.lang.Object message)
-Constructs a new OutgoingMessageEnvelope from specified components.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-OutgoingMessageEnvelope
-public OutgoingMessageEnvelope(SystemStream systemStream,
- java.lang.String keySerializerName,
- java.lang.String messageSerializerName,
- java.lang.Object partitionKey,
- java.lang.Object key,
- java.lang.Object message)
-Constructs a new OutgoingMessageEnvelope from specified components.
-Parameters: systemStream - Object representing the appropriate stream of which this envelope will be sent on.keySerializerName - String representing the serializer used for serializing this envelope's key.messageSerializerName - String representing the serializer used for serializing this envelope's message.partitionKey - A key representing which partition of the systemStream to send this envelope on.key - A deserialized key to be used for the message.message - A deserialized message to be sent in this envelope.
-
-
-
-
-
-
-
-OutgoingMessageEnvelope
-public OutgoingMessageEnvelope(SystemStream systemStream,
- java.lang.Object partitionKey,
- java.lang.Object key,
- java.lang.Object message)
-Constructs a new OutgoingMessageEnvelope from specified components.
-Parameters: systemStream - Object representing the appropriate stream of which this envelope will be sent on.partitionKey - A key representing which partition of the systemStream to send this envelope on.key - A deserialized key to be used for the message.message - A deserialized message to be sent in this envelope.
-
-
-
-
-
-
-
-OutgoingMessageEnvelope
-public OutgoingMessageEnvelope(SystemStream systemStream,
- java.lang.Object key,
- java.lang.Object message)
-Constructs a new OutgoingMessageEnvelope from specified components.
-Parameters: systemStream - Object representing the appropriate stream of which this envelope will be sent on.key - A deserialized key to be used for the message.message - A deserialized message to be sent in this envelope.
-
-
-
-
-
-
-
-OutgoingMessageEnvelope
-public OutgoingMessageEnvelope(SystemStream systemStream,
- java.lang.Object message)
-Constructs a new OutgoingMessageEnvelope from specified components.
-Parameters: systemStream - Object representing the appropriate stream of which this envelope will be sent on.message - A deserialized message to be sent in this envelope.
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-hashCode
-public int hashCode()
-
-Overrides:
-hashCode in class java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemAdmin.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemAdmin.html
deleted file mode 100644
index 1b9aecf6a6f5899fea5299a54d17ba042c10d8c0..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemAdmin.html
+++ /dev/null
@@ -1,239 +0,0 @@
-
-
-
-
-
-SystemAdmin (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-All Known Implementing Classes:
-SinglePartitionWithoutOffsetsSystemAdmin
-
-
-
-public interface SystemAdmin
-Helper interface attached to an underlying system to fetch
- information about streams, partitions, offsets, etc. This interface is useful
- for providing utility methods that Samza needs in order to interact with a
- system.
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-getOffsetsAfter
-java.util.Map<SystemStreamPartition ,java.lang.String> getOffsetsAfter(java.util.Map<SystemStreamPartition ,java.lang.String> offsets)
-Fetches the offsets for the messages immediately after the supplied offsets
- for a group of SystemStreamPartitions.
-Parameters: offsets - Map from SystemStreamPartition to current offsets.
-Returns: Map from SystemStreamPartition to offsets immediately after the
- current offsets.
-
-
-
-
-
-
-
-getSystemStreamMetadata
-java.util.Map<java.lang.String,SystemStreamMetadata > getSystemStreamMetadata(java.util.Set<java.lang.String> streamNames)
-Fetch metadata from a system for a set of streams.
-Parameters: streamNames - The streams to to fetch metadata for.
-Returns: A map from stream name to SystemStreamMetadata for each stream
- requested in the parameter set.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemConsumer.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemConsumer.html
deleted file mode 100644
index 51ca1f8ae3223a652c3655fb6adfc82da7db9f08..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemConsumer.html
+++ /dev/null
@@ -1,428 +0,0 @@
-
-
-
-
-
-SystemConsumer (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-static int
-BLOCK_ON_OUTSTANDING_MESSAGES
-A constant that can be used in the poll method's timeout parameter to
- denote that the poll invocation should block until at least one message is
- available for one of the SystemStreamPartitions supplied, or until all
- SystemStreamPartitions supplied are at head (have no new messages available
- since the last poll invocation was made for each SystemStreamPartition).
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-java.util.Map<SystemStreamPartition ,java.util.List<IncomingMessageEnvelope >>
-poll (java.util.Set<SystemStreamPartition > systemStreamPartitions,
- long timeout)
-Poll the SystemConsumer to get any available messages from the underlying
- system.
-
-
-
-void
-register (SystemStreamPartition systemStreamPartition,
- java.lang.String offset)
-Register a SystemStreamPartition to this SystemConsumer.
-
-
-
-void
-start ()
-Tells the SystemConsumer to connect to the underlying system, and prepare
- to begin serving messages when poll is invoked.
-
-
-
-void
-stop ()
-Tells the SystemConsumer to close all connections, release all resource,
- and shut down everything.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Detail
-
-
-
-
-
-BLOCK_ON_OUTSTANDING_MESSAGES
-static final int BLOCK_ON_OUTSTANDING_MESSAGES
-A constant that can be used in the poll method's timeout parameter to
- denote that the poll invocation should block until at least one message is
- available for one of the SystemStreamPartitions supplied, or until all
- SystemStreamPartitions supplied are at head (have no new messages available
- since the last poll invocation was made for each SystemStreamPartition).
-See Also: Constant Field Values
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-register
-void register(SystemStreamPartition systemStreamPartition,
- java.lang.String offset)
-Register a SystemStreamPartition to this SystemConsumer. The SystemConsumer
- should try and read messages from all SystemStreamPartitions that are
- registered to it. SystemStreamPartitions should only be registered before
- start is called.
-Parameters: systemStreamPartition - The SystemStreamPartition object representing the Samza
- SystemStreamPartition to receive messages from.offset - String representing the offset of the point in the stream to start
- reading messages from. This is an inclusive parameter; if "7" were
- specified, the first message for the system/stream/partition to be
- consumed and returned would be a message whose offset is "7".
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemFactory.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemFactory.html
deleted file mode 100644
index a8806d6488ded51eef05738c5e64b13d1c828c69..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemFactory.html
+++ /dev/null
@@ -1,242 +0,0 @@
-
-
-
-
-
-SystemFactory (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemProducer.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemProducer.html
deleted file mode 100644
index 0532e3e39620c94dcfa642be269ffbb65a6d3502..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemProducer.html
+++ /dev/null
@@ -1,282 +0,0 @@
-
-
-
-
-
-SystemProducer (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-flush (java.lang.String source)
-If the SystemProducer buffers messages before sending them to its underlying system, it should flush those
- messages and leave no messages remaining to be sent.
-
-
-
-void
-register (java.lang.String source)
-Registers this producer to send messages from a specified Samza source, such as a StreamTask.
-
-
-
-void
-send (java.lang.String source,
- OutgoingMessageEnvelope envelope)
-Sends a specified message envelope from a specified Samza source.
-
-
-
-void
-start ()
-Start the SystemProducer.
-
-
-
-void
-stop ()
-Stop the SystemProducer.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-register
-void register(java.lang.String source)
-Registers this producer to send messages from a specified Samza source, such as a StreamTask.
-Parameters: source - String representing the source of the message.
-
-
-
-
-
-
-
-send
-void send(java.lang.String source,
- OutgoingMessageEnvelope envelope)
-Sends a specified message envelope from a specified Samza source.
-Parameters: source - String representing the source of the message.envelope - Aggregate object representing the serialized message to send from the source.
-
-
-
-
-
-
-
-flush
-void flush(java.lang.String source)
-If the SystemProducer buffers messages before sending them to its underlying system, it should flush those
- messages and leave no messages remaining to be sent.
-Parameters: source - String representing the source of the message.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStream.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStream.html
deleted file mode 100644
index 96346062d2cbc9ec13b52efc94046e892a7f5216..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStream.html
+++ /dev/null
@@ -1,398 +0,0 @@
-
-
-
-
-
-SystemStream (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.system.SystemStream
-
-
-
-
-
-
-
-Direct Known Subclasses:
-SystemStreamPartition
-
-
-
-public class SystemStream
-extends java.lang.Object
-Streams in Samza consist of both the stream name and the system to which the stream belongs.
- Systems are defined through the job config and have corresponding serdes, producers and
- consumers in order to deserialize, send to and retrieve from them. A stream name is dependent
- on its system, and may be the topic, queue name, file name, etc. as makes sense for a
- particular system.
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-protected java.lang.String
-stream
-
-
-protected java.lang.String
-system
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-SystemStream (java.lang.String system,
- java.lang.String stream)
-Constructs a Samza stream object from specified components.
-
-
-
-SystemStream (SystemStream other)
-Constructs a Samza stream object based upon an existing Samza stream.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-boolean
-equals (java.lang.Object obj)
-
-
-java.lang.String
-getStream ()
-
-
-java.lang.String
-getSystem ()
-
-
-int
-hashCode ()
-
-
-java.lang.String
-toString ()
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-SystemStream
-public SystemStream(java.lang.String system,
- java.lang.String stream)
-Constructs a Samza stream object from specified components.
-Parameters: system - The name of the system of which this stream is associated with.stream - The name of the stream as specified in the stream configuration file.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-hashCode
-public int hashCode()
-
-Overrides:
-hashCode in class java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamMetadata.OffsetType.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamMetadata.OffsetType.html
deleted file mode 100644
index 32a8c9e9bd24dc4cd3fbee5e576e0d5aa69ddca4..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamMetadata.OffsetType.html
+++ /dev/null
@@ -1,348 +0,0 @@
-
-
-
-
-
-SystemStreamMetadata.OffsetType (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-NEWEST
-Signals the offset of the newest message in a SystemStreamPartition.
-
-
-
-OLDEST
-Signals the offset of the oldest message in a SystemStreamPartition.
-
-
-
-UPCOMING
-Signals the offset of the next message to be written into a
- SystemStreamPartition.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
-
-
-
-Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-UPCOMING
-public static final SystemStreamMetadata.OffsetType UPCOMING
-Signals the offset of the next message to be written into a
- SystemStreamPartition. If the offset of the most recent message written
- to a SystemStreamPartition is 7, then upcoming would signal offset 8
- (assuming the offsets were incremental).
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-valueOf
-public static SystemStreamMetadata.OffsetType valueOf(java.lang.String name)
-Returns the enum constant of this type with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)
-Parameters: name - the name of the enum constant to be returned.
-Returns: the enum constant with the specified name
-Throws:
-java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
-java.lang.NullPointerException - if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamMetadata.SystemStreamPartitionMetadata.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamMetadata.SystemStreamPartitionMetadata.html
deleted file mode 100644
index 29fc07fc59a5ff66eae50d95ee627001bf77ca68..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamMetadata.SystemStreamPartitionMetadata.html
+++ /dev/null
@@ -1,374 +0,0 @@
-
-
-
-
-
-SystemStreamMetadata.SystemStreamPartitionMetadata (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.system.SystemStreamMetadata.SystemStreamPartitionMetadata
-
-
-
-
-
-
-
-Enclosing class:
-SystemStreamMetadata
-
-
-
-public static class SystemStreamMetadata.SystemStreamPartitionMetadata
-extends java.lang.Object
-Provides offset information for a given SystemStreamPartition. This
- currently only includes offset information.
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-hashCode
-public int hashCode()
-
-Overrides:
-hashCode in class java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamMetadata.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamMetadata.html
deleted file mode 100644
index e1ecdaf80074a7f0bbb4cc7db2bcac49c2361b70..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamMetadata.html
+++ /dev/null
@@ -1,354 +0,0 @@
-
-
-
-
-
-SystemStreamMetadata (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.system.SystemStreamMetadata
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-hashCode
-public int hashCode()
-
-Overrides:
-hashCode in class java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamPartition.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamPartition.html
deleted file mode 100644
index 1add0389c04cce3bb6b45e88618cb9e85968cd39..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamPartition.html
+++ /dev/null
@@ -1,451 +0,0 @@
-
-
-
-
-
-SystemStreamPartition (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-protected int
-hash
-
-
-protected Partition
-partition
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Detail
-
-
-
-
-
-
-
-
-
-hash
-protected final int hash
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-SystemStreamPartition
-public SystemStreamPartition(java.lang.String system,
- java.lang.String stream,
- Partition partition)
-Constructs a Samza stream partition object from specified components.
-Parameters: system - The name of the system of which this stream is associated with.stream - The name of the stream as specified in the stream configuration file.partition - The partition in the stream of which this object is associated with.
-
-
-
-
-
-
-
-
-
-
-
-SystemStreamPartition
-public SystemStreamPartition(SystemStream other,
- Partition partition)
-Constructs a Samza stream partition object based upon another Samza stream and a specified partition.
-Parameters: other - Reference to an already existing Samza stream.partition - Reference to an already existing Samza partition.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamPartitionIterator.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamPartitionIterator.html
deleted file mode 100644
index a6f61c10b71cfae03bd99f31cdd55373331fc4c4..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/SystemStreamPartitionIterator.html
+++ /dev/null
@@ -1,319 +0,0 @@
-
-
-
-
-
-SystemStreamPartitionIterator (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.system.SystemStreamPartitionIterator
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-hasNext
-public boolean hasNext()
-
-Specified by:
-hasNext in interface java.util.Iterator<IncomingMessageEnvelope >
-
-
-
-
-
-
-
-
-
-
-
-
-remove
-public void remove()
-
-Specified by:
-remove in interface java.util.Iterator<IncomingMessageEnvelope >
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/BaseMessageChooser.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/BaseMessageChooser.html
deleted file mode 100644
index 0ad61c87efe0cd4b2d4cec82a4f93d9e3e425e72..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/BaseMessageChooser.html
+++ /dev/null
@@ -1,329 +0,0 @@
-
-
-
-
-
-BaseMessageChooser (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.system.chooser.BaseMessageChooser
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-register (SystemStreamPartition systemStreamPartition,
- java.lang.String offset)
-Called before start, to let the chooser know that it will be handling
- envelopes from the given SystemStreamPartition.
-
-
-
-void
-start ()
-Called after all SystemStreamPartitions have been registered.
-
-
-
-void
-stop ()
-Called when the chooser is about to be discarded.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-register
-public void register(SystemStreamPartition systemStreamPartition,
- java.lang.String offset)
-
-Called before start, to let the chooser know that it will be handling
- envelopes from the given SystemStreamPartition. Register will only be
- called before start.
-
-Specified by:
-register in interface MessageChooser
-Parameters: systemStreamPartition - A SystemStreamPartition that envelopes will be coming from.offset - The offset of the first message expected for the
- system/stream/partition that's being registered. If "7" were
- supplied as the offset, then the MessageChooser can expect the
- first message it is updated with for the system/stream/partition
- will have an offset of "7".
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/MessageChooser.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/MessageChooser.html
deleted file mode 100644
index a86a1c59c7b048d240f0e2b0b8aabfd0eb9ce1a4..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/MessageChooser.html
+++ /dev/null
@@ -1,350 +0,0 @@
-
-
-
-
-
-MessageChooser (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-IncomingMessageEnvelope
-choose ()
-The choose method is invoked when the SamzaContainer is ready to process a
- new message.
-
-
-
-void
-register (SystemStreamPartition systemStreamPartition,
- java.lang.String offset)
-Called before start, to let the chooser know that it will be handling
- envelopes from the given SystemStreamPartition.
-
-
-
-void
-start ()
-Called after all SystemStreamPartitions have been registered.
-
-
-
-void
-stop ()
-Called when the chooser is about to be discarded.
-
-
-
-void
-update (IncomingMessageEnvelope envelope)
-Notify the chooser that a new envelope is available for a processing.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-register
-void register(SystemStreamPartition systemStreamPartition,
- java.lang.String offset)
-Called before start, to let the chooser know that it will be handling
- envelopes from the given SystemStreamPartition. Register will only be
- called before start.
-Parameters: systemStreamPartition - A SystemStreamPartition that envelopes will be coming from.offset - The offset of the first message expected for the
- system/stream/partition that's being registered. If "7" were
- supplied as the offset, then the MessageChooser can expect the
- first message it is updated with for the system/stream/partition
- will have an offset of "7".
-
-
-
-
-
-
-
-update
-void update(IncomingMessageEnvelope envelope)
-Notify the chooser that a new envelope is available for a processing. A
- MessageChooser will receive, at most, one outstanding envelope per
- system/stream/partition combination. For example, if update is called for
- partition 7 of kafka.mystream, then update will not be called with an
- envelope from partition 7 of kafka.mystream until the previous envelope has
- been returned via the choose method. Update will only be invoked after the
- chooser has been started.
-Parameters: envelope - An unprocessed envelope.
-
-
-
-
-
-
-
-choose
-IncomingMessageEnvelope choose()
-The choose method is invoked when the SamzaContainer is ready to process a
- new message. The chooser may elect to return any envelope that it's been
- given via the update method, which hasn't yet been returned. Choose will
- only be called after the chooser has been started.
-Returns: The next envelope to process, or null if the chooser has no
- messages or doesn't want to process any at the moment.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/MessageChooserFactory.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/MessageChooserFactory.html
deleted file mode 100644
index f31e8054089ad32b9e7670be017718f9ad8cc8fe..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/MessageChooserFactory.html
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-
-
-MessageChooserFactory (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/package-frame.html
deleted file mode 100644
index 5aaa85844488af30567109ea073d0439a1a9f453..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/package-frame.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-org.apache.samza.system.chooser (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
Interfaces
-
-
Classes
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/package-summary.html
deleted file mode 100644
index a968b352c5e6d1d404cedfde902a9a8695d00fab..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/package-summary.html
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
-
-org.apache.samza.system.chooser (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Interface Summary
-
-Interface
-Description
-
-
-
-MessageChooser
-
-MessageChooser is an interface for programmatic fine-grain control over
- stream consumption.
-
-
-
-MessageChooserFactory
-
-
-
-
-
-
-
-
-
-Class Summary
-
-Class
-Description
-
-
-
-BaseMessageChooser
-
-An abstract MessageChooser that implements start/stop/register for choosers
- that don't use them.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/package-tree.html
deleted file mode 100644
index e947a96758dbe7f3fae337d496e3517ae25ef49d..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/chooser/package-tree.html
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
-
-org.apache.samza.system.chooser Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-
Interface Hierarchy
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/package-frame.html
deleted file mode 100644
index 02e4db03ad582561a3c72213d6f9b745cd043d01..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/package-frame.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-org.apache.samza.system (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
Interfaces
-
-
Classes
-
-
Enums
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/package-summary.html
deleted file mode 100644
index b67a46897a8eb4cf309dd1032fd8305509127a47..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/package-summary.html
+++ /dev/null
@@ -1,233 +0,0 @@
-
-
-
-
-
-org.apache.samza.system (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Interface Summary
-
-Interface
-Description
-
-
-
-SystemAdmin
-
-Helper interface attached to an underlying system to fetch
- information about streams, partitions, offsets, etc.
-
-
-
-SystemConsumer
-
-
- SystemConsumer is the interface that must be implemented by any system that
- wishes to integrate with Samza.
-
-
-
-SystemFactory
-
-
-
-
-
-SystemProducer
-
-SystemProducers are how Samza writes messages from
StreamTasks to outside systems,
- such as messaging systems like Kafka, or file systems.
-
-
-
-
-
-
-
-
-
-
-Enum Summary
-
-Enum
-Description
-
-
-
-SystemStreamMetadata.OffsetType
-
-OffsetType is an enum used to define which offset should be used when
- reading from a SystemStreamPartition for the first time.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/package-tree.html
deleted file mode 100644
index 20366815c07077c444a4aae7e7919d3e46fd9bc4..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/system/package-tree.html
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
-
-
-
-org.apache.samza.system Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-
Interface Hierarchy
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/ClosableTask.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/ClosableTask.html
deleted file mode 100644
index 109f4c03a8b18737cb483ebd2949d3feca1efdc4..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/ClosableTask.html
+++ /dev/null
@@ -1,211 +0,0 @@
-
-
-
-
-
-ClosableTask (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-close ()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/InitableTask.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/InitableTask.html
deleted file mode 100644
index 4db8d076d421feea2e26ba265ee3339ee7eeda67..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/InitableTask.html
+++ /dev/null
@@ -1,215 +0,0 @@
-
-
-
-
-
-InitableTask (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-init (Config config,
- TaskContext context)
-Called by TaskRunner each time an implementing task is created.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-init
-void init(Config config,
- TaskContext context)
- throws java.lang.Exception
-Called by TaskRunner each time an implementing task is created.
-Parameters: config - Allows accessing of fields in the configuration files that this StreamTask is specified in.context - Allows accessing of contextual data of this StreamTask.
-Throws:
-java.lang.Exception - Any exception types encountered during the execution of the processing task.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/MessageCollector.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/MessageCollector.html
deleted file mode 100644
index 280633a0ff611e73fe3f8d0223ecf01e43a8bf31..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/MessageCollector.html
+++ /dev/null
@@ -1,213 +0,0 @@
-
-
-
-
-
-MessageCollector (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-send (OutgoingMessageEnvelope envelope)
-Sends message envelope out onto specified stream.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/StreamTask.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/StreamTask.html
deleted file mode 100644
index 9e270fa69854f355127800c5fbeb6252a3c7cdc3..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/StreamTask.html
+++ /dev/null
@@ -1,229 +0,0 @@
-
-
-
-
-
-StreamTask (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-process
-void process(IncomingMessageEnvelope envelope,
- MessageCollector collector,
- TaskCoordinator coordinator)
- throws java.lang.Exception
-Called once for each message that this StreamTask receives.
-Parameters: envelope - Contains the received deserialized message and key, and also information regarding the stream and
- partition of which the message was received from.collector - Contains the means of sending message envelopes to the output stream. The collector must only
- be used during the current call to the process method; you should not reuse the collector between invocations
- of this method.coordinator - Manages execution of tasks.
-Throws:
-java.lang.Exception - Any exception types encountered during the execution of the processing task.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskContext.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskContext.html
deleted file mode 100644
index 454c3f0e1d82b0c0c2ac0c6904b61ca2ad1fa7ec..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskContext.html
+++ /dev/null
@@ -1,245 +0,0 @@
-
-
-
-
-
-TaskContext (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskCoordinator.RequestScope.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskCoordinator.RequestScope.html
deleted file mode 100644
index e6173168a0292f816b16d9162911851b93573d95..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskCoordinator.RequestScope.html
+++ /dev/null
@@ -1,332 +0,0 @@
-
-
-
-
-
-TaskCoordinator.RequestScope (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Summary
-
-Enum Constants
-
-Enum Constant and Description
-
-
-ALL_TASKS_IN_CONTAINER
-Indicates that a request applies to all tasks in the current container.
-
-
-
-CURRENT_TASK
-Indicates that a request applies only to the task making the call.
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-static TaskCoordinator.RequestScope
-valueOf (java.lang.String name)
-Returns the enum constant of this type with the specified name.
-
-
-
-static TaskCoordinator.RequestScope []
-values ()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
-
-
-
-Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Enum Constant Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-valueOf
-public static TaskCoordinator.RequestScope valueOf(java.lang.String name)
-Returns the enum constant of this type with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this type. (Extraneous whitespace characters are
-not permitted.)
-Parameters: name - the name of the enum constant to be returned.
-Returns: the enum constant with the specified name
-Throws:
-java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
-java.lang.NullPointerException - if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskCoordinator.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskCoordinator.html
deleted file mode 100644
index 77ee4cff3e6372404cb018bf8631d1c2f986a8f0..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskCoordinator.html
+++ /dev/null
@@ -1,279 +0,0 @@
-
-
-
-
-
-TaskCoordinator (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskLifecycleListener.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskLifecycleListener.html
deleted file mode 100644
index dc95c4d9bad155b64c4d26e752a3db4883608285..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskLifecycleListener.html
+++ /dev/null
@@ -1,311 +0,0 @@
-
-
-
-
-
-TaskLifecycleListener (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-beforeInit
-void beforeInit(Config config,
- TaskContext context)
-Called before all tasks in TaskRunner are initialized.
-Parameters: config - Config for the Samza job.context - TaskContext for the StreamTask that's being initialized.
-
-
-
-
-
-
-
-afterInit
-void afterInit(Config config,
- TaskContext context)
-Called after all tasks in TaskRunner are initialized.
-Parameters: config - Config for the Samza job.context - TaskContext for the StreamTask that's being initialized.
-
-
-
-
-
-
-
-beforeProcess
-void beforeProcess(IncomingMessageEnvelope envelope,
- Config config,
- TaskContext context)
-Called before a message is processed by a task.
-Parameters: envelope - The envelope to be processed by the StreamTask.config - Config for the Samza job.context - TaskContext for the StreamTask that's about to process a message.
-
-
-
-
-
-
-
-afterProcess
-void afterProcess(IncomingMessageEnvelope envelope,
- Config config,
- TaskContext context)
-Called after a message is processed by a task.
-Parameters: envelope - The envelope that was processed by the StreamTask.config - Config for the Samza job.context - TaskContext for the StreamTask that just processed a message.
-
-
-
-
-
-
-
-beforeClose
-void beforeClose(Config config,
- TaskContext context)
-Called before all tasks in TaskRunner are closed.
-Parameters: config - Config for the Samza job.context - TaskContext for the StreamTask that's about to be shutdown.
-
-
-
-
-
-
-
-afterClose
-void afterClose(Config config,
- TaskContext context)
-Called after all tasks in TaskRunner are closed.
-Parameters: config - Config for the Samza job.context - TaskContext for the StreamTask that was just shutdown.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskLifecycleListenerFactory.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskLifecycleListenerFactory.html
deleted file mode 100644
index 5effd2d0c0e06e656431905680b534ee94fddceb..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/TaskLifecycleListenerFactory.html
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-
-
-TaskLifecycleListenerFactory (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/WindowableTask.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/WindowableTask.html
deleted file mode 100644
index 805f1e07a510070b215e2ee5f8f6d26f8548810e..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/WindowableTask.html
+++ /dev/null
@@ -1,219 +0,0 @@
-
-
-
-
-
-WindowableTask (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-window (MessageCollector collector,
- TaskCoordinator coordinator)
-Called by TaskRunner for each implementing task at the end of every specified window.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-window
-void window(MessageCollector collector,
- TaskCoordinator coordinator)
- throws java.lang.Exception
-Called by TaskRunner for each implementing task at the end of every specified window.
-Parameters: collector - Contains the means of sending message envelopes to the output stream. The collector must only
- be used during the current call to the window method; you should not reuse the collector between invocations
- of this method.coordinator - Manages execution of tasks.
-Throws:
-java.lang.Exception - Any exception types encountered during the execution of the processing task.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/package-frame.html
deleted file mode 100644
index 45b01189062fc8ddb1a3b6980ba1d9a21169fe22..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/package-frame.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-org.apache.samza.task (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/package-summary.html
deleted file mode 100644
index e1757b9511246cb55b1e1342ac3784001bb6dde6..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/package-summary.html
+++ /dev/null
@@ -1,209 +0,0 @@
-
-
-
-
-
-org.apache.samza.task (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Interface Summary
-
-Interface
-Description
-
-
-
-ClosableTask
-
-A ClosableTask augments
StreamTask, allowing the method implementer to specify
- code that will be called when the StreamTask is being shut down by the framework, providing to emit final metrics,
- clean or close resources, etc.
-
-
-
-InitableTask
-
-Used as an interface for user processing StreamTasks that need to have specific functionality performed as their StreamTasks
- are instantiated by TaskRunner.
-
-
-
-MessageCollector
-
-Used as an interface for the means of sending message envelopes to an output stream.
-
-
-
-StreamTask
-
-A StreamTask is the basic class on which Samza jobs are implemented.
-
-
-
-TaskContext
-
-
-
-
-
-TaskCoordinator
-
-TaskCoordinators are provided to the process methods of
StreamTask implementations
- to allow the user code to request actions from the Samza framework, including committing the current checkpoints
- to configured
CheckpointManagers or shutting down the task or all tasks within
- a container.
-
-
-
-TaskLifecycleListener
-
-Used to get before/after notifications before initializing/closing all tasks
- in a given container (JVM/process).
-
-
-
-TaskLifecycleListenerFactory
-
-
-
-
-
-WindowableTask
-
-Add-on interface to
StreamTask implementations to add code which will be run on
- a specified time interval (via configuration).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/package-tree.html
deleted file mode 100644
index e3110f2ba35bed8978547b440ec93cdefc7e90ce..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/task/package-tree.html
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-
-
-
-org.apache.samza.task Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Interface Hierarchy
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BlockingEnvelopeMapMetrics.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BlockingEnvelopeMapMetrics.html
deleted file mode 100644
index 71f173cae22e60a631c36ea755cfd86a18aa2dfe..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BlockingEnvelopeMapMetrics.html
+++ /dev/null
@@ -1,314 +0,0 @@
-
-
-
-
-
-BlockingEnvelopeMap.BlockingEnvelopeMapMetrics (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.util.BlockingEnvelopeMap.BlockingEnvelopeMapMetrics
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-incPoll
-public void incPoll()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferGauge.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferGauge.html
deleted file mode 100644
index 3a605b7d9ab1bf1b5444bece601dd33bd124147a..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.BufferGauge.html
+++ /dev/null
@@ -1,280 +0,0 @@
-
-
-
-
-
-BlockingEnvelopeMap.BufferGauge (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-java.lang.Integer
-getValue ()
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.html
deleted file mode 100644
index 30053a9768a9c70bb51f8ee99ec0c1add9c686b5..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/BlockingEnvelopeMap.html
+++ /dev/null
@@ -1,540 +0,0 @@
-
-
-
-
-
-BlockingEnvelopeMap (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.util.BlockingEnvelopeMap
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-register
-public void register(SystemStreamPartition systemStreamPartition,
- java.lang.String offset)
-
-Register a SystemStreamPartition to this SystemConsumer. The SystemConsumer
- should try and read messages from all SystemStreamPartitions that are
- registered to it. SystemStreamPartitions should only be registered before
- start is called.
-
-Specified by:
-register in interface SystemConsumer
-Parameters: systemStreamPartition - The SystemStreamPartition object representing the Samza
- SystemStreamPartition to receive messages from.offset - String representing the offset of the point in the stream to start
- reading messages from. This is an inclusive parameter; if "7" were
- specified, the first message for the system/stream/partition to be
- consumed and returned would be a message whose offset is "7".
-
-
-
-
-
-
-
-
-
-
-
-poll
-public java.util.Map<SystemStreamPartition ,java.util.List<IncomingMessageEnvelope >> poll(java.util.Set<SystemStreamPartition > systemStreamPartitions,
- long timeout)
- throws java.lang.InterruptedException
-
-Poll the SystemConsumer to get any available messages from the underlying
- system.
-
-
- If the underlying implementation does not take care to adhere to the
- timeout parameter, the SamzaContainer's performance will suffer
- drastically. Specifically, if poll blocks when it's not supposed to, it
- will block the entire main thread in SamzaContainer, and no messages will
- be processed while blocking is occurring.
-
-
-Specified by:
-poll in interface SystemConsumer
-Parameters: systemStreamPartitions - A set of SystemStreamPartition to poll for new messages. If
- SystemConsumer has messages available for other registered
- SystemStreamPartitions, but they are not in the
- systemStreamPartitions set in a given poll invocation, they can't
- be returned. It is illegal to pass in SystemStreamPartitions that
- have not been registered with the SystemConsumer first.timeout - If timeout < 0, poll will block unless all SystemStreamPartition
- are at "head" (the underlying system has been checked, and
- returned an empty set). If at head, an empty map is returned. If
- timeout >= 0, poll will return any messages that are currently
- available for any of the SystemStreamPartitions specified. If no
- new messages are available, it will wait up to timeout
- milliseconds for messages from any SystemStreamPartition to become
- available. It will return an empty map if the timeout is hit, and
- no new messages are available.
-Returns: A map from SystemStreamPartitions to any available
- IncomingMessageEnvelopes for the SystemStreamPartitions. If no
- messages are available for a SystemStreamPartition that was
- supplied in the polling set, the map will not contain a key for the
- SystemStreamPartition. Will return an empty map, not null, if no
- new messages are available for any SystemStreamPartitions in the
- input set.
-Throws:
-java.lang.InterruptedException - Thrown when a blocking poll has been interrupted by another
- thread.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/Clock.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/Clock.html
deleted file mode 100644
index 9420ea508fed172c5da5fc26c8e24afac6d4dd33..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/Clock.html
+++ /dev/null
@@ -1,205 +0,0 @@
-
-
-
-
-
-Clock (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-long
-currentTimeMillis ()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-currentTimeMillis
-long currentTimeMillis()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Summary:
-Nested |
-Field |
-Constr |
-Method
-
-
-Detail:
-Field |
-Constr |
-Method
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/NoOpMetricsRegistry.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/NoOpMetricsRegistry.html
deleted file mode 100644
index e7ff21a10ecdb17d1b0ec59ff124e26540b82c4f..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/NoOpMetricsRegistry.html
+++ /dev/null
@@ -1,396 +0,0 @@
-
-
-
-
-
-NoOpMetricsRegistry (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.util.NoOpMetricsRegistry
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-Methods
-
-Modifier and Type
-Method and Description
-
-
-Counter
-newCounter (java.lang.String group,
- Counter counter)
-Register existing
Counter with this registry
-
-
-
-Counter
-newCounter (java.lang.String group,
- java.lang.String name)
-
-
-
-
-<T> Gauge <T>
-newGauge (java.lang.String group,
- Gauge <T> gauge)
-Register an existing
Gauge
-
-
-
-<T> Gauge <T>
-newGauge (java.lang.String group,
- java.lang.String name,
- T value)
-Create and register a new
Gauge
-
-
-
-Timer
-newTimer (java.lang.String group,
- java.lang.String name)
-Create and Register a new
Timer
-
-
-
-Timer
-newTimer (java.lang.String group,
- Timer timer)
-Register existing
Timer with this registry
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/SinglePartitionWithoutOffsetsSystemAdmin.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/SinglePartitionWithoutOffsetsSystemAdmin.html
deleted file mode 100644
index 3f8458a1698ef73b4c631dd4a238a4e0c43be293..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/SinglePartitionWithoutOffsetsSystemAdmin.html
+++ /dev/null
@@ -1,299 +0,0 @@
-
-
-
-
-
-SinglePartitionWithoutOffsetsSystemAdmin (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-java.lang.Object
-
-
-org.apache.samza.util.SinglePartitionWithoutOffsetsSystemAdmin
-
-
-
-
-
-
-
-All Implemented Interfaces:
-SystemAdmin
-
-
-
-public class SinglePartitionWithoutOffsetsSystemAdmin
-extends java.lang.Object
-implements SystemAdmin
-A simple helper admin class that defines a single partition (partition 0) for
- a given system. The metadata uses null for all offsets, which means that the
- stream doesn't support offsets, and will be treated as empty. This class
- should be used when a system has no concept of partitioning or offsets, since
- Samza needs at least one partition for an input stream, in order to read it.
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Detail
-
-
-
-
-
-
-
-
-
-
-
-Method Detail
-
-
-
-
-
-getSystemStreamMetadata
-public java.util.Map<java.lang.String,SystemStreamMetadata > getSystemStreamMetadata(java.util.Set<java.lang.String> streamNames)
-
-Fetch metadata from a system for a set of streams.
-
-Specified by:
-getSystemStreamMetadata in interface SystemAdmin
-Parameters: streamNames - The streams to to fetch metadata for.
-Returns: A map from stream name to SystemStreamMetadata for each stream
- requested in the parameter set.
-
-
-
-
-
-
-
-getOffsetsAfter
-public java.util.Map<SystemStreamPartition ,java.lang.String> getOffsetsAfter(java.util.Map<SystemStreamPartition ,java.lang.String> offsets)
-
-Fetches the offsets for the messages immediately after the supplied offsets
- for a group of SystemStreamPartitions.
-
-Specified by:
-getOffsetsAfter in interface SystemAdmin
-Parameters: offsets - Map from SystemStreamPartition to current offsets.
-Returns: Map from SystemStreamPartition to offsets immediately after the
- current offsets.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/package-frame.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/package-frame.html
deleted file mode 100644
index 81a9bd6b28e33f2d954ca5b07b9a1acf279fc675..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/package-frame.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-org.apache.samza.util (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
Interfaces
-
-
Classes
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/package-summary.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/package-summary.html
deleted file mode 100644
index 1b029cdf4fe692d0ce472e00971a56022b9346f5..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/package-summary.html
+++ /dev/null
@@ -1,165 +0,0 @@
-
-
-
-
-
-org.apache.samza.util (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Interface Summary
-
-Interface
-Description
-
-
-
-Clock
-
-Mockable interface for tracking time.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/package-tree.html b/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/package-tree.html
deleted file mode 100644
index 7eb4504f9be503bf8d5a894e98323066b6007e2a..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/org/apache/samza/util/package-tree.html
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
-org.apache.samza.util Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-
Interface Hierarchy
-
-org.apache.samza.util.Clock
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/overview-frame.html b/docs/learn/documentation/versioned/api/javadocs/overview-frame.html
deleted file mode 100644
index e89dcb3b5a702166c70a17121f17226107b086b2..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/overview-frame.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-Overview List (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/overview-summary.html b/docs/learn/documentation/versioned/api/javadocs/overview-summary.html
deleted file mode 100644
index ffc8d6d715546317e4e2f36a65860c5d2f06b729..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/overview-summary.html
+++ /dev/null
@@ -1,175 +0,0 @@
-
-
-
-
-
-Overview (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/overview-tree.html b/docs/learn/documentation/versioned/api/javadocs/overview-tree.html
deleted file mode 100644
index 867af2821d9842d454645f65754da6853d0e08a6..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/overview-tree.html
+++ /dev/null
@@ -1,253 +0,0 @@
-
-
-
-
-
-Class Hierarchy (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Class Hierarchy
-
-
Interface Hierarchy
-
-
Enum Hierarchy
-
-java.lang.Object
-
-java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/package-list b/docs/learn/documentation/versioned/api/javadocs/package-list
deleted file mode 100644
index d504fbf5511956898e17d0b1dc2bb3640f4a4998..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/package-list
+++ /dev/null
@@ -1,13 +0,0 @@
-org.apache.samza
-org.apache.samza.checkpoint
-org.apache.samza.config
-org.apache.samza.container
-org.apache.samza.container.grouper.stream
-org.apache.samza.job
-org.apache.samza.metrics
-org.apache.samza.serializers
-org.apache.samza.storage
-org.apache.samza.system
-org.apache.samza.system.chooser
-org.apache.samza.task
-org.apache.samza.util
diff --git a/docs/learn/documentation/versioned/api/javadocs/resources/background.gif b/docs/learn/documentation/versioned/api/javadocs/resources/background.gif
deleted file mode 100644
index f471940fde2f39ef8943a6af9569bcf986b1579b..0000000000000000000000000000000000000000
Binary files a/docs/learn/documentation/versioned/api/javadocs/resources/background.gif and /dev/null differ
diff --git a/docs/learn/documentation/versioned/api/javadocs/resources/tab.gif b/docs/learn/documentation/versioned/api/javadocs/resources/tab.gif
deleted file mode 100644
index 1a73a83be11dde2d0003b716ca778fafc6f34ad7..0000000000000000000000000000000000000000
Binary files a/docs/learn/documentation/versioned/api/javadocs/resources/tab.gif and /dev/null differ
diff --git a/docs/learn/documentation/versioned/api/javadocs/resources/titlebar.gif b/docs/learn/documentation/versioned/api/javadocs/resources/titlebar.gif
deleted file mode 100644
index 17443b3e16942feb776754978f8a8485ffbcaf84..0000000000000000000000000000000000000000
Binary files a/docs/learn/documentation/versioned/api/javadocs/resources/titlebar.gif and /dev/null differ
diff --git a/docs/learn/documentation/versioned/api/javadocs/resources/titlebar_end.gif b/docs/learn/documentation/versioned/api/javadocs/resources/titlebar_end.gif
deleted file mode 100644
index 3ad78d461b2b332860475cd35c9459fbbf4eab0a..0000000000000000000000000000000000000000
Binary files a/docs/learn/documentation/versioned/api/javadocs/resources/titlebar_end.gif and /dev/null differ
diff --git a/docs/learn/documentation/versioned/api/javadocs/serialized-form.html b/docs/learn/documentation/versioned/api/javadocs/serialized-form.html
deleted file mode 100644
index 2f19fd88e7c71a8c74bcaf314743724e764658df..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/serialized-form.html
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
-
-
-Serialized Form (samza-api 0.8.0-SNAPSHOT API)
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/learn/documentation/versioned/api/javadocs/stylesheet.css b/docs/learn/documentation/versioned/api/javadocs/stylesheet.css
deleted file mode 100644
index 0aeaa97fe05f89f7f1290a2d66d812f7f05bcf7e..0000000000000000000000000000000000000000
--- a/docs/learn/documentation/versioned/api/javadocs/stylesheet.css
+++ /dev/null
@@ -1,474 +0,0 @@
-/* Javadoc style sheet */
-/*
-Overall document style
-*/
-body {
- background-color:#ffffff;
- color:#353833;
- font-family:Arial, Helvetica, sans-serif;
- font-size:76%;
- margin:0;
-}
-a:link, a:visited {
- text-decoration:none;
- color:#4c6b87;
-}
-a:hover, a:focus {
- text-decoration:none;
- color:#bb7a2a;
-}
-a:active {
- text-decoration:none;
- color:#4c6b87;
-}
-a[name] {
- color:#353833;
-}
-a[name]:hover {
- text-decoration:none;
- color:#353833;
-}
-pre {
- font-size:1.3em;
-}
-h1 {
- font-size:1.8em;
-}
-h2 {
- font-size:1.5em;
-}
-h3 {
- font-size:1.4em;
-}
-h4 {
- font-size:1.3em;
-}
-h5 {
- font-size:1.2em;
-}
-h6 {
- font-size:1.1em;
-}
-ul {
- list-style-type:disc;
-}
-code, tt {
- font-size:1.2em;
-}
-dt code {
- font-size:1.2em;
-}
-table tr td dt code {
- font-size:1.2em;
- vertical-align:top;
-}
-sup {
- font-size:.6em;
-}
-/*
-Document title and Copyright styles
-*/
-.clear {
- clear:both;
- height:0px;
- overflow:hidden;
-}
-.aboutLanguage {
- float:right;
- padding:0px 21px;
- font-size:.8em;
- z-index:200;
- margin-top:-7px;
-}
-.legalCopy {
- margin-left:.5em;
-}
-.bar a, .bar a:link, .bar a:visited, .bar a:active {
- color:#FFFFFF;
- text-decoration:none;
-}
-.bar a:hover, .bar a:focus {
- color:#bb7a2a;
-}
-.tab {
- background-color:#0066FF;
- background-image:url(resources/titlebar.gif);
- background-position:left top;
- background-repeat:no-repeat;
- color:#ffffff;
- padding:8px;
- width:5em;
- font-weight:bold;
-}
-/*
-Navigation bar styles
-*/
-.bar {
- background-image:url(resources/background.gif);
- background-repeat:repeat-x;
- color:#FFFFFF;
- padding:.8em .5em .4em .8em;
- height:auto;/*height:1.8em;*/
- font-size:1em;
- margin:0;
-}
-.topNav {
- background-image:url(resources/background.gif);
- background-repeat:repeat-x;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- height:2.8em;
- padding-top:10px;
- overflow:hidden;
-}
-.bottomNav {
- margin-top:10px;
- background-image:url(resources/background.gif);
- background-repeat:repeat-x;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- height:2.8em;
- padding-top:10px;
- overflow:hidden;
-}
-.subNav {
- background-color:#dee3e9;
- border-bottom:1px solid #9eadc0;
- float:left;
- width:100%;
- overflow:hidden;
-}
-.subNav div {
- clear:left;
- float:left;
- padding:0 0 5px 6px;
-}
-ul.navList, ul.subNavList {
- float:left;
- margin:0 25px 0 0;
- padding:0;
-}
-ul.navList li{
- list-style:none;
- float:left;
- padding:3px 6px;
-}
-ul.subNavList li{
- list-style:none;
- float:left;
- font-size:90%;
-}
-.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
- color:#FFFFFF;
- text-decoration:none;
-}
-.topNav a:hover, .bottomNav a:hover {
- text-decoration:none;
- color:#bb7a2a;
-}
-.navBarCell1Rev {
- background-image:url(resources/tab.gif);
- background-color:#a88834;
- color:#FFFFFF;
- margin: auto 5px;
- border:1px solid #c9aa44;
-}
-/*
-Page header and footer styles
-*/
-.header, .footer {
- clear:both;
- margin:0 20px;
- padding:5px 0 0 0;
-}
-.indexHeader {
- margin:10px;
- position:relative;
-}
-.indexHeader h1 {
- font-size:1.3em;
-}
-.title {
- color:#2c4557;
- margin:10px 0;
-}
-.subTitle {
- margin:5px 0 0 0;
-}
-.header ul {
- margin:0 0 25px 0;
- padding:0;
-}
-.footer ul {
- margin:20px 0 5px 0;
-}
-.header ul li, .footer ul li {
- list-style:none;
- font-size:1.2em;
-}
-/*
-Heading styles
-*/
-div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
- background-color:#dee3e9;
- border-top:1px solid #9eadc0;
- border-bottom:1px solid #9eadc0;
- margin:0 0 6px -8px;
- padding:2px 5px;
-}
-ul.blockList ul.blockList ul.blockList li.blockList h3 {
- background-color:#dee3e9;
- border-top:1px solid #9eadc0;
- border-bottom:1px solid #9eadc0;
- margin:0 0 6px -8px;
- padding:2px 5px;
-}
-ul.blockList ul.blockList li.blockList h3 {
- padding:0;
- margin:15px 0;
-}
-ul.blockList li.blockList h2 {
- padding:0px 0 20px 0;
-}
-/*
-Page layout container styles
-*/
-.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
- clear:both;
- padding:10px 20px;
- position:relative;
-}
-.indexContainer {
- margin:10px;
- position:relative;
- font-size:1.0em;
-}
-.indexContainer h2 {
- font-size:1.1em;
- padding:0 0 3px 0;
-}
-.indexContainer ul {
- margin:0;
- padding:0;
-}
-.indexContainer ul li {
- list-style:none;
-}
-.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
- font-size:1.1em;
- font-weight:bold;
- margin:10px 0 0 0;
- color:#4E4E4E;
-}
-.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
- margin:10px 0 10px 20px;
-}
-.serializedFormContainer dl.nameValue dt {
- margin-left:1px;
- font-size:1.1em;
- display:inline;
- font-weight:bold;
-}
-.serializedFormContainer dl.nameValue dd {
- margin:0 0 0 1px;
- font-size:1.1em;
- display:inline;
-}
-/*
-List styles
-*/
-ul.horizontal li {
- display:inline;
- font-size:0.9em;
-}
-ul.inheritance {
- margin:0;
- padding:0;
-}
-ul.inheritance li {
- display:inline;
- list-style:none;
-}
-ul.inheritance li ul.inheritance {
- margin-left:15px;
- padding-left:15px;
- padding-top:1px;
-}
-ul.blockList, ul.blockListLast {
- margin:10px 0 10px 0;
- padding:0;
-}
-ul.blockList li.blockList, ul.blockListLast li.blockList {
- list-style:none;
- margin-bottom:25px;
-}
-ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
- padding:0px 20px 5px 10px;
- border:1px solid #9eadc0;
- background-color:#f9f9f9;
-}
-ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
- padding:0 0 5px 8px;
- background-color:#ffffff;
- border:1px solid #9eadc0;
- border-top:none;
-}
-ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
- margin-left:0;
- padding-left:0;
- padding-bottom:15px;
- border:none;
- border-bottom:1px solid #9eadc0;
-}
-ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
- list-style:none;
- border-bottom:none;
- padding-bottom:0;
-}
-table tr td dl, table tr td dl dt, table tr td dl dd {
- margin-top:0;
- margin-bottom:1px;
-}
-/*
-Table styles
-*/
-.contentContainer table, .classUseContainer table, .constantValuesContainer table {
- border-bottom:1px solid #9eadc0;
- width:100%;
-}
-.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
- width:100%;
-}
-.contentContainer .description table, .contentContainer .details table {
- border-bottom:none;
-}
-.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
- vertical-align:top;
- padding-right:20px;
-}
-.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast,
-.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast,
-.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne,
-.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne {
- padding-right:3px;
-}
-.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
- position:relative;
- text-align:left;
- background-repeat:no-repeat;
- color:#FFFFFF;
- font-weight:bold;
- clear:none;
- overflow:hidden;
- padding:0px;
- margin:0px;
-}
-caption a:link, caption a:hover, caption a:active, caption a:visited {
- color:#FFFFFF;
-}
-.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span {
- white-space:nowrap;
- padding-top:8px;
- padding-left:8px;
- display:block;
- float:left;
- background-image:url(resources/titlebar.gif);
- height:18px;
-}
-.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd {
- width:10px;
- background-image:url(resources/titlebar_end.gif);
- background-repeat:no-repeat;
- background-position:top right;
- position:relative;
- float:left;
-}
-ul.blockList ul.blockList li.blockList table {
- margin:0 0 12px 0px;
- width:100%;
-}
-.tableSubHeadingColor {
- background-color: #EEEEFF;
-}
-.altColor {
- background-color:#eeeeef;
-}
-.rowColor {
- background-color:#ffffff;
-}
-.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
- text-align:left;
- padding:3px 3px 3px 7px;
-}
-th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
- background:#dee3e9;
- border-top:1px solid #9eadc0;
- border-bottom:1px solid #9eadc0;
- text-align:left;
- padding:3px 3px 3px 7px;
-}
-td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
- font-weight:bold;
-}
-td.colFirst, th.colFirst {
- border-left:1px solid #9eadc0;
- white-space:nowrap;
-}
-td.colLast, th.colLast {
- border-right:1px solid #9eadc0;
-}
-td.colOne, th.colOne {
- border-right:1px solid #9eadc0;
- border-left:1px solid #9eadc0;
-}
-table.overviewSummary {
- padding:0px;
- margin-left:0px;
-}
-table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
-table.overviewSummary td.colOne, table.overviewSummary th.colOne {
- width:25%;
- vertical-align:middle;
-}
-table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
- width:25%;
- vertical-align:middle;
-}
-/*
-Content styles
-*/
-.description pre {
- margin-top:0;
-}
-.deprecatedContent {
- margin:0;
- padding:10px 0;
-}
-.docSummary {
- padding:0;
-}
-/*
-Formatting effect styles
-*/
-.sourceLineNo {
- color:green;
- padding:0 30px 0 0;
-}
-h1.hidden {
- visibility:hidden;
- overflow:hidden;
- font-size:.9em;
-}
-.block {
- display:block;
- margin:3px 0 0 0;
-}
-.strong {
- font-weight:bold;
-}