Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getStatObject (0.04 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/net/protocol/storage/Handler.java

             * @throws XmlParserException If XML parsing fails
             * @throws IOException If an I/O error occurs
             * @throws ServerException If a server error occurs
             */
            private StatObjectResponse getStatObject()
                    throws InvalidKeyException, ErrorResponseException, IllegalArgumentException, InsufficientDataException, InternalException,
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/storage/StorageClient.java

                final String bucketName = paths[0];
                final String path = paths[1];
                final StatObjectResponse statObject = getStatObject(bucketName, path);
                if (statObject == null) {
                    final Set<RequestData> requestDataSet = new HashSet<>();
                    final ListObjectsArgs args = ListObjectsArgs.builder()
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Aug 07 02:55:08 UTC 2025
    - 17.9K bytes
    - Viewed (2)
Back to top