Tabnine Logo
ApiSurface.pruningClass
Code IndexAdd Tabnine to your IDE (free)

How to use
pruningClass
method
in
org.apache.beam.sdk.util.ApiSurface

Best Java code snippets using org.apache.beam.sdk.util.ApiSurface.pruningClass (Showing top 2 results out of 315)

origin: org.apache.beam/beam-runners-direct-java

.pruningClass(Pipeline.class)
.pruningClass(PipelineRunner.class)
.pruningClass(PipelineOptions.class)
.pruningClass(PipelineOptionsRegistrar.class)
.pruningClass(PipelineOptions.DirectRunner.class)
.pruningClass(DisplayData.Builder.class)
.pruningClass(MetricResults.class)
.pruningClass(DirectGraphs.class)
.pruningClass(
  WatermarkManager.class /* TODO: BEAM-4237 Consider moving to local-java */)
.pruningClass(ExecutableGraphBuilder.class)
.pruningPattern(
  "org[.]apache[.]beam[.]runners[.]direct[.]portable.*"
origin: org.apache.beam/beam-sdks-java-core

@Test
public void testprunedPattern() throws Exception {
 ApiSurface apiSurface = ApiSurface.ofClass(NotPruned.class).pruningClass(PrunedPattern.class);
 assertThat(apiSurface.getExposedClasses(), containsInAnyOrder((Class) NotPruned.class));
}
org.apache.beam.sdk.utilApiSurfacepruningClass

Javadoc

Returns an ApiSurface like this one, but pruning references from the provided class.

Popular methods of ApiSurface

  • ofPackage
    Returns an ApiSurface object representing the given package and all subpackages.
  • pruningPattern
    Returns an ApiSurface like this one, but pruning transitive references from classes whose full name
  • containsOnlyClassesMatching
    See ApiSurface#containsOnlyClassesMatching(Set).
  • containsOnlyPackages
    See ApiSurface#containsOnlyPackages(Set).
  • classesInPackage
    A factory method to create a Class matcher for classes residing in a given package.
  • getExposedClasses
    Returns exposed types in this set, including arrays and primitives as specified.
  • includingClass
    Returns an ApiSurface like this one, but also including the given class.
  • pruningClassName
    Returns an ApiSurface like this one, but pruning references from the named class.
  • <init>
  • addExposedTypes
    See #addExposedTypes(Type,Class).
  • constructExposedToExposers
    See #getExposedToExposers.
  • constructPrunedPattern
    See #getPrunedPattern.
  • constructExposedToExposers,
  • constructPrunedPattern,
  • done,
  • empty,
  • exposed,
  • getAnyExposurePath,
  • getExposedInvokables,
  • getExposedToExposers,
  • getPrunedPattern

Popular in Java

  • Finding current android device location
  • startActivity (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getExternalFilesDir (Context)
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now