public final class ListStatusPartialPOptions extends com.google.protobuf.GeneratedMessageV3 implements ListStatusPartialPOptionsOrBuilder
alluxio.grpc.file.ListStatusPartialPOptions
Modifier and Type | Class and Description |
---|---|
static class |
ListStatusPartialPOptions.Builder
Protobuf type
alluxio.grpc.file.ListStatusPartialPOptions |
static class |
ListStatusPartialPOptions.OffsetTypeCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
BATCHSIZE_FIELD_NUMBER |
static int |
OFFSETCOUNT_FIELD_NUMBER |
static int |
OFFSETID_FIELD_NUMBER |
static int |
OPTIONS_FIELD_NUMBER |
static com.google.protobuf.Parser<ListStatusPartialPOptions> |
PARSER
Deprecated.
|
static int |
PREFIX_FIELD_NUMBER |
static int |
STARTAFTER_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getBatchSize()
Batch size for partial listings.
|
static ListStatusPartialPOptions |
getDefaultInstance() |
ListStatusPartialPOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getOffsetCount()
Only start listing items after this many items have been processed.
|
long |
getOffsetId()
Start listing after the given FileId, the FileId can be calculated from the
result of a previous listing's FileInfo or URIStatus results using the
getFileId method.
|
ListStatusPartialPOptions.OffsetTypeCase |
getOffsetTypeCase() |
ListStatusPOptions |
getOptions()
optional .alluxio.grpc.file.ListStatusPOptions options = 1; |
ListStatusPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.file.ListStatusPOptions options = 1; |
com.google.protobuf.Parser<ListStatusPartialPOptions> |
getParserForType() |
String |
getPrefix()
Only match files with a given prefix.
|
com.google.protobuf.ByteString |
getPrefixBytes()
Only match files with a given prefix.
|
int |
getSerializedSize() |
String |
getStartAfter()
Start the listing after this path.
|
com.google.protobuf.ByteString |
getStartAfterBytes()
Start the listing after this path.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBatchSize()
Batch size for partial listings.
|
int |
hashCode() |
boolean |
hasOffsetCount()
Only start listing items after this many items have been processed.
|
boolean |
hasOffsetId()
Start listing after the given FileId, the FileId can be calculated from the
result of a previous listing's FileInfo or URIStatus results using the
getFileId method.
|
boolean |
hasOptions()
optional .alluxio.grpc.file.ListStatusPOptions options = 1; |
boolean |
hasPrefix()
Only match files with a given prefix.
|
boolean |
hasStartAfter()
Start the listing after this path.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListStatusPartialPOptions.Builder |
newBuilder() |
static ListStatusPartialPOptions.Builder |
newBuilder(ListStatusPartialPOptions prototype) |
ListStatusPartialPOptions.Builder |
newBuilderForType() |
protected ListStatusPartialPOptions.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ListStatusPartialPOptions |
parseDelimitedFrom(InputStream input) |
static ListStatusPartialPOptions |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPOptions |
parseFrom(byte[] data) |
static ListStatusPartialPOptions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPOptions |
parseFrom(ByteBuffer data) |
static ListStatusPartialPOptions |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPOptions |
parseFrom(com.google.protobuf.ByteString data) |
static ListStatusPartialPOptions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPOptions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListStatusPartialPOptions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPOptions |
parseFrom(InputStream input) |
static ListStatusPartialPOptions |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ListStatusPartialPOptions> |
parser() |
ListStatusPartialPOptions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int OPTIONS_FIELD_NUMBER
public static final int OFFSETID_FIELD_NUMBER
public static final int STARTAFTER_FIELD_NUMBER
public static final int OFFSETCOUNT_FIELD_NUMBER
public static final int BATCHSIZE_FIELD_NUMBER
public static final int PREFIX_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<ListStatusPartialPOptions> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public ListStatusPartialPOptions.OffsetTypeCase getOffsetTypeCase()
getOffsetTypeCase
in interface ListStatusPartialPOptionsOrBuilder
public boolean hasOptions()
optional .alluxio.grpc.file.ListStatusPOptions options = 1;
hasOptions
in interface ListStatusPartialPOptionsOrBuilder
public ListStatusPOptions getOptions()
optional .alluxio.grpc.file.ListStatusPOptions options = 1;
getOptions
in interface ListStatusPartialPOptionsOrBuilder
public ListStatusPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.file.ListStatusPOptions options = 1;
getOptionsOrBuilder
in interface ListStatusPartialPOptionsOrBuilder
public boolean hasOffsetId()
Start listing after the given FileId, the FileId can be calculated from the result of a previous listing's FileInfo or URIStatus results using the getFileId method. If the file with the given ID has been moved or deleted then the call will return an error.
int64 offsetId = 2;
hasOffsetId
in interface ListStatusPartialPOptionsOrBuilder
public long getOffsetId()
Start listing after the given FileId, the FileId can be calculated from the result of a previous listing's FileInfo or URIStatus results using the getFileId method. If the file with the given ID has been moved or deleted then the call will return an error.
int64 offsetId = 2;
getOffsetId
in interface ListStatusPartialPOptionsOrBuilder
public boolean hasStartAfter()
Start the listing after this path. If startAfter starts with "/", then it is expected that the path given in the ListStatusPartialPRequest is a prefix of startAfter (e.g. if listing "/dir", then startAfter could be "/dir/next"). Otherwise if start after does not start with "/", then startAfter is appended to the path given in the ListStatusPartialPRequest (e.g. if the listing path is "/dir" and startAfter is "/after" then files that start after "/dir/after" in lexicographic order will be listed). The full path itself does not need to exist. This offset type is recommended to use if POSIX compatible listings are needed.
string startAfter = 3;
hasStartAfter
in interface ListStatusPartialPOptionsOrBuilder
public String getStartAfter()
Start the listing after this path. If startAfter starts with "/", then it is expected that the path given in the ListStatusPartialPRequest is a prefix of startAfter (e.g. if listing "/dir", then startAfter could be "/dir/next"). Otherwise if start after does not start with "/", then startAfter is appended to the path given in the ListStatusPartialPRequest (e.g. if the listing path is "/dir" and startAfter is "/after" then files that start after "/dir/after" in lexicographic order will be listed). The full path itself does not need to exist. This offset type is recommended to use if POSIX compatible listings are needed.
string startAfter = 3;
getStartAfter
in interface ListStatusPartialPOptionsOrBuilder
public com.google.protobuf.ByteString getStartAfterBytes()
Start the listing after this path. If startAfter starts with "/", then it is expected that the path given in the ListStatusPartialPRequest is a prefix of startAfter (e.g. if listing "/dir", then startAfter could be "/dir/next"). Otherwise if start after does not start with "/", then startAfter is appended to the path given in the ListStatusPartialPRequest (e.g. if the listing path is "/dir" and startAfter is "/after" then files that start after "/dir/after" in lexicographic order will be listed). The full path itself does not need to exist. This offset type is recommended to use if POSIX compatible listings are needed.
string startAfter = 3;
getStartAfterBytes
in interface ListStatusPartialPOptionsOrBuilder
public boolean hasOffsetCount()
Only start listing items after this many items have been processed. This will count from the start of the listing up to offsetCont before listing items. This can be useful for example to show individual pages in a UI. Note that this listing type may be more expensive than the others as it must traverse offsetCount items, while the others reach the listing point by querying a skip list.
int32 offsetCount = 4;
hasOffsetCount
in interface ListStatusPartialPOptionsOrBuilder
public int getOffsetCount()
Only start listing items after this many items have been processed. This will count from the start of the listing up to offsetCont before listing items. This can be useful for example to show individual pages in a UI. Note that this listing type may be more expensive than the others as it must traverse offsetCount items, while the others reach the listing point by querying a skip list.
int32 offsetCount = 4;
getOffsetCount
in interface ListStatusPartialPOptionsOrBuilder
public boolean hasBatchSize()
Batch size for partial listings.
optional int32 batchSize = 5;
hasBatchSize
in interface ListStatusPartialPOptionsOrBuilder
public int getBatchSize()
Batch size for partial listings.
optional int32 batchSize = 5;
getBatchSize
in interface ListStatusPartialPOptionsOrBuilder
public boolean hasPrefix()
Only match files with a given prefix. The prefix starts after the given listing path (e.g. if "/dir" is being listed and prefix is "/pre", then any file with path having a prefix of "/dir/pre" will be listed).
optional string prefix = 6;
hasPrefix
in interface ListStatusPartialPOptionsOrBuilder
public String getPrefix()
Only match files with a given prefix. The prefix starts after the given listing path (e.g. if "/dir" is being listed and prefix is "/pre", then any file with path having a prefix of "/dir/pre" will be listed).
optional string prefix = 6;
getPrefix
in interface ListStatusPartialPOptionsOrBuilder
public com.google.protobuf.ByteString getPrefixBytes()
Only match files with a given prefix. The prefix starts after the given listing path (e.g. if "/dir" is being listed and prefix is "/pre", then any file with path having a prefix of "/dir/pre" will be listed).
optional string prefix = 6;
getPrefixBytes
in interface ListStatusPartialPOptionsOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ListStatusPartialPOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListStatusPartialPOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListStatusPartialPOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListStatusPartialPOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListStatusPartialPOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListStatusPartialPOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListStatusPartialPOptions parseFrom(InputStream input) throws IOException
IOException
public static ListStatusPartialPOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ListStatusPartialPOptions parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ListStatusPartialPOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ListStatusPartialPOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ListStatusPartialPOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ListStatusPartialPOptions.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ListStatusPartialPOptions.Builder newBuilder()
public static ListStatusPartialPOptions.Builder newBuilder(ListStatusPartialPOptions prototype)
public ListStatusPartialPOptions.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ListStatusPartialPOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static ListStatusPartialPOptions getDefaultInstance()
public static com.google.protobuf.Parser<ListStatusPartialPOptions> parser()
public com.google.protobuf.Parser<ListStatusPartialPOptions> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ListStatusPartialPOptions getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.