JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
com.cloudera.cdp.dw.model.VwSummary
Packages that use
VwSummary
Package
Description
com.cloudera.cdp.dw.model
Uses of
VwSummary
in
com.cloudera.cdp.dw.model
Methods in
com.cloudera.cdp.dw.model
that return
VwSummary
Modifier and Type
Method
Description
VwSummary
DescribeVwResponse.
getVw
()
Getter for vw.
Methods in
com.cloudera.cdp.dw.model
that return types with arguments of type
VwSummary
Modifier and Type
Method
Description
List
<
VwSummary
>
ListVwsResponse.
getVws
()
Getter for vws.
Methods in
com.cloudera.cdp.dw.model
with parameters of type
VwSummary
Modifier and Type
Method
Description
void
DescribeVwResponse.
setVw
(
VwSummary
vw)
Setter for vw.
Method parameters in
com.cloudera.cdp.dw.model
with type arguments of type
VwSummary
Modifier and Type
Method
Description
void
ListVwsResponse.
setVws
(
List
<
VwSummary
> vws)
Setter for vws.