Uses of Class
com.google.cloud.hadoop.gcsio.ListFileOptions
-
Packages that use ListFileOptions Package Description com.google.cloud.hadoop.gcsio -
-
Uses of ListFileOptions in com.google.cloud.hadoop.gcsio
Fields in com.google.cloud.hadoop.gcsio declared as ListFileOptions Modifier and Type Field Description static ListFileOptionsListFileOptions. DEFAULTList all files in the directory.static ListFileOptionsGoogleCloudStorageFileSystemImpl. DELETE_RENAME_LIST_OPTIONSMethods in com.google.cloud.hadoop.gcsio that return ListFileOptions Modifier and Type Method Description abstract ListFileOptionsListFileOptions.Builder. build()Methods in com.google.cloud.hadoop.gcsio with parameters of type ListFileOptions Modifier and Type Method Description List<FileInfo>GoogleCloudStorageFileSystem. listFileInfo(URI path, ListFileOptions listOptions)If the given path points to a directory then the information about its children is returned, otherwise information about the given file is returned.List<FileInfo>GoogleCloudStorageFileSystemImpl. listFileInfo(URI path, ListFileOptions listOptions)List<FileInfo>GoogleCloudStorageFileSystem. listFileInfoForPrefix(URI prefix, ListFileOptions listOptions)Equivalent to a recursive listing ofprefix, except thatprefixdoesn't have to represent an actual object but can just be a partial prefix string.List<FileInfo>GoogleCloudStorageFileSystemImpl. listFileInfoForPrefix(URI prefix, ListFileOptions listOptions)GoogleCloudStorage.ListPage<FileInfo>GoogleCloudStorageFileSystem. listFileInfoForPrefixPage(URI prefix, ListFileOptions listOptions, String pageToken)Equivalent toGoogleCloudStorageFileSystem.listFileInfoForPrefix(java.net.URI)but returnsFileInfos listed by single request (1 page).GoogleCloudStorage.ListPage<FileInfo>GoogleCloudStorageFileSystemImpl. listFileInfoForPrefixPage(URI prefix, ListFileOptions listOptions, String pageToken)List<FileInfo>GoogleCloudStorageFileSystem. listFileInfoStartingFrom(URI startsFrom, ListFileOptions listOptions)Return all the files which are lexicographically equal or greater than the provided path.List<FileInfo>GoogleCloudStorageFileSystemImpl. listFileInfoStartingFrom(URI startsFrom, ListFileOptions listOptions)
-