Skip to content

Commit

Permalink
Add package for "Early Triggers" and "Window Accumulation Mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
henryken committed Jun 16, 2019
1 parent 0afe06b commit 8d25f7b
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 55 deletions.
110 changes: 55 additions & 55 deletions learning/katas/java/.idea/study_project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* limitations under the License.
*/

package org.apache.beam.learning.katas.triggers.earlytriggers;

import static org.apache.beam.sdk.values.TypeDescriptors.strings;

import org.apache.beam.sdk.io.GenerateSequence;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* limitations under the License.
*/

package org.apache.beam.learning.katas.triggers.earlytriggers;

import org.apache.beam.learning.katas.util.Log;
import org.apache.beam.sdk.Pipeline;
import org.apache.beam.sdk.options.PipelineOptions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* limitations under the License.
*/

package org.apache.beam.learning.katas.triggers.earlytriggers;

import java.io.Serializable;
import org.apache.beam.sdk.coders.SerializableCoder;
import org.apache.beam.sdk.testing.PAssert;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* limitations under the License.
*/

package org.apache.beam.learning.katas.triggers.windowaccummode;

import static org.apache.beam.sdk.values.TypeDescriptors.strings;

import org.apache.beam.sdk.io.GenerateSequence;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* limitations under the License.
*/

package org.apache.beam.learning.katas.triggers.windowaccummode;

import org.apache.beam.learning.katas.util.Log;
import org.apache.beam.sdk.Pipeline;
import org.apache.beam.sdk.options.PipelineOptions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* limitations under the License.
*/

package org.apache.beam.learning.katas.triggers.windowaccummode;

import java.io.Serializable;
import org.apache.beam.sdk.coders.SerializableCoder;
import org.apache.beam.sdk.testing.PAssert;
Expand Down

0 comments on commit 8d25f7b

Please sign in to comment.