public abstract class SnowflakeResultChunk extends Object
Created by jhuang on 11/12/14.
| Modifier and Type | Class and Description |
|---|---|
static class |
SnowflakeResultChunk.DownloadState |
| Constructor and Description |
|---|
SnowflakeResultChunk(String url,
int rowCount,
int colCount,
int uncompressedSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColCount() |
Condition |
getDownloadCondition() |
String |
getDownloadError() |
SnowflakeResultChunk.DownloadState |
getDownloadState() |
long |
getDownloadTime() |
ReentrantLock |
getLock() |
long |
getParseTime() |
int |
getRowCount() |
String |
getScrubbedUrl() |
int |
getUncompressedSize() |
String |
getUrl() |
boolean |
isReleased() |
void |
setDownloadError(String downloadError) |
void |
setDownloadState(SnowflakeResultChunk.DownloadState downloadState) |
void |
setDownloadTime(long downloadTime) |
void |
setParseTime(long parseTime) |
void |
setReleased() |
public SnowflakeResultChunk(String url, int rowCount, int colCount, int uncompressedSize)
public boolean isReleased()
public void setReleased()
public final String getUrl()
public final String getScrubbedUrl()
public final int getRowCount()
public final int getUncompressedSize()
public final int getColCount()
public long getDownloadTime()
public void setDownloadTime(long downloadTime)
public long getParseTime()
public void setParseTime(long parseTime)
public ReentrantLock getLock()
public Condition getDownloadCondition()
public String getDownloadError()
public void setDownloadError(String downloadError)
public SnowflakeResultChunk.DownloadState getDownloadState()
public void setDownloadState(SnowflakeResultChunk.DownloadState downloadState)
Copyright © 2022. All rights reserved.