congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
FileUtils$FileCopyResult.size
Code IndexAdd Tabnine to your IDE (free)

How to use
size
method
in
org.apache.druid.java.util.common.FileUtils$FileCopyResult

Best Java code snippets using org.apache.druid.java.util.common.FileUtils$FileCopyResult.size (Showing top 19 results out of 315)

origin: apache/incubator-druid

);
log.info("Loaded %d bytes from [%s] to [%s]", result.size(), actualBlobPath, outDir.getAbsolutePath());
return result;
origin: apache/incubator-druid

  false
);
LOG.info("Loaded %d bytes from [%s] to [%s]", result.size(), path, outDir.getAbsolutePath());
return result;
origin: apache/incubator-druid

log.info(
  "Pull of file[%s] completed in %,d millis (%s bytes)", key, System.currentTimeMillis() - startTime,
  result.size()
);
return result;
origin: org.apache.druid/druid-server

  result.size(),
  sourceFile.getAbsolutePath(),
  dir.getAbsolutePath()
 log.info(
   "Unzipped %d bytes from [%s] to [%s]",
   result.size(),
   sourceFile.getAbsolutePath(),
   dir.getAbsolutePath()
log.info(
  "Gunzipped %d bytes from [%s] to [%s]",
  result.size(),
  sourceFile.getAbsolutePath(),
  outFile.getAbsolutePath()
origin: org.apache.druid.extensions/druid-s3-extensions

  false
);
log.info("Loaded %d bytes from [%s] to [%s]", result.size(), s3Coords.toString(), outDir.getAbsolutePath());
return result;
log.info("Loaded %d bytes from [%s] to [%s]", result.size(), s3Coords.toString(), outFile.getAbsolutePath());
return result;
origin: org.apache.druid.extensions/druid-s3-extensions

@Override
public LoadSpecResult loadSegment(File outDir) throws SegmentLoadingException
{
 return new LoadSpecResult(puller.getSegmentFiles(new S3DataSegmentPuller.S3Coords(bucket, key), outDir).size());
}
origin: org.apache.druid/druid-server

 @Override
 public LoadSpecResult loadSegment(final File outDir) throws SegmentLoadingException
 {
  return new LoadSpecResult(puller.getSegmentFiles(path.toFile(), outDir).size());
 }
}
origin: apache/incubator-druid

    result.size(),
    path.toString(),
    outDir.getAbsolutePath()
result.size(),
path.toString(),
outDir.getAbsolutePath()
result.size(),
path.toString(),
outFile.getAbsolutePath()
origin: apache/incubator-druid

  result.size(),
  sourceFile.getAbsolutePath(),
  dir.getAbsolutePath()
 log.info(
   "Unzipped %d bytes from [%s] to [%s]",
   result.size(),
   sourceFile.getAbsolutePath(),
   dir.getAbsolutePath()
log.info(
  "Gunzipped %d bytes from [%s] to [%s]",
  result.size(),
  sourceFile.getAbsolutePath(),
  outFile.getAbsolutePath()
origin: apache/incubator-druid

  false
);
log.info("Loaded %d bytes from [%s] to [%s]", result.size(), s3Coords.toString(), outDir.getAbsolutePath());
return result;
log.info("Loaded %d bytes from [%s] to [%s]", result.size(), s3Coords.toString(), outFile.getAbsolutePath());
return result;
origin: apache/incubator-druid

  false
);
log.info("Loaded %d bytes from [%s] to [%s]", result.size(), path, outDir.getAbsolutePath());
return result;
origin: apache/incubator-druid

Assert.assertEquals((long) (expected.length * 3), CompressionUtils.gunzip(inputStreamFactory, testFile).size());
origin: apache/incubator-druid

 @Override
 public LoadSpecResult loadSegment(File file) throws SegmentLoadingException
 {
  return new LoadSpecResult(puller.getSegmentFiles(region, container, path, file).size());
 }
}
origin: apache/incubator-druid

@Override
public LoadSpecResult loadSegment(File outDir) throws SegmentLoadingException
{
 return new LoadSpecResult(puller.getSegmentFiles(new S3DataSegmentPuller.S3Coords(bucket, key), outDir).size());
}
origin: apache/incubator-druid

 @Override
 public LoadSpecResult loadSegment(File outDir) throws SegmentLoadingException
 {
  return new LoadSpecResult(puller.getSegmentFiles(path, outDir).size());
 }
}
origin: apache/incubator-druid

 @Override
 public LoadSpecResult loadSegment(File file) throws SegmentLoadingException
 {
  return new LoadSpecResult(puller.getSegmentFiles(containerName, blobPath, file).size());
 }
}
origin: apache/incubator-druid

 @Override
 public LoadSpecResult loadSegment(File file) throws SegmentLoadingException
 {
  return new LoadSpecResult(puller.getSegmentFiles(bucket, path, file).size());
 }
}
origin: apache/incubator-druid

 @Override
 public LoadSpecResult loadSegment(final File outDir) throws SegmentLoadingException
 {
  return new LoadSpecResult(puller.getSegmentFiles(path.toFile(), outDir).size());
 }
}
origin: apache/incubator-druid

 @Override
 public LoadSpecResult loadSegment(File outDir) throws SegmentLoadingException
 {
  return new LoadSpecResult(puller.getSegmentFiles(key, outDir).size());
 }
}
org.apache.druid.java.util.commonFileUtils$FileCopyResultsize

Popular methods of FileUtils$FileCopyResult

  • <init>
  • addFile
  • addFiles
  • getFiles
  • addSizedFiles

Popular in Java

  • Running tasks concurrently on multiple threads
  • runOnUiThread (Activity)
  • addToBackStack (FragmentTransaction)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top 12 Jupyter Notebook Extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now