Toggle navigation
Home
boolean to org.apache.hadoop.hbase.protobuf.generated.MasterProtos.DisableTableResponse
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'hbase'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
isTableDisabled(tableName)
to
executeCallable(new MasterCallable<DisableTableResponse>(getConnection()){ @Override public DisableTableResponse call( int callTimeout) throws ServiceException { LOG.info("Started disable of " + tableName); DisableTableRequest req=RequestConverter.buildDisableTableRequest(tableName); return master.disableTable(null,req); } } )
Rename Variable
disabled
to
response