Class DatastoreV1.DeleteKey
- java.lang.Object
-
- org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<T>,org.apache.beam.sdk.values.PDone>
-
- org.apache.beam.sdk.io.gcp.datastore.DatastoreV1.DeleteKey
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.beam.sdk.transforms.display.HasDisplayData
- Enclosing class:
- DatastoreV1
public static class DatastoreV1.DeleteKey extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<T>,org.apache.beam.sdk.values.PDone>APTransformthat deletesEntitiesassociated with the givenKeysfrom Cloud Datastore.- See Also:
DatastoreIO, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatastoreV1.DeleteKeywithHintNumWorkers(int hintNumWorkers)Returns a newDatastoreV1.DeleteKeywith a different worker count hint for ramp-up throttling.DatastoreV1.DeleteKeywithHintNumWorkers(org.apache.beam.sdk.options.ValueProvider<java.lang.Integer> hintNumWorkers)Same aswithHintNumWorkers(int)but with aValueProvider.DatastoreV1.DeleteKeywithLocalhost(java.lang.String localhost)Returns a newDatastoreV1.DeleteKeythat deletes entities from the Cloud Datastore Emulator running locally on the specified host port.DatastoreV1.DeleteKeywithProjectId(java.lang.String projectId)Returns a newDatastoreV1.DeleteKeythat deletes entities from the Cloud Datastore for the specified project.DatastoreV1.DeleteKeywithProjectId(org.apache.beam.sdk.options.ValueProvider<java.lang.String> projectId)Same aswithProjectId(String)but with aValueProvider.DatastoreV1.DeleteKeywithRampupThrottlingDisabled()Returns a newDatastoreV1.DeleteKeythat does not throttle during ramp-up.
-
-
-
Method Detail
-
withProjectId
public DatastoreV1.DeleteKey withProjectId(java.lang.String projectId)
Returns a newDatastoreV1.DeleteKeythat deletes entities from the Cloud Datastore for the specified project.
-
withLocalhost
public DatastoreV1.DeleteKey withLocalhost(java.lang.String localhost)
Returns a newDatastoreV1.DeleteKeythat deletes entities from the Cloud Datastore Emulator running locally on the specified host port.
-
withProjectId
public DatastoreV1.DeleteKey withProjectId(org.apache.beam.sdk.options.ValueProvider<java.lang.String> projectId)
Same aswithProjectId(String)but with aValueProvider.
-
withRampupThrottlingDisabled
public DatastoreV1.DeleteKey withRampupThrottlingDisabled()
Returns a newDatastoreV1.DeleteKeythat does not throttle during ramp-up.
-
withHintNumWorkers
public DatastoreV1.DeleteKey withHintNumWorkers(int hintNumWorkers)
Returns a newDatastoreV1.DeleteKeywith a different worker count hint for ramp-up throttling. Value is ignored if ramp-up throttling is disabled.
-
withHintNumWorkers
public DatastoreV1.DeleteKey withHintNumWorkers(org.apache.beam.sdk.options.ValueProvider<java.lang.Integer> hintNumWorkers)
Same aswithHintNumWorkers(int)but with aValueProvider.
-
-