Interface KeyRangeLocationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    KeyRangeLocation, KeyRangeLocation.Builder

    public interface KeyRangeLocationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getDataDisk()
      The name of the data disk where data for this range is stored.
      com.google.protobuf.ByteString getDataDiskBytes()
      The name of the data disk where data for this range is stored.
      String getDeliveryEndpoint()
      The physical location of this range assignment to be used for streaming computation cross-worker message delivery.
      com.google.protobuf.ByteString getDeliveryEndpointBytes()
      The physical location of this range assignment to be used for streaming computation cross-worker message delivery.
      String getDeprecatedPersistentDirectory()
      Deprecated.
      google.dataflow.v1beta3.KeyRangeLocation.deprecated_persistent_directory is deprecated.
      com.google.protobuf.ByteString getDeprecatedPersistentDirectoryBytes()
      Deprecated.
      google.dataflow.v1beta3.KeyRangeLocation.deprecated_persistent_directory is deprecated.
      String getEnd()
      The end (exclusive) of the key range.
      com.google.protobuf.ByteString getEndBytes()
      The end (exclusive) of the key range.
      String getStart()
      The start (inclusive) of the key range.
      com.google.protobuf.ByteString getStartBytes()
      The start (inclusive) of the key range.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStart

        String getStart()
         The start (inclusive) of the key range.
         
        string start = 1;
        Returns:
        The start.
      • getStartBytes

        com.google.protobuf.ByteString getStartBytes()
         The start (inclusive) of the key range.
         
        string start = 1;
        Returns:
        The bytes for start.
      • getEnd

        String getEnd()
         The end (exclusive) of the key range.
         
        string end = 2;
        Returns:
        The end.
      • getEndBytes

        com.google.protobuf.ByteString getEndBytes()
         The end (exclusive) of the key range.
         
        string end = 2;
        Returns:
        The bytes for end.
      • getDeliveryEndpoint

        String getDeliveryEndpoint()
         The physical location of this range assignment to be used for
         streaming computation cross-worker message delivery.
         
        string delivery_endpoint = 3;
        Returns:
        The deliveryEndpoint.
      • getDeliveryEndpointBytes

        com.google.protobuf.ByteString getDeliveryEndpointBytes()
         The physical location of this range assignment to be used for
         streaming computation cross-worker message delivery.
         
        string delivery_endpoint = 3;
        Returns:
        The bytes for deliveryEndpoint.
      • getDataDisk

        String getDataDisk()
         The name of the data disk where data for this range is stored.
         This name is local to the Google Cloud Platform project and uniquely
         identifies the disk within that project, for example
         "myproject-1014-104817-4c2-harness-0-disk-1".
         
        string data_disk = 5;
        Returns:
        The dataDisk.
      • getDataDiskBytes

        com.google.protobuf.ByteString getDataDiskBytes()
         The name of the data disk where data for this range is stored.
         This name is local to the Google Cloud Platform project and uniquely
         identifies the disk within that project, for example
         "myproject-1014-104817-4c2-harness-0-disk-1".
         
        string data_disk = 5;
        Returns:
        The bytes for dataDisk.
      • getDeprecatedPersistentDirectory

        @Deprecated
        String getDeprecatedPersistentDirectory()
        Deprecated.
        google.dataflow.v1beta3.KeyRangeLocation.deprecated_persistent_directory is deprecated. See google/dataflow/v1beta3/streaming.proto;l=170
         DEPRECATED. The location of the persistent state for this range, as a
         persistent directory in the worker local filesystem.
         
        string deprecated_persistent_directory = 4 [deprecated = true];
        Returns:
        The deprecatedPersistentDirectory.
      • getDeprecatedPersistentDirectoryBytes

        @Deprecated
        com.google.protobuf.ByteString getDeprecatedPersistentDirectoryBytes()
        Deprecated.
        google.dataflow.v1beta3.KeyRangeLocation.deprecated_persistent_directory is deprecated. See google/dataflow/v1beta3/streaming.proto;l=170
         DEPRECATED. The location of the persistent state for this range, as a
         persistent directory in the worker local filesystem.
         
        string deprecated_persistent_directory = 4 [deprecated = true];
        Returns:
        The bytes for deprecatedPersistentDirectory.